Skip to content

Commit

Permalink
Merge pull request #162 from gofish543/laravel9.0
Browse files Browse the repository at this point in the history
Laravel 9.0 Compatibility
  • Loading branch information
joaorobertopb committed Mar 14, 2022
2 parents 6550a9d + 0734a18 commit ac71e0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ matrix:
- php: 8.0
- php: 8.0
env: setup=lowest
- php: 8.1
- php: 8.1
env: setup=lowest

cache:
directories:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^7.2.5 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
"php": "^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
"squizlabs/php_codesniffer": "^3.4",
"mockery/mockery": "^1.3.3"
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"squizlabs/php_codesniffer": "^3.6",
"mockery/mockery": "^1.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ac71e0a

Please sign in to comment.