Skip to content

Commit 323dbf9

Browse files
authored
[TASK] Complete composer manifest (#22)
1 parent 3bc03c6 commit 323dbf9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "typo3/coding-standards",
33
"type": "coding-standards",
44
"description": "A set of coding guidelines for any TYPO3-related project or extension",
5+
"keywords": [
6+
"typo3",
7+
"cms",
8+
"code style",
9+
"editorconfig",
10+
"php-cs-fixer"
11+
],
12+
"homepage": "https://typo3.org/",
13+
"readme": "README.md",
514
"license": "MIT",
615
"authors": [
716
{
@@ -33,6 +42,11 @@
3342
"config": {
3443
"sort-packages": true
3544
},
45+
"extra": {
46+
"branch-alias": {
47+
"dev-master": "0.6.x-dev"
48+
}
49+
},
3650
"autoload": {
3751
"psr-4": {
3852
"TYPO3\\CodingStandards\\": "src"
@@ -79,5 +93,11 @@
7993
"@fix:php:cs"
8094
],
8195
"fix:php:cs": "php-cs-fixer fix"
96+
},
97+
"support": {
98+
"issues": "https://github.com/TYPO3/coding-standards/issues",
99+
"chat": "https://typo3.org/help",
100+
"source": "https://github.com/TYPO3/coding-standards",
101+
"docs": "https://docs.typo3.org"
82102
}
83103
}

0 commit comments

Comments
 (0)