Files
sept-coding-standard/composer.json
2025-07-22 19:46:34 +03:00

25 lines
771 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.19",
"squizlabs/php_codesniffer": "^3.0"
},
"support" : {
"source": "https://git.1sept.ru/1sept/sept-coding-standard.git",
"issues": "https://git.1sept.ru/1sept/sept-coding-standard.git/issues"
},
"conflict": {
"squizlabs/php_codesniffer": "<3 || >=4"
}
}