forked from helsingborg-stad/Municipio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (45 loc) · 1.24 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
{
"name": "helsingborg-stad/municipio",
"description": "A bootstrap theme for creating municipality sites.",
"license": "MIT",
"type": "wordpress-theme",
"authors": [
{
"name": "Kristoffer Svanmark",
"email": "kristoffer.svanmark@lexiconitkonsult.se"
},
{
"name": "Sebastian Thulin",
"email": "sebastian.thulin@helsingborg.se"
}
],
"repositories": [
{
"type":"composer",
"url":"https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/helsingborg-stad/acf-export-manager.git"
}
],
"require": {
"composer/installers": "^1.0",
"philo/laravel-blade": "^3.1",
"symfony/debug": "^4.0",
"wpackagist-plugin/advanced-custom-fields": "^4.4.7",
"helsingborg-stad/acf-export-manager": ">=1.0.0",
"aristath/kirki": "^3.0",
"shortpixel/shortpixel-php": "^1.4",
"helsingborg-stad/recaptcha-integration": ">=1.0.8"
},
"extra" : {
"installer-paths" : {
"vendor/{$name}/": ["type:wordpress-plugin"]
}
},
"scripts": {
"post-update-cmd": [
]
}
}