Because our main composer has php engine specified as 5.6 we cannot use tools and libraries dependent on php 7 [MAILPOET-2090]
16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-console-highlighter": "^0.4.0",
|
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
|
"phpcompatibility/php-compatibility": "^9.1",
|
|
"slevomat/coding-standard": "^5.0",
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.0"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|