-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 1.01 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
{
"name": "alnv/catalog-manager-importer",
"description": "Extension for Catalog Manager. This extension allows to import CSV files into a table.",
"keywords": [ "contao", "catalog", "manager", "import", "csv" ],
"type": "contao-module",
"homepage": "https://catalog-manager.org",
"license": "proprietary",
"authors": [
{
"name": "Alexander Naumov",
"homepage": "https://alexandernaumov.de",
"role": "Developer"
}
],
"support": {
"email": "me@alexandernaumov.de",
"issues": "https://github.com/alnv/catalog-manager-importer/issues",
"wiki": "https://catalog-manager.org/dokumentation.html"
},
"require": {
"php":">=5.6",
"contao/core-bundle":"~3.5 || ~4.1",
"alnv/catalog-manager":"~1.17",
"contao-community-alliance/composer-plugin":"^2.4.1 || ~3.0"
},
"replace": {
"contao-legacy/catalog-manager-importer": "self.version"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/catalog-manager-importer"
}
}
}
}