We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e650a commit 24c5104Copy full SHA for 24c5104
1 file changed
composer.json
@@ -15,14 +15,18 @@
15
},
16
17
"require": {
18
- "symfony/symfony": "^2.8.2",
+ "symfony/framework-bundle": "^2.8.2",
19
"symfony/propel1-bridge": "2.7.x-dev",
20
- "propel/propel1": "^1.6.8",
21
- "symfony/security-acl": "@stable"
+ "propel/propel1": "^1.6.8"
22
23
"require-dev": {
+ "phpunit/phpunit": "^4.8.21|^5.0.10",
24
+ "symfony/symfony": "^2.8.2",
25
"sensio/framework-extra-bundle": "^3.0.2",
- "fzaninotto/faker": "^1.5",
26
- "phpunit/phpunit": "^4.8.21|^5.0.10"
+ "fzaninotto/faker": "^1.5"
27
+ },
28
+
29
+ "suggest": {
30
+ "symfony/security-acl": "For using the Propel ACL implementation"
31
}
32
0 commit comments