-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.16 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
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/iconicwp/WordPress-Settings-Framework.git"
},
{
"type": "vcs",
"url": "https://github.com/iconicwp/iconic-core.git"
},
{
"type": "vcs",
"url": "https://github.com/iconicwp/workflows.git"
}
],
"require": {
"google/apiclient": "^2.12.1"
},
"require-dev": {
"iconicwp/iconic-core": "dev-master",
"iconicwp/workflows": "dev-master",
"wp-hooks/generator": "dev-master"
},
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
},
"extra": {
"google/apiclient-services": [
"Calendar"
]
},
"config": {
"platform": {
"php": "7.0.0"
},
"allow-plugins": {
"composer/*": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"erusev/parsedown": true,
"freemius/*": true,
"gamajo/template-loader": true,
"iconicwp/*": true,
"johnbillion/*": true,
"nikic/php-parser": true,
"phpcompatibility/*": true,
"phpdocumentor/*": true,
"psr/log": true,
"squizlabs/*": true,
"woocommerce/*": true,
"wp-coding-standards/*": true,
"wp-hooks/*": true,
"composer/installers": true
}
}
}