1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-09-21 05:11:35 +02:00
pivot/composer.json

10 lines
139 B
JSON
Raw Normal View History

2015-11-04 20:44:17 +01:00
{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
]
}
}