-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
73 lines (73 loc) · 2.09 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": "ucf_cdl/obojobo",
"minimum-stability": "stable",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "git",
"url": "https://github.com/ucfopen/Obojobo-Wordpress-Stats-Plugin.git"
},
{
"type": "git",
"url": "https://github.com/ucfopen/Obojobo-Wordpress-Stats-Plugin.git"
},
{
"type": "git",
"url": "https://github.com/ucfopen/Obojobo-Wordpress-Theme.git"
},
{
"type": "git",
"url": "https://github.com/ucfopen/Obojobo-Wordpress-RocketD-Plugin.git"
}
],
"require": {
"php": ">=7.2",
"onelogin/php-saml": "2.10.2",
"monolog/monolog": "1.26.0",
"johnpbloch/wordpress": ">=5.7.0",
"obojobo/obo-stats": "0.0.3",
"obojobo/rocketd": "0.0.3",
"obojobo-themes/obojobo": "0.0.3",
"wpackagist-plugin/table-of-contents-plus": ">=2002",
"wpackagist-plugin/page-list": ">=5.2",
"wpackagist-plugin/w3-total-cache": ">=2.1.1",
"mrclay/minify": "3.0.11",
"intervention/httpauth": "^2.0",
"eher/oauth": "1.0.7",
"silexlabs/amfphp": "2.2.2"
},
"extra": {
"wordpress-install-dir": {
"wordpress/wordpress": "internal/wp2",
"johnpbloch/wordpress-core": "wp"
},
"installer-paths" : {
"wp/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"wp/wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
},
"config": {
"vendor-dir": "internal/vendor"
},
"authors": [
{
"name": "Ian Turgeon",
"email": "[email protected]"
},
{
"name": "Zach Berry",
"email": "[email protected]"
},
{
"name": "Luis Estrada",
"email": "[email protected]"
},
{
"name": "Jacob Bates",
"email": "[email protected]"
}
]
}