Skip to content

Commit

Permalink
allow php8.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrbarabolia authored Feb 26, 2021
1 parent 0e853eb commit 1085a12
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 @@ -4,11 +4,13 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

env:
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.0.*
- SYMFONY_VERSION=5.1.*
- SYMFONY_VERSION=5.2.*

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"ext-json": "*",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
Expand Down

0 comments on commit 1085a12

Please sign in to comment.