Skip to content

Commit d6f2ce4

Browse files
committed
Allow Symfony 4
1 parent 4434caf commit d6f2ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"symfony2"
99
],
1010
"type": "symfony-bundle",
11-
"version": "1.0.3",
11+
"version": "1.0.4",
1212
"license": "MIT",
1313
"require": {
1414
"php": ">=5.3",
15-
"symfony/framework-bundle": "~2.3|~3.0"
15+
"symfony/framework-bundle": "~2.3|~3.0|~4.0"
1616
},
1717
"require-dev": {
1818
"phpspec/phpspec": "^2.5",

0 commit comments

Comments
 (0)