Skip to content

Commit 6aaff87

Browse files
authored
Merge pull request #138 from Kit/fix-composer-commands
Fix Composer Commands
2 parents 82f94ca + e951a1e commit 6aaff87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"scripts": {
4848
"create-docs": "phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'",
4949
"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",
50+
"phpcbf": "vendor/bin/phpcbf --standard=phpcs.xml -s -v",
51+
"phpcs-tests": "vendor/bin/phpcs --standard=phpcs.tests.xml -s -v",
5252
"phpcbf-tests": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v",
5353
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1250M",
5454
"php-coding-standards": "vendor/bin/phpcs --standard=phpcs.xml -s -v",

0 commit comments

Comments
 (0)