Skip to content

Commit dd4aa8b

Browse files
authored
Merge pull request #15 from joserojasrodriguez/laravel-12
Laravel 12 Support
2 parents 117cd18 + 58f6716 commit dd4aa8b

File tree

2 files changed

+4712
-5963
lines changed

2 files changed

+4712
-5963
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"require": {
2323
"php": "^8.1",
2424
"filament/filament": "^3.0",
25-
"spatie/laravel-package-tools": "^1.15.0",
26-
"illuminate/contracts": "^10.0 || ^11.0"
25+
"spatie/laravel-package-tools": "^1.19.0",
26+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.0",
3030
"nunomaduro/collision": "^7.9",
3131
"nunomaduro/larastan": "^2.0.1",
32-
"orchestra/testbench": "^8.0",
33-
"pestphp/pest": "^2.0",
32+
"orchestra/testbench": "^8.0|^9.0|^10.0",
33+
"pestphp/pest": "^2.1|^3.1",
3434
"pestphp/pest-plugin-arch": "^2.0",
3535
"pestphp/pest-plugin-laravel": "^2.0",
3636
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)