Skip to content

Commit

Permalink
Support Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev authored Feb 27, 2024
1 parent f854515 commit 4dfb8d4
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 @@ -10,12 +10,12 @@
],
"require": {
"php": "^7.1.3|^8.0",
"illuminate/console": "^5.8|^6.0|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0"
"illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0|^5.0",
"phpunit/phpunit": "^7.5|^8.5|^9.2"
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.5|^9.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4dfb8d4

Please sign in to comment.