forked from digedag/rn_base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 714 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 714 Bytes
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
{
"name" : "digedag/rn-base",
"description" : "A base library for extensions. Uses MVC design principles and domain driven development for TYPO3 extension development.",
"version" : "0.14.26",
"type" : "typo3-cms-extension",
"keywords" : ["TYPO3 CMS", "mvc"],
"homepage" : "http://www.system25.de/",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "René Nitzsche",
"email" : "nitzsche@dmk-ebusiness.de",
"role" : "Developer"
}
],
"support": {
"email": "rene@system25.de",
"source": "https://github.com/digedag/rn_base",
"issues": "https://github.com/digedag/rn_base/issues"
},
"replace": {
"typo3-ter/rn-base": "*"
},
"require" : {
"typo3/cms-core" : ">=4.3.0 <=6.2.99"
}
}