Skip to content

Commit cd96dbf

Browse files
authored
Support Laravel 12
1 parent 7e5a010 commit cd96dbf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
"require": {
2424
"php": "^8.1|^8.2",
2525
"filament/filament": "^3.0",
26-
"illuminate/contracts": "^10.0|^11.0",
26+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2727
"spatie/laravel-package-tools": "^1.14.0",
2828
"statikbe/laravel-chained-translator": "^2.4"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",
3232
"nunomaduro/collision": "^7.0||^8.0",
33-
"nunomaduro/larastan": "^2.4",
33+
"nunomaduro/larastan": "^3.0",
3434
"orchestra/testbench": "^8.0",
35-
"pestphp/pest": "^2.0",
36-
"pestphp/pest-plugin-laravel": "^2.0",
35+
"pestphp/pest": "^3.0",
36+
"pestphp/pest-plugin-laravel": "^3.0",
3737
"phpstan/extension-installer": "^1.2",
38-
"phpstan/phpstan-deprecation-rules": "^1.1",
39-
"phpstan/phpstan-phpunit": "^1.3",
40-
"phpunit/phpunit": "^10.0|^11.0"
38+
"phpstan/phpstan-deprecation-rules": "^2.0",
39+
"phpstan/phpstan-phpunit": "^2.0",
40+
"phpunit/phpunit": "^10.0|^11.0|^12.0"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)