Skip to content

Commit

Permalink
Allow Symfony 5 (#214)
Browse files Browse the repository at this point in the history
* Allow Symfony 5

* Update .travis.yml
  • Loading branch information
barryvdh authored Nov 24, 2019
1 parent c4567f7 commit 3d5bead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ matrix:
env: setup=lowest symfony="^3"
- php: 7.1
env: setup=lowest symfony="^4"
- php: 7.2
env: setup=lowest symfony="^5"
allow_failures:
- php: 7.4snapshot

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"php-http/client-implementation": "^1",
"php-http/message": "^1.5",
"php-http/discovery": "^1.2.1",
"symfony/http-foundation": "^2.1||^3||^4",
"symfony/http-foundation": "^2.1|^3|^4|^5",
"moneyphp/money": "^3.1"
},
"require-dev": {
Expand Down

0 comments on commit 3d5bead

Please sign in to comment.