-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·72 lines (72 loc) · 2.44 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
{
"name": "ultimate-huskies/website",
"type": "website",
"license": "MIT",
"description": "A modern WordPress site for the ultimate frisbee team Ultime Huskies",
"homepage": "http://ultimate-huskies.de/",
"authors": [
{
"name": "Patrick Müller",
"email": "[email protected]",
"homepage": "http://mupat.net"
}
],
"config": {
"preferred-install": "dist",
"secure-http": false,
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true,
"composer/installers": true
}
},
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/Ultimate-Huskies/bbpress-digest"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "~1.0.12",
"timber/timber": "^0.21.6",
"vlucas/phpdotenv": "^2.0.1",
"johnpbloch/wordpress": "^5",
"wpackagist-plugin/bbpress": "^2.5",
"wpackagist-plugin/bbpress-post-toolbar": "^0.7.5",
"wpackagist-plugin/gd-bbpress-attachments": "^3.1",
"wpackagist-plugin/gd-bbpress-tools": "^2.1",
"ultimate-huskies/bbpress-digest": "dev-master",
"wpackagist-plugin/google-calendar-events": "3.1.36",
"wpackagist-plugin/contact-form-7": "^5.1.3",
"wpackagist-plugin/limit-login-attempts": "^1.7",
"wpackagist-plugin/simple-local-avatars": "^2.0",
"wpackagist-plugin/really-simple-captcha": "^2.0.2",
"wpackagist-plugin/confirm-user-registration": "^2.1",
"wpackagist-plugin/mappress-google-maps-for-wordpress": "^2.43",
"wpackagist-plugin/shariff": "^4.3",
"wpackagist-plugin/imsanity": "^2.3",
"wpackagist-plugin/mailgun": "^1.4",
"wpackagist-plugin/minimum-password-strength": "^1.2",
"wpackagist-plugin/bbpress-pencil-unread": "^1.0",
"wpackagist-plugin/updraftplus": "^1.16"
},
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": [
"type:wordpress-muplugin",
"timber/timber"
],
"web/app/plugins/{$name}/": [
"type:wordpress-plugin"
],
"web/app/themes/{$name}/": [
"type:wordpress-theme"
]
},
"wordpress-install-dir": "web/wp"
}
}