Skip to content

Commit

Permalink
Merge pull request #24 from Milad-Sarli/patch-1
Browse files Browse the repository at this point in the history
Update composer.json for laravel 12
  • Loading branch information
njxqlus authored Mar 2, 2025
2 parents bf0c5fd + 465804e commit 2bd1147
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"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"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
"orchestra/testbench": "^8.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"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2bd1147

Please sign in to comment.