-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (48 loc) · 1.59 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
{
"name": "makeitworkpress/linden",
"description": "Linden is a portfolio WordPress theme with a left oriented navigation menu.",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/makeitworkpress/wp-config.git"
},
{
"type": "vcs",
"url": "https://github.com/makeitworkpress/wp-custom-fields.git"
},
{
"type": "vcs",
"url": "https://github.com/makeitworkpress/wp-enqueue.git"
},
{
"type": "vcs",
"url": "https://github.com/makeitworkpress/wp-optimize.git"
},
{
"type": "vcs",
"url": "https://github.com/makeitworkpress/wp-register.git"
},
{
"type": "vcs",
"url": "https://github.com/makeitworkpress/wp-updater.git"
}
],
"require": {
"php": ">=5.3",
"makeitworkpress/wp-config": "dev-master",
"makeitworkpress/wp-custom-fields": "dev-master",
"makeitworkpress/wp-enqueue": "dev-master",
"makeitworkpress/wp-optimize": "dev-master",
"makeitworkpress/wp-register": "dev-master",
"makeitworkpress/wp-updater": "dev-master"
},
"license": "GPL",
"homepage": "https://github.com/makeitworkpress/linden/",
"authors": [
{
"name": "Michiel Tramper",
"email": "hello@makeitworkpress.com",
"homepage": "https://www.makeitworkpress.com"
}
]
}