File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 {
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"
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}
You can’t perform that action at this time.
0 commit comments