Math/composer.json

11 lines
142 B
JSON

{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.*"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
]
}
}