forked from Gernott/mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 890 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
{
"name": "mask/mask",
"type": "typo3-cms-extension",
"description": "Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag&drop system. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.",
"homepage": "https://forge.typo3.org/projects/extension-mask",
"support": {
"issues": "https://forge.typo3.org/projects/extension-mask"
},
"keywords": ["TYPO3 CMS", "Mask", "Contentelements", "Wizard"],
"authors": [
{
"name": "WEBprofil - Gernot Ploiner e.U.",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://www.webprofil.at"
}
],
"license": ["GPL-2.0+"],
"version": "2.1.0",
"require": {
"typo3/cms-core": ">=7.6.0 <8.2.99"
},
"autoload": {
"psr-4": {
"MASK\\Mask\\": "Classes/"
}
}
}