-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
61 lines (61 loc) · 1.71 KB
/
composer.json
File metadata and controls
61 lines (61 loc) · 1.71 KB
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
59
60
61
{
"name": "coloradoseedinc/awesome-communityplugin",
"description": "Custom WordPress/Woocommerce plugin",
"keywords": ["wordpress", "plugin", "woocommerce", "thefitoutlet", "raddcreative"],
"homepage": "https://www.thefitoutlet.com",
"repositories":[
{
"type":"composer",
"url":"https://raddcreative.com/repository"
},
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"authors": [
{
"name": "RADD Creative",
"email": "developer@raddcreative.com",
"homepage": "https://raddcreative.com"
}
],
"type": "wordpress-plugin",
"minimum-stability": "RC",
"require": {
"php": ">=5.5.2",
"composer/installers": ">=v1.0.6",
"mobiledetect/mobiledetectlib": "^2.8",
"google/apiclient": ">=1.0.0",
"brianmcdo/image-palette": "dev-master",
"gambitph/titan-framework": "*",
"wpackagist-plugin/cmb2": "*",
"twig/extensions" : "^1.4",
"raddws-assets/wp-custom-post-type": "dev-master",
"elasticsearch/elasticsearch": "~5.0",
"giggsey/libphonenumber-for-php": "~7.0",
"timber/timber": "^1.0",
"tedivm/stash": "^0.14.1",
"ksubileau/color-thief-php": "^1.3",
"erusev/parsedown": "^1.6",
"twig/twig": "1.30.0",
"michelf/php-markdown": "^1.7"
},
"config": {
"vendor-dir": "framework/vendor"
},
"extra": {
"installer-paths": {
"framework/vendor/{$name}/": ["type:wordpress-plugin", "type:wordpress-theme"]
}
},
"autoload": {
"psr-0": {
"Acme": "src/"
},
"files": [
"framework/vendor/gambitph/titan-framework/titan-framework-embedder.php",
"framework/vendor/cmb2/init.php"
]
}
}