Skip to content

Commit 3d5bead

Browse files
authored
Allow Symfony 5 (#214)
* Allow Symfony 5 * Update .travis.yml
1 parent c4567f7 commit 3d5bead

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ matrix:
3030
env: setup=lowest symfony="^3"
3131
- php: 7.1
3232
env: setup=lowest symfony="^4"
33+
- php: 7.2
34+
env: setup=lowest symfony="^5"
3335
allow_failures:
3436
- php: 7.4snapshot
3537

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"php-http/client-implementation": "^1",
4343
"php-http/message": "^1.5",
4444
"php-http/discovery": "^1.2.1",
45-
"symfony/http-foundation": "^2.1||^3||^4",
45+
"symfony/http-foundation": "^2.1|^3|^4|^5",
4646
"moneyphp/money": "^3.1"
4747
},
4848
"require-dev": {

0 commit comments

Comments
 (0)