Skip to content

Commit

Permalink
Add laravel 11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Craft committed May 2, 2024
1 parent 397e826 commit b27ff00
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 @@ -21,18 +21,18 @@
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^8.73|^9.0|^10.0"
"illuminate/contracts": "^8.73|^9.0|^10.0|^11.0"
},
"require-dev": {
"nunomaduro/collision": "^5.10|^6.0|^7.0",
"nunomaduro/larastan": "^1.0",
"orchestra/testbench": "^6.22|^7.0|^8.0",
"orchestra/testbench": "^6.22|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5|^10.0",
"phpunit/phpunit": "^9.5|^10.0|^11.0",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down

0 comments on commit b27ff00

Please sign in to comment.