Skip to content

Commit

Permalink
Merge pull request #41 from JorisDebonnet/php-8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Dec 3, 2021
2 parents b40b5b0 + 28acf50 commit dbcb7a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ matrix:
- php: 7.3
- php: 7.4
- php: 8.0
- php: 8.1
allow_failures:
- php: nightly
fast_finish: true
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.3 <8.1",
"php": "^7.3|^8.0",
"illuminate/support": "^8.0"
},
"autoload": {
Expand All @@ -26,7 +26,8 @@
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^9.3",
"illuminate/database": "^8.0",
"illuminate/filesystem": "^8.0"
"illuminate/filesystem": "^8.0",
"illuminate/console": "^8.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit dbcb7a9

Please sign in to comment.