Skip to content

Commit

Permalink
Added Support For Laravel 9 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjaber-98 authored Feb 12, 2022
1 parent 202e4a9 commit e3f70d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"require": {
"php": "^7.2.5|^8.0",
"illuminate/support": "^6|^7|^8"
"illuminate/support": "^6.3|^7.0|^8.0|^9.0"
},
"require-dev" : {
"phpunit/phpunit": "~8.0",
"orchestra/testbench": "^5.0"
"phpunit/phpunit": "^8.5.8|^9.3.3",
"orchestra/testbench": "^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e3f70d3

Please sign in to comment.