Skip to content

Commit 1cf1f38

Browse files
committed
feat: add laravel 12 support
1 parent 54b331b commit 1cf1f38

File tree

11 files changed

+1572
-1927
lines changed

11 files changed

+1572
-1927
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
},
3232
"require": {
3333
"php": "^8.2",
34-
"illuminate/contracts": "^11.0",
35-
"illuminate/http": "^11.0",
36-
"illuminate/support": "^11.0",
34+
"illuminate/contracts": "^11.0 || ^12.0",
35+
"illuminate/http": "^11.0 || ^12.0",
36+
"illuminate/support": "^11.0 || ^12.0",
3737
"ramsey/uuid": "^4.7",
3838
"symfony/property-access": "^7.1",
3939
"symfony/property-info": "^7.1",
4040
"symfony/serializer": "^7.1"
4141
},
4242
"require-dev": {
43-
"ergebnis/phpunit-slow-test-detector": "^2.14",
44-
"larastan/larastan": "^2.9",
45-
"orchestra/testbench": "^9.1",
46-
"pestphp/pest": "^2.34",
43+
"ergebnis/phpunit-slow-test-detector": "^2.19",
44+
"larastan/larastan": "^2.11",
45+
"orchestra/testbench": "^9.14",
46+
"pestphp/pest": "^2.36",
4747
"pestphp/pest-plugin-laravel": "^2.4",
4848
"phpstan/extension-installer": "^1.4",
49-
"phpstan/phpstan": "^1.11",
49+
"phpstan/phpstan": "^1.12",
5050
"phpstan/phpstan-deprecation-rules": "^1.2",
5151
"phpstan/phpstan-phpunit": "^1.4",
5252
"phpstan/phpstan-strict-rules": "^1.6",
5353
"phpunit/phpunit": "^10.5",
54-
"psalm/plugin-laravel": "^2.11",
54+
"psalm/plugin-laravel": "^2.12",
5555
"psalm/plugin-phpunit": "^0.19",
56-
"rector/rector": "^1.1",
56+
"rector/rector": "^1.2",
5757
"roave/infection-static-analysis-plugin": "^1.35",
5858
"symfony/yaml": "^7.1",
5959
"vimeo/psalm": "^5.24",

0 commit comments

Comments
 (0)