forked from Gernott/mask
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.06 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.06 KB
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
{
"name": "ironshark/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 and drop user interface. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.",
"homepage": "http://mask.webprofil.at/",
"support": {
"source": "https://github.com/Gernott/mask",
"docs": "https://docs.typo3.org/typo3cms/extensions/mask/Index.html",
"issues": "https://forge.typo3.org/projects/extension-mask"
},
"keywords": ["TYPO3 CMS", "Mask", "Contentelements", "Wizard"],
"authors": [
{
"name": "WEBprofil - Gernot Ploiner e.U.",
"email": "office@webprofil.at",
"role": "Developer",
"homepage": "http://www.webprofil.at"
}
],
"license": "GPL-2.0+",
"version": "3.0.4",
"require": {
"php": "^7.0",
"typo3/cms-core": "^8.7"
},
"replace": {
"mask": "self.version",
"typo3-ter/mask": "self.version"
},
"autoload": {
"psr-4": {
"MASK\\Mask\\": "Classes/"
}
}
}