-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
73 lines (72 loc) · 1.99 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "TeamJB",
"type": "project",
"license": "MIT",
"description": "Relationship is everything.",
"homepage": "http://teamjb.com",
"authors": [
{
"name": "Jason Johnson",
"email": "[email protected]",
"homepage": "https://github.com/jasonhjohnson"
},
{
"name": "Caleb Bell",
"email": "[email protected]",
"homepage": "https://github.com/antikathistemi"
}
],
"config": {
"preferred-install": "dist",
"generate-salts": true
},
"autoload": {
"psr-0": {"Roots\\Bedrock\\Installer": "scripts"}
},
"scripts": {
"post-root-package-install": ["Roots\\Bedrock\\Installer::addSalts"]
},
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "tech-banker/gallery-bank-pro",
"version": "3.8.8",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "http://jasonjohnson.site44.com/gallery-bank-pro_3.8.8.zip"
},
"require" : {
"fancyguy/webroot-installer": "1.1.0"
}
}
}
],
"require": {
"php": ">=5.4",
"composer/installers": "~1.0.12",
"vlucas/phpdotenv": "~1.0.9",
"johnpbloch/wordpress": "4.4",
"roots/soil": "^3.4",
"wpackagist-plugin/mobile-detect-for-css": "1.1",
"wpackagist-plugin/oauth-twitter-feed-for-developers": "2.2.1",
"tech-banker/gallery-bank-pro": "3.8.7",
"wpackagist-plugin/custom-user-profile-photo": "0.4",
"wpackagist-plugin/json-rest-api": "~1.2.2",
"wpackagist-plugin/google-calendar-events": "~2.4.0",
"google/apiclient": "~1.1.4"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin", "wpackagist-plugin/mobile-detect-for-css"],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"web/app/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-install-dir": "web/wp"
}
}