Skip to content

Commit 62f8cbf

Browse files
Merge pull request #4 from hason/dep
Enable Symfony 3.0 components
2 parents 505d4a2 + 573fd62 commit 62f8cbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=5.5.0",
15-
"symfony/symfony": "~2.7",
15+
"symfony/http-kernel": "~2.7|~3.0",
16+
"symfony/dependency-injection": "~2.7|~3.0",
17+
"symfony/yaml": "~2.7|~3.0",
1618
"phpfastcgi/fastcgi-daemon": "^0.7"
1719
},
1820
"require-dev": {

0 commit comments

Comments
 (0)