Skip to content

Commit

Permalink
Support PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Dec 15, 2020
1 parent ca8796a commit 9239ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
- SYMFONY_VERSION=4.4.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],

"require": {
"php": "^7.2",
"php": ">=7.2",
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^4.4|^5.0"
Expand Down

0 comments on commit 9239ca7

Please sign in to comment.