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 a068824 commit d1cf7bbCopy full SHA for d1cf7bb
composer.json
@@ -37,7 +37,6 @@
37
"laravel/pint": "^1.14",
38
"nunomaduro/collision": "^8.1.1||^7.10.0",
39
"larastan/larastan": "^2.9||^3.0",
40
- "orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
41
"pestphp/pest": "^3.0",
42
"pestphp/pest-plugin-arch": "^3.0",
43
"pestphp/pest-plugin-laravel": "^3.0",
@@ -61,8 +60,6 @@
61
60
}
62
},
63
"scripts": {
64
- "post-autoload-dump": "@composer run prepare",
65
- "prepare": "@php vendor/bin/testbench package:discover --ansi",
66
"analyse": "vendor/bin/phpstan analyse",
67
"test": "vendor/bin/pest",
68
"test-coverage": "vendor/bin/pest --coverage",
0 commit comments