Skip to content

Commit 97c70f5

Browse files
authored
Allow symfony/framework-bundle 4+
1 parent 0c0bfe4 commit 97c70f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"license": "MIT",
1010

1111
"require": {
12-
"php": ">=5.3.3",
13-
"symfony/symfony": ">=2.1|^3.4",
12+
"php": "^5.5.9|~7.0",
13+
"symfony/framework-bundle": "^2.7|^3.0|^4.0|^5.0",
1414
"doctrine/orm": "~2.2,>=2.2.3"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)