Skip to content

Commit ee26176

Browse files
committed
laravel 12 support
1 parent 7e5a010 commit ee26176

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.1|^8.2",
24+
"php": "^8.1|^8.2|^8.3|^8.4",
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",
28-
"statikbe/laravel-chained-translator": "^2.4"
28+
"statikbe/laravel-chained-translator": "^2.5"
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)