Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit ab238c3

Browse files
committed
Update dependencies to support Laravel 12
1 parent f49fb31 commit ab238c3

File tree

2 files changed

+627
-489
lines changed

2 files changed

+627
-489
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
"require": {
2929
"php": "^8.3",
3030
"spatie/laravel-package-tools": "^1.16",
31-
"illuminate/contracts": "^11.0"
31+
"illuminate/contracts": "^11.0|^12.0"
3232
},
3333
"require-dev": {
34-
"laravel/pint": "^1.15",
34+
"laravel/pint": "^v1.21.0",
3535
"nunomaduro/collision": "^8.1.1",
36-
"larastan/larastan": "^2.9",
37-
"orchestra/testbench": "^9.0.0",
38-
"pestphp/pest": "^2.34",
39-
"pestphp/pest-plugin-arch": "^2.7",
40-
"pestphp/pest-plugin-laravel": "^2.3",
41-
"phpstan/extension-installer": "^1.3",
42-
"phpstan/phpstan-deprecation-rules": "^1.1",
43-
"phpstan/phpstan-phpunit": "^1.3"
36+
"larastan/larastan": "^v3.1.0",
37+
"orchestra/testbench": "^9.0.0|^10.0.0",
38+
"pestphp/pest": "^v3.7.4",
39+
"pestphp/pest-plugin-arch": "^v3.0.0",
40+
"pestphp/pest-plugin-laravel": "^v3.1.0",
41+
"phpstan/extension-installer": "^1.4.2",
42+
"phpstan/phpstan-deprecation-rules": "^2.0.1",
43+
"phpstan/phpstan-phpunit": "^2.0.4"
4444
},
4545
"autoload": {
4646
"psr-4": {

0 commit comments

Comments
 (0)