We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f0eb8 commit 08faae3Copy full SHA for 08faae3
composer.json
@@ -23,15 +23,16 @@
23
},
24
"require-dev": {
25
"larastan/larastan": "^2.9",
26
+ "laravel/framework": "12.*",
27
"laravel/pint": "^1.6",
- "nunomaduro/collision": "^7.0",
28
- "orchestra/testbench": "^8.0 | ^9.0",
29
- "pestphp/pest": "^2.0",
30
- "pestphp/pest-plugin-laravel": "^2.0",
+ "nunomaduro/collision": "^7.0|^8.0",
+ "orchestra/testbench": "10.*",
+ "pestphp/pest": "^2.0|^3.0",
31
+ "pestphp/pest-plugin-laravel": "^2.0|^3.0",
32
"phpstan/extension-installer": "^1.1",
33
"phpstan/phpstan-deprecation-rules": "^1.0",
34
"phpstan/phpstan-phpunit": "^1.0",
- "phpunit/phpunit": "^9.5|^10.0",
35
+ "phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0",
36
"spatie/laravel-ray": "^1.26"
37
38
"autoload": {
0 commit comments