Skip to content

Commit 93fc4a5

Browse files
Add compability with symfony 3.* and 4.*
1 parent 62b092a commit 93fc4a5

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
@@ -22,8 +22,8 @@
2222
},
2323
"require": {
2424
"php": ">=5.4.0",
25-
"symfony/http-foundation": "~2.1",
26-
"symfony/http-kernel": "~2.1"
25+
"symfony/http-foundation": "~2.1|~3.0|~4.0",
26+
"symfony/http-kernel": "~2.1|~3.0|~4.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "3.7.21",

0 commit comments

Comments
 (0)