Skip to content

Commit 5f16072

Browse files
authored
Merge pull request #96 from msvrtan/allow-symfony3
Allow Symfony 3 HttpFoundation
2 parents 56c1d49 + f770aee commit 5f16072

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)