Changeset 47881 for trunk/composer.json
- Timestamp:
- 06/01/2020 08:29:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r47389 r47881 16 16 "dealerdirect/phpcodesniffer-composer-installer": "~0.6.0", 17 17 "wp-coding-standards/wpcs": "~2.1.0", 18 "phpcompatibility/phpcompatibility-wp": "^2.1.0" 18 "phpcompatibility/phpcompatibility-wp": "^2.1.0", 19 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" 19 20 }, 20 21 "scripts": { … … 22 23 "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source", 23 24 "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source", 24 "lint:errors": "@lint -n" 25 "lint:errors": "@lint -n", 26 "test": "@php ./vendor/phpunit/phpunit/phpunit" 25 27 } 26 28 }
Note: See TracChangeset
for help on using the changeset viewer.