Skip to content

Commit

Permalink
Merge pull request #89 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
nonoesp authored Feb 10, 2022
2 parents 66d811b + f4b46b6 commit d63ac71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"require": {
"php": ">=7.1.0 || >=7.2.5",
"illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0"
"illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0"
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0|^7.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit d63ac71

Please sign in to comment.