forked from helsingborg-stad/modularity-form-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 902 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
{
"name": "helsingborg-stad/modularity-form-builder",
"type": "wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Kristoffer Svanmark",
"email": "[email protected]"
},
{
"name": "Sebastian Thulin",
"email": "[email protected]"
},
{
"name": "Jonatan Hanson",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"helsingborg-stad/acf-export-manager": ">=1.0.0",
"google/apiclient": "^2.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/helsingborg-stad/acf-export-manager.git"
},
{
"type": "vcs",
"url": "https://github.com/google/google-api-php-client.git"
}
]
}