Skip to content

Commit

Permalink
feat: laravel 11 compatibility (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi authored Jan 8, 2025
1 parent fa676e8 commit 0a1ba43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-data": "^3.5",
"spatie/laravel-package-tools": "^1.14.0"
},
Expand All @@ -31,8 +31,7 @@
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-ray": "^1.26"
"phpstan/phpstan-phpunit": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0a1ba43

Please sign in to comment.