Skip to content

Commit

Permalink
Merge pull request #86 from maicol07/master
Browse files Browse the repository at this point in the history
Allow newer PHP versions
  • Loading branch information
specialtactics authored Apr 30, 2021
2 parents c330027 + df40e1a commit e3a8f19
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 @@ -13,6 +13,8 @@ matrix:
env: setup=stable
- php: 7.4
env: setup=stable
- php: 8.0
env: setup=stable

install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/filesystem": "^7.0|^8.0",
"doctrine/annotations": "~1.2",
Expand Down

0 comments on commit e3a8f19

Please sign in to comment.