Skip to content

Commit 4f87a3e

Browse files
committed
Fix composer commands
1 parent 3bb5934 commit 4f87a3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"prefer-stable": true,
4747
"scripts": {
4848
"create-docs": "phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'",
49-
"phpcs": "vendor/bin/phpcs -s -v",
50-
"phpcbf": "vendor/bin/phpcbf -s -v",
51-
"phpcs-tests": "vendor/bin/phpcs --standard=phpcs.tests.xml -s -v",
49+
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml -s -v",
50+
"phpcbf": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v",
51+
"phpcs-tests": "vendor/bin/phpcs --standard=phpcs.xml -s -v",
5252
"phpcbf-tests": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v",
5353
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1250M",
54-
"php-coding-standards": "vendor/bin/phpcs -s -v",
55-
"fix-php-coding-standards": "vendor/bin/phpcbf -s -v",
54+
"php-coding-standards": "vendor/bin/phpcs --standard=phpcs.xml -s -v",
55+
"fix-php-coding-standards": "vendor/bin/phpcbf --standard=phpcs.xml -s -v",
5656
"php-coding-standards-on-tests": "vendor/bin/phpcs --standard=phpcs.tests.xml -s -v",
5757
"fix-php-coding-standards-on-tests": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v",
5858
"php-static-analysis": "vendor/bin/phpstan analyse --memory-limit=1250M",

0 commit comments

Comments
 (0)