Skip to content

Commit

Permalink
Merge pull request #38 from dmitryuk/php-8
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Feb 24, 2021
2 parents 8b2b037 + b02638f commit b40b5b0
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 @@ -4,6 +4,7 @@ matrix:
include:
- php: 7.3
- php: 7.4
- php: 8.0
allow_failures:
- php: nightly
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.3",
"php": ">=7.3 <8.1",
"illuminate/support": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit b40b5b0

Please sign in to comment.