Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 1671f31

Browse files
committed
Merge pull request #19 from clamidity/master
Added composer
2 parents bcf7549 + d4c44eb commit 1671f31

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "problematic/acl-manager-bundle",
3+
"type": "symfony-bundle",
4+
"description": "ACL Manager for Symfony2",
5+
"keywords": ["ACL management"],
6+
"homepage": "https://github.com/Problematic/ProblematicAclManagerBundle",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Derek Stobbe",
11+
"email": "[email protected]"
12+
},
13+
],
14+
"require": {
15+
"php": ">=5.3.2",
16+
"symfony/framework-bundle": "2.*",
17+
"symfony/security-bundle": "2.*"
18+
},
19+
"suggest": {
20+
"symfony/doctrine-bundle": "*",
21+
"symfony/mongodb-odm-bundle": "*",
22+
"doctrine/couchdb-odm-bundle": "*"
23+
},
24+
"autoload": {
25+
"psr-0": { "Problematic\\AclManagerBundle": "" }
26+
},
27+
"target-dir": "Problematic/AclManagerBundle"
28+
}

0 commit comments

Comments
 (0)