-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (30 loc) · 969 Bytes
/
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
{
"name": "typo3-ci/typo3flow",
"type": "phpcodesniffer-standard",
"description": "This package contains a selection of sniffs which implements the Coding Guidelines for TYPO3Flow which was former known as FLOW3.",
"homepage": "http://forge.typo3.org/projects/show/team-php_codesniffer",
"keywords": ["typo3", "standards", "phpcs", "coding guidelines", "codesniffer", "quality assurance", "flow"],
"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",
"typo3-ci/typo3sniffpool": ">=0.0.6",
"simplyadmire/composer-plugins": "*"
},
"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/TYPO3Flow.git"
}
}