Skip to content

Commit f770aee

Browse files
committed
Allow Symfony 3 HttpFoundation
This allows apps/teams to move to Symfony3. Without it, upgrading is impossible due to restrictions on using Http Foundation from 2.x series.
1 parent 56c1d49 commit f770aee

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
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": ">=5.3.2",
3131
"guzzle/guzzle": "~3.9",
32-
"symfony/http-foundation": "~2.1"
32+
"symfony/http-foundation": "~2.1|^3"
3333
},
3434
"require-dev": {
3535
"omnipay/tests": "~2.0"

0 commit comments

Comments
 (0)