-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.19 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
42
43
44
45
46
47
48
49
50
51
{
"name": "hofff/contao-robots-txt-editor",
"description": "Editor for auto creation and modification of robots.txt.",
"keywords": [
"contao",
"robots.txt"
],
"type": "contao-module",
"license": "LGPL-3.0+",
"homepage" : "https://hofff.com",
"authors": [
{
"name": "Cliff Parnitzky",
"email": "[email protected]",
"homepage": "https://hofff.com",
"role": "Developer"
},
{
"name": "Nicky Hoff",
"homepage": "https://hofff.com",
"email": "[email protected]",
"role": "Manager"
}
],
"require": {
"php": ">=5.3",
"contao/core":">=3.2.0,<3.6",
"contao-community-alliance/composer-plugin":"~2.0"
},
"conflict": {
"contao/core":"3.4.0,3.4.1,3.4.2"
},
"suggest" : {
"hofff/contao-htaccess" : "To use different custom robots.txt files in a multi site installation."
},
"extra" : {
"contao" : {
"sources" : {
"CT_ROOT/system/modules/hofff_robots-txt-editor" : "system/modules/hofff_robots-txt-editor"
},
"runonce": [
"runonce/runonce.php"
]
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}