Changeset 45665 for trunk/composer.json
- Timestamp:
- 07/19/2019 07:47:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r45600 r45665 15 15 }, 16 16 "scripts": { 17 "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source", 18 "lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source" 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" 19 20 } 20 21 }
Note: See TracChangeset
for help on using the changeset viewer.