-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.04 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
{
"name": "null0815/contao-emoji",
"description": "Emoji support for Contao",
"keywords": ["contao", "emoji", "emoticon", "smiley"],
"type": "contao-module",
"license": "LGPL-3.0",
"authors": [
{
"name": "Gerhard Tilg",
"email": "[email protected]",
"homepage": "http://www.null0815.at/",
"role": "CEO"
}
],
"support": {
"issues": "https://github.com/null0815/contao-emoji/issues",
"wiki": "https://github.com/null0815/contao-emoji/wiki",
"source": "https://github.com/null0815/contao-emoji",
"docs": "https://github.com/null0815/contao-emoji"
},
"require": {
"php": ">=5.6",
"contao/core": "~3.5",
"contao-community-alliance/composer-installer": "*",
"emojione/emojione": "^2.2"
},
"replace": {
"contao-legacy/emoji": "self.version"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/emoji"
}
}
}
}