Skip to content

Commit bd37e09

Browse files
authored
Laravel 12 support
1 parent ddde6c7 commit bd37e09

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"datomatic/laravel-enum-helper": "^1.0|^2.0",
2222
"ext-json": "*",
2323
"spatie/laravel-package-tools": "^1.13.0",
24-
"illuminate/contracts": "^8.37||^9.0|^10.0|^11.0"
24+
"illuminate/contracts": "^8.37||^9.0|^10.0|^11.0|^12.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.0",
28-
"nunomaduro/collision": "^6.0",
29-
"nunomaduro/larastan": "^2.0.1",
30-
"orchestra/testbench": "^7.0",
31-
"pestphp/pest": "^1.21",
32-
"pestphp/pest-plugin-laravel": "^1.1",
33-
"phpstan/extension-installer": "^1.1",
34-
"phpstan/phpstan-deprecation-rules": "^1.0",
35-
"phpstan/phpstan-phpunit": "^1.0",
36-
"phpunit/phpunit": "^9.5"
28+
"nunomaduro/collision": "^6.0|^7.0|^8.0",
29+
"nunomaduro/larastan": "^2.0.1|^3.0",
30+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
31+
"pestphp/pest": "^1.21|^2.0|^3.0",
32+
"pestphp/pest-plugin-laravel": "^1.1|^2.0|^3.0",
33+
"phpstan/extension-installer": "^1.1|^2.0",
34+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
35+
"phpstan/phpstan-phpunit": "^1.0|^2.0",
36+
"phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)