28 lines
825 B
JSON
28 lines
825 B
JSON
{
|
|
"name": "1sept/sept-coding-standard",
|
|
"type": "phpcodesniffer-standard",
|
|
"description": "Internal PHP coding standard of Sept",
|
|
"keywords": ["coding standard", "phpcs", "psr", "code sniffer", "symfony"],
|
|
"homepage": "https://1sept.ru",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "First September",
|
|
"homepage": "https://1sept.ru"
|
|
}
|
|
],
|
|
"require": {
|
|
"slevomat/coding-standard": ">=8.23",
|
|
"squizlabs/php_codesniffer": "^4.0"
|
|
},
|
|
"support" : {
|
|
"source": "https://git.1sept.ru/1sept/sept-coding-standard.git",
|
|
"issues": "https://git.1sept.ru/1sept/sept-coding-standard.git/issues"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|