1
0
Fork 0
composer/tests/Composer/Test/Util/Fixtures/composer_scripts-descriptio...

11 lines
273 B
JSON

{
"scripts": {
"test": "phpunit",
"phpcs": "phpcs --standard=PSR2 src"
},
"scripts-descriptions": {
"test": "Launches the preconfigured PHPUnit",
"phpcsxxx": "Checks that the application code conforms to coding standard"
}
}