forked from Konafets/TYPO3SniffPool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (42 loc) · 1.16 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "typo3-ci/typo3sniffpool",
"type": "phpcodesniffer-standard",
"description": "This repository contains custom sniffs which are compatible with the PHP_CodeSniffer. Understand this package as a sniff pool. It contains all custom sniffs for the TYPO3 project.",
"homepage": "http://forge.typo3.org/projects/show/team-php_codesniffer",
"keywords": ["typo3", "phpcs", "standards", "coding guidelines", "codesniffer", "quality assurance"],
"license": "GPL-2.0",
"authors": [
{
"name": "Stefano Kowalke",
"email": "blueduck@gmx.net",
"role": "lead"
},
{
"name": "Andy Grundwald",
"email": "andy.grundwald@gmail.com",
"role": "lead"
}
],
"require": {
"php": ">=5.2.1",
"squizlabs/php_codesniffer": "1.*",
"simplyadmire/composer-plugins": "*"
},
"suggest": {
"typo3-ci/typo3cms": "*",
"typo3-ci/typo3flow": "*"
},
"replace": {
"typo3/codesniffer": "*"
},
"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/TYPO3SniffPool.git"
},
"autoload": {
"classmap": [
"Sniffs/"
]
}
}