-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
37 lines (33 loc) · 1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "typo3-ci/typo3cms",
"type": "phpcodesniffer-standard",
"description": "This package contains a selection of sniffs which implements the Coding Guidelines for TYPO3CMS which was former known as TYPO3.",
"homepage": "http://forge.typo3.org/projects/show/team-php_codesniffer",
"keywords": ["typo3", "standards", "phpcs", "coding guidelines", "codesniffer", "quality assurance", "cms"],
"license": "GPL-2.0",
"authors": [
{
"name": "Stefano Kowalke",
"email": "[email protected]",
"role": "lead"
},
{
"name": "Andy Grundwald",
"email": "[email protected]",
"role": "lead"
}
],
"require": {
"php": ">=5.2.1",
"typo3-ci/typo3sniffpool": ">=1.0.0-alpha",
"simplyadmire/composer-plugins": "*"
},
"suggest": {
"typo3-ci/typo3flow": ">=0.0.3"
},
"support": {
"issues": "http://forge.typo3.org/projects/team-php_codesniffer/issues",
"wiki": "http://forge.typo3.org/projects/team-php_codesniffer/wiki",
"source": "https://github.com/typo3-ci/TYPO3CMS.git"
}
}