forked from Ma3xl3/Contao-EasyFavicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.16 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
{
"name": "ma3xl3/contao-easy-favicon",
"description": "This extension allows you easily to add a favicon and apple touch icon to your website.",
"keywords": ["contao","favicon","apple touch icon","ico"],
"type": "contao-module",
"homepage":"https://github.com/Ma3xl3/Contao-EasyFavicon",
"license": "LGPLv3",
"authors": [
{
"name": "Markus Kinzl",
"email": "[email protected]",
"homepage": "http://www.web-creations.at",
"role": "Developer"
},
{
"name": "Web-Creations",
"homepage": "http://www.web-creations.at"
}
],
"support": {
"issues": "https://github.com/Ma3xl3/Contao-EasyFavicon/issues",
"wiki": "https://github.com/Ma3xl3/Contao-EasyFavicon/blob/master/README.md",
"irc":"irc://irc.freenode.org/contao.dev",
"source": "https://github.com/Ma3xl3/Contao-EasyFavicon"
},
"require": {
"php": ">=5.3.2",
"contao/core": ">=3.0,<4-dev"
},
"replace": {
"contao-legacy/easyfavicon": "*"
},
"extra": {
"contao": {
"sources": {
"system/modules/easyFavicon": "system/modules/easyFavicon"
}
}
}
}