11 lines
273 B
JSON
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"
|
||
|
}
|
||
|
}
|