diff --git a/composer.json b/composer.json
index c795607093..2020779623 100644
a
|
b
|
|
14 | 14 | "wp-coding-standards/wpcs": "~2.1.0" |
15 | 15 | }, |
16 | 16 | "scripts": { |
17 | | "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source --cache -d memory_limit=256M", |
18 | | "lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source --cache -d memory_limit=256M", |
19 | | "lint:errors": "phpcs --standard=phpcs.xml.dist --report-summary --report-source --cache -d memory_limit=256M -n" |
| 17 | "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source --cache -d memory_limit=256M", |
| 18 | "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source --cache -d memory_limit=256M", |
| 19 | "lint:errors": "@lint -n" |
20 | 20 | } |
21 | 21 | } |