Skip to content

Commit

Permalink
Laravel 9 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude authored Feb 9, 2022
1 parent 17fe6e9 commit 78ac32d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
"php": "^8.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0"
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 78ac32d

Please sign in to comment.