Skip to content

Commit 24c5104

Browse files
committed
reduce dependencies to actual necessary packages
1 parent 03e650a commit 24c5104

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515
},
1616

1717
"require": {
18-
"symfony/symfony": "^2.8.2",
18+
"symfony/framework-bundle": "^2.8.2",
1919
"symfony/propel1-bridge": "2.7.x-dev",
20-
"propel/propel1": "^1.6.8",
21-
"symfony/security-acl": "@stable"
20+
"propel/propel1": "^1.6.8"
2221
},
2322
"require-dev": {
23+
"phpunit/phpunit": "^4.8.21|^5.0.10",
24+
"symfony/symfony": "^2.8.2",
2425
"sensio/framework-extra-bundle": "^3.0.2",
25-
"fzaninotto/faker": "^1.5",
26-
"phpunit/phpunit": "^4.8.21|^5.0.10"
26+
"fzaninotto/faker": "^1.5"
27+
},
28+
29+
"suggest": {
30+
"symfony/security-acl": "For using the Propel ACL implementation"
2731
}
2832
}

0 commit comments

Comments
 (0)