|
46 | 46 | "prefer-stable": true, |
47 | 47 | "scripts": { |
48 | 48 | "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 ./tests --standard=phpcs.tests.xml -s -v", |
52 | | - "phpcbf-tests": "vendor/bin/phpcbf ./tests --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", |
| 52 | + "phpcbf-tests": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v", |
53 | 53 | "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", |
56 | | - "php-coding-standards-on-tests": "vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v", |
57 | | - "fix-php-coding-standards-on-tests": "vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -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", |
| 56 | + "php-coding-standards-on-tests": "vendor/bin/phpcs --standard=phpcs.tests.xml -s -v", |
| 57 | + "fix-php-coding-standards-on-tests": "vendor/bin/phpcbf --standard=phpcs.tests.xml -s -v", |
58 | 58 | "php-static-analysis": "vendor/bin/phpstan analyse --memory-limit=1250M", |
59 | 59 | "test": "vendor/bin/phpunit --verbose --stop-on-failure @additional_args" |
60 | 60 | } |
|
0 commit comments