Skip to content

Commit

Permalink
Merge 833e246 into 6a1471d
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 30, 2020
2 parents 6a1471d + 833e246 commit e24fab0
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 @@ -7,6 +7,7 @@ php:
- 7.2
- 7.3
- 7.4
- nightly

before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"ext-phar": "*",
Expand Down

0 comments on commit e24fab0

Please sign in to comment.