forked from respinar/contao-marquee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1 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": "respinar/contao-marquee",
"description": "jQuery-Marquee module for Contao.",
"keywords": ["contao", "marquee"],
"type": "contao-module",
"homepage": "http://respinar.com",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Hamid Abbaszadeh",
"email": "info@respinar.com",
"homepage": "http://respinar.com",
"role": "Developer"
}
],
"support": {
"issues":"https://github.com/respinar/contao-marquee/issues"
},
"require": {
"php": ">=5.3.2",
"contao/core": ">=3.2,<4-dev",
"contao-community-alliance/composer-plugin": "~2.0"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/marquee"
},
"transifex": {
"project": "contao-marquee",
"prefix": "master-",
"languages_cto": "languages",
"languages_tx": ".tx"
}
}
}
}