Skip to content

Commit

Permalink
feat: Laravel 11.x Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Mar 14, 2024
1 parent d20baf3 commit 52a93bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"require" : {
"php" : "^8.0",
"filament/forms" : "^3.0",
"illuminate/contracts" : "^8.73|^9.0|^10.0",
"illuminate/contracts" : "^8.73|^9.0|^10.0|^11.0",
"spatie/laravel-package-tools" : "^1.9.2"
},
"require-dev" : {
"nunomaduro/collision" : "^5.10|^6.0|^7.0",
"orchestra/testbench" : "^6.22|^7.0|^8.0",
"pestphp/pest" : "^1.21",
"pestphp/pest-plugin-laravel" : "^1.1",
"nunomaduro/collision" : "^5.10|^6.0|^7.0|^8.0",
"orchestra/testbench" : "^6.22|^7.0|^8.0|^9.0",
"pestphp/pest" : "^1.21|^2.0",
"pestphp/pest-plugin-laravel" : "^1.1|^2.0",
"phpunit/phpunit" : "^9.5|^10.0",
"spatie/laravel-ray" : "^1.26",
"spatie/pest-plugin-test-time" : "^1.0",
"nesbot/carbon" : "^2.66"
"spatie/pest-plugin-test-time" : "^1.0|^2.0",
"nesbot/carbon" : "^2.66|^3.0"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 52a93bb

Please sign in to comment.