Files
sept-coding-standard/composer.json
2025-09-25 22:04:44 +03:00

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