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 8f3b2db commit 2fc16b0Copy full SHA for 2fc16b0
composer.json
@@ -27,15 +27,15 @@
27
"pestphp/pest-plugin-laravel": "^3.2.0",
28
"phpstan/phpstan": "^2.1",
29
"larastan/larastan": "^3.4",
30
- "laravel/pint": "^1.22"
+ "laravel/pint": "^1.22",
31
+ "orchestra/testbench": "^9.0|^10.0"
32
},
33
"require": {
34
"php": "^8.2",
35
"illuminate/contracts": "^11.0|^12.0",
36
"illuminate/support": "^11.0|^12.0",
37
"illuminate/database": "^11.0|^12.0",
- "laravel/framework": "^11.0|^12.0",
38
- "orchestra/testbench": "^9.0|^10.0"
+ "laravel/framework": "^11.0|^12.0"
39
40
"autoload": {
41
"psr-4": {
0 commit comments