Skip to content

Commit 9ceddba

Browse files
committed
require
>=
1 parent 19f0efd commit 9ceddba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"symfony/framework-bundle": "~2.3",
15-
"symfony/twig-bundle": "~2.0",
16-
"twig/twig": "~1.6"
14+
"symfony/framework-bundle": ">=2.3",
15+
"symfony/twig-bundle": ">=2.0",
16+
"twig/twig": ">=1.6"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "4.8.*"

0 commit comments

Comments
 (0)