Changeset 54355 for trunk/composer.json
- Timestamp:
- 09/29/2022 02:43:06 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r52425 r54355 30 30 "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source", 31 31 "lint:errors": "@lint -n", 32 "test": "@php ./vendor/phpunit/phpunit/phpunit"32 "test": [ "Composer\\Config::disableProcessTimeout", "@php ./vendor/phpunit/phpunit/phpunit" ] 33 33 } 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.