This commit is contained in:
2025-07-22 19:46:34 +03:00
commit 1c5ba574b8
3 changed files with 297 additions and 0 deletions

25
composer.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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"
}
}