forked from proudnerds-typo3/irfaq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 825 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
{
"name": "netcreators/irfaq",
"description": "FAQ frontend plugin with dynamic or static view which will merge and improve functionality of EXT:faq and EXT:faq_plus into a modern look",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Leonie Philine Bitto",
"email": "extensions@netcreators.com"
},
{
"name": "Tania Morales",
"email": "extensions@netcreators.com"
}
],
"require": {
"typo3/cms": "^7.6.15 || ^8.7.0"
},
"replace": {
"irfaq": "self.version",
"typo3-ter/irfaq": "self.version"
},
"autoload": {
"psr-4": {
"Netcreators\\Irfaq\\": "Classes/"
},
"classmap": [ "class.ext_update.php" ]
}
}