Skip to content

Commit

Permalink
Make plugin laravel 9 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
brgmn committed Apr 9, 2022
1 parent 378db1f commit 2b7ea35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0"
"php": "^8.0|^8.1",
"illuminate/support": "^v9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2b7ea35

Please sign in to comment.