17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
"php-parallel-lint/php-console-highlighter": "0.5",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"slevomat/coding-standard": "^7.0",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.8"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|