Skip to content

Commit e6a3942

Browse files
Add compability with symfony 3.* and 4.*
1 parent 37076c0 commit e6a3942

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
@@ -24,8 +24,8 @@
2424
"php": ">=5.4.0",
2525
"dflydev/stack-authentication": "1.0.*@dev",
2626
"dflydev/stack-firewall": "1.0.*@dev",
27-
"symfony/http-foundation": "~2.1",
28-
"symfony/http-kernel": "~2.1",
27+
"symfony/http-foundation": "~2.1|~3.0|~4.0",
28+
"symfony/http-kernel": "~2.1|~3.0|~4.0",
2929
"pimple/pimple": " 1.*"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)