1
0
miroir de https://github.com/Hutchy68/pivot.git synchronisé 2025-07-02 07:24:22 +02:00
pivot/composer.json
2015-11-04 14:44:17 -05:00

10 lignes
139 B
JSON

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