forked from T3Voila/templavoilaplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.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
38
39
40
41
{
"name": "templavoilaplus/templavoilaplus",
"type": "typo3-cms-extension",
"description": "Point-and-click, popular and easy template engine for TYPO3. Replacement for old TemplaVoilà!.",
"keywords": [
"TYPO3",
"extension",
"template",
"engine"
],
"homepage": "https://templavoila.plus/",
"license": ["GPL-2.0+"],
"authors": [
{
"name": "Alexander Opitz",
"email": "[email protected]",
"homepage": "http://www.extrameile-gehen.de",
"role": "Developer"
}
],
"require": {
"typo3/cms-core": "^7.6.0 || ^8.7.0 || ^9.5.0",
"php": ">=5.5.0 <7.3.99"
},
"autoload": {
"psr-4": {
"Ppi\\TemplaVoilaPlus\\": "Classes/"
}
},
"conflict": {
"typo3-ter/templavoila": "*",
"templavoila/templavoila": "*"
},
"replace": {
"templavoilaplus/templavoilaplus": "self.version",
"typo3-ter/templavoilaplus": "self.version"
},
"suggest": {
"friendsoftypo3/typo3db-legacy": ">=1.1.1"
}
}