Skip to content

Commit c6e764b

Browse files
committed
require only specific symfony components instead of whole framework
1 parent 828c9bb commit c6e764b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.3",
18-
"symfony/symfony": "~2.3|~3.0",
19-
"docplanner/gatekeeper": "2.*"
17+
"php": ">=5.4",
18+
"docplanner/gatekeeper": "2.*",
19+
"symfony/dependency-injection": "^2.8|^3.0",
20+
"symfony/http-kernel": "^2.8|^3.0",
21+
"symfony/config": "^2.8|^3.0",
22+
"symfony/security": "^2.8|^3.0"
2023
},
2124
"autoload": {
2225
"psr-4": {

0 commit comments

Comments
 (0)