forked from timgatzky/onepagewebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 822 Bytes
/
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":"mad99/onepagewebsite",
"description":"Contao extension: Create a one page website structure with regular pages",
"keywords":["contao","onepagewebsite","one-page-website","onepage"],
"type":"contao-module",
"homepage":"https://github.com/timgatzky/OnePageWebsite",
"license":"LGPL-3.0+",
"authors":
[
{
"name":"Tim Gatzky",
"homepage":"http://www.tim-gatzky.de",
"role":"Interaction-Designer,Developer"
}
],
"support":
{
"issues":"https://github.com/timgatzky/OnePageWebsite/issues",
"source":"https://github.com/timgatzky/OnePageWebsite"
},
"require":
{
"php":">=5.3",
"contao/core":">=3",
"contao-community-alliance/composer-installer":"*"
},
"extra":
{
"contao":
{
"sources":
{
"system/modules/onepagewebsite":"system/modules/onepagewebsite"
}
}
}
}