Files
piratepoet/tasks/code_sniffer/composer.json
Pavel Dohnal fcf5fe1d5d Move code snipper to its own directory
Because our main composer has php engine specified as 5.6
we cannot use tools and libraries dependent on php 7

[MAILPOET-2090]
2019-05-20 10:18:45 -04:00

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
}
}