-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
58 lines (58 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
{
"name" : "acato/openkaarten-base",
"type" : "wordpress-plugin",
"description": "Adds OpenKaarten to your WordPress website.",
"authors": [
{
"name": "Eyal Beker",
"email": "[email protected]",
"homepage": "https://acato.nl",
"role": "Backend WordPress Developer"
}
],
"repositories": [
{
"type": "git",
"url": "[email protected]:acato/wp-pre-commit-hook.git"
},
{
"type": "git",
"url": "[email protected]:richardkorthuis/geoPHP.git"
},
{
"type": "git",
"url": "[email protected]:OpenWebconcept/package-owc-openkaarten-functions.git"
},
{
"type": "composer",
"url": "https://wpackagist.org",
"only": [
"wpackagist-plugin/*",
"wpackagist-theme/*"
]
},
{
"type": "git",
"url": "[email protected]:acato-plugins/cmb2-flexible-content.git"
}
],
"require" : {
"composer/installers" : "~1.0",
"richardkorthuis/geophp": "dev-development",
"wpackagist-plugin/cmb2": "*",
"acato-plugins/cmb2-flexible-content": "dev-master",
"acato/openkaarten-base-functions": "dev-master"
},
"require-dev" : {
"acato/wp-pre-commit-hook": "*",
"bjornjohansen/wp-pre-commit-hook" : "*",
"phpcompatibility/phpcompatibility-wp": "*"
},
"config" : {
"allow-plugins" : {
"composer/installers" : true,
"dealerdirect/phpcodesniffer-composer-installer" : true,
"acato/wp-pre-commit-hook": true
}
}
}