Skip to content

Commit

Permalink
laravel 11 aswell
Browse files Browse the repository at this point in the history
  • Loading branch information
phpsa authored Feb 7, 2024
1 parent 1f211b2 commit 52ae010
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 @@ -18,13 +18,13 @@
}
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.5|^9.0|^10.0",
"php": "^8.1",
"illuminate/support": "^9.0|^10.0|^11.0",
"spatie/laravel-webhook-server": "^3.1"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.3.0"
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.3.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 52ae010

Please sign in to comment.