Skip to content

Commit

Permalink
Merge pull request #40 from marcogermani87/patch-1
Browse files Browse the repository at this point in the history
Compatibility with Laravel 12.x
  • Loading branch information
rupadana authored Feb 28, 2025
2 parents df288b0 + f2a34ee commit 9438f87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"php": "^8.1",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.15.0",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/contracts": "^10.0|^11.0|^12.0",
"guava/filament-icon-picker": "^2.0"
},
"require-dev": {
"nunomaduro/collision": "^7.9",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"nunomaduro/collision": "^7.9|^8.0",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"pestphp/pest": "^2.0|^3.7",
"pestphp/pest-plugin-arch": "^2.0|^3.0",
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
"phpunit/phpunit": "^10.0.17"
},
"autoload": {
Expand Down

0 comments on commit 9438f87

Please sign in to comment.