init
This commit is contained in:
25
composer.json
Normal file
25
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user