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 7e7552b commit 3a9b660Copy full SHA for 3a9b660
composer.json
@@ -82,14 +82,14 @@
82
}
83
},
84
"scripts": {
85
- "phpcs": "@php vendor/bin/phpcs",
86
"phpbench":[
87
"Composer\\Config::disableProcessTimeout",
88
"@php vendor/bin/phpbench run"
89
],
90
- "phpunit": "@php vendor/bin/phpunit",
+ "phpcs": "@php vendor/bin/phpcs",
91
"phpstan": "@php vendor/bin/phpstan",
92
- "phpstan-baseline": "@php vendor/bin/phpstan --generate-baseline"
+ "phpstan-baseline": "@php vendor/bin/phpstan --generate-baseline",
+ "phpunit": "@php vendor/bin/phpunit"
93
94
"config": {
95
"lock": false,
0 commit comments