Skip to content

Commit 3a9b660

Browse files
committed
🚿
1 parent 7e7552b commit 3a9b660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
}
8383
},
8484
"scripts": {
85-
"phpcs": "@php vendor/bin/phpcs",
8685
"phpbench":[
8786
"Composer\\Config::disableProcessTimeout",
8887
"@php vendor/bin/phpbench run"
8988
],
90-
"phpunit": "@php vendor/bin/phpunit",
89+
"phpcs": "@php vendor/bin/phpcs",
9190
"phpstan": "@php vendor/bin/phpstan",
92-
"phpstan-baseline": "@php vendor/bin/phpstan --generate-baseline"
91+
"phpstan-baseline": "@php vendor/bin/phpstan --generate-baseline",
92+
"phpunit": "@php vendor/bin/phpunit"
9393
},
9494
"config": {
9595
"lock": false,

0 commit comments

Comments
 (0)