1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-09-20 21:01:35 +02:00
pivot/composer.json
2015-11-04 14:44:17 -05:00

10 lines
139 B
JSON

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