Skip to content

Commit 8e1efc8

Browse files
authored
Merge pull request #212 from chalasr/drop-sf2.3
Drop symfony 2.3 support, allow 4.0
2 parents 5137def + 54d08ce commit 8e1efc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=5.4.0",
24-
"symfony/framework-bundle": "~2.3|~3.0",
24+
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
2525
"doctrine/doctrine-bundle": "~1.0",
2626
"doctrine/migrations": "^1.1"
2727
},

0 commit comments

Comments
 (0)