Skip to content

Commit 336992f

Browse files
Add compability with symfony 3.* and 4.*
1 parent eecaf0f commit 336992f

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
@@ -23,8 +23,8 @@
2323
"require": {
2424
"php": ">=5.4.0",
2525
"dflydev/stack-authentication": "1.0.*@dev",
26-
"symfony/http-foundation": "~2.1",
27-
"symfony/http-kernel": "~2.1"
26+
"symfony/http-foundation": "~2.1|~3.0|~4.0",
27+
"symfony/http-kernel": "~2.1|~3.0|~4.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "3.7.21",

0 commit comments

Comments
 (0)