forked from techdivision/TechDivision.ModuleBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 965 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
34
{
"name": "techdivision/modulebase",
"type": "typo3-flow-package",
"description": "Provides the TechDivision backend module section",
"license": "GPL-3.0+",
"homepage" : "https://github.com/techdivision/TechDivision.ModuleBase",
"authors" : [{
"name" : "Philipp Dittert",
"email" : "[email protected]",
"homepage" : "https://www.techdivision.com"
}],
"require": {
"typo3/neos": "2.*"
},
"require-dev" : {
"phing/phing": "*",
"mikey179/vfsStream" : "*",
"php" : ">=5.4.0",
"phpmd/phpmd" : "2.1.*",
"phploc/phploc" : "2.0.*",
"pdepend/pdepend" : "2.0.*",
"sebastian/phpcpd" : "2.0.*",
"squizlabs/php_codesniffer": "2.*"
},
"autoload": {
"psr-0": {
"TechDivision\\ModuleBase": "Classes"
}
},
"support" : {
"issues" : "https://github.com/techdivision/TechDivision.ModuleBase/issues",
"source" : "https://github.com/techdivision/TechDivision.ModuleBase"
}
}