We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4567f7 commit 3d5beadCopy full SHA for 3d5bead
.travis.yml
@@ -30,6 +30,8 @@ matrix:
30
env: setup=lowest symfony="^3"
31
- php: 7.1
32
env: setup=lowest symfony="^4"
33
+ - php: 7.2
34
+ env: setup=lowest symfony="^5"
35
allow_failures:
36
- php: 7.4snapshot
37
composer.json
@@ -42,7 +42,7 @@
42
"php-http/client-implementation": "^1",
43
"php-http/message": "^1.5",
44
"php-http/discovery": "^1.2.1",
45
- "symfony/http-foundation": "^2.1||^3||^4",
+ "symfony/http-foundation": "^2.1|^3|^4|^5",
46
"moneyphp/money": "^3.1"
47
},
48
"require-dev": {
0 commit comments