Changeset 46291 for trunk/composer.json
- Timestamp:
- 09/25/2019 02:01:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r46290 r46291 20 20 "scripts": { 21 21 "compat": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcompat.xml.dist --report=summary,source", 22 "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source --cache -d memory_limit=256M",23 "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source --cache -d memory_limit=256M",22 "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source", 23 "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source", 24 24 "lint:errors": "@lint -n" 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.