1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-11-22 10:29:02 +01:00
pivot/composer.json
2020-12-11 09:18:53 -05:00

10 lines
145 B
JSON

{
"require-dev": {
"php-parallel-lint/php-parallel-lint": "1.2.0"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
]
}
}