-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
64 lines (64 loc) · 2.35 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
{
"name": "the-learning-collective/tlc-blog",
"authors": [
{
"name": "The Learning Collective",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "glocalcoop/anp-meetings",
"version": "master",
"source": {
"type" : "git",
"url" : "https://github.com/glocalcoop/anp-meetings.git",
"reference" : "master"
}
}
}
],
"require": {
"wpackagist-plugin/admin-management-xtended": ">=2.4.0.1",
"wpackagist-plugin/admin-post-navigation": ">=1.9.2",
"wpackagist-plugin/akismet": ">=3.1.5",
"wpackagist-plugin/author-recent-posts": ">=1.3",
"wpackagist-plugin/custom-contact-forms": ">=6.9.0",
"wpackagist-plugin/github-embed": ">=1.4",
"wpackagist-plugin/intuitive-custom-post-order": ">=3.0.7",
"wpackagist-plugin/jetpack-module-control": ">=1.3",
"wpackagist-plugin/jetpack": ">=3.8.0",
"wpackagist-plugin/json-rest-api": ">=1.2.4",
"wpackagist-plugin/postie": ">=1.7.21",
"wpackagist-plugin/subscribr": ">=0.1.9.1",
"wpackagist-plugin/wordpress-importer": ">=0.6.1",
"wpackagist-plugin/wp-oauth": ">=0.4",
"wpackagist-plugin/smart-syntax": ">=1.0.2",
"glocalcoop/anp-meetings": "dev-master"
},
"require-dev": {
"wpackagist-plugin/developer": ">=1.2.5",
"wpackagist-plugin/which-template": ">=4.0",
"wpackagist-plugin/debug-bar-extender": ">=0.5",
"wpackagist-plugin/debug-bar": ">=0.8.2",
"wpackagist-plugin/debug-bar-actions-and-filters-addon": ">=1.4.1",
"wpackagist-plugin/wp-log-viewer": ">=0.12.5",
"wpackagist-plugin/rewrite-rules-inspector": ">=1.2.1",
"wpackagist-plugin/simply-show-ids": ">=1.3.3",
"wpackagist-plugin/theme-check": ">=20150818.1",
"wpackagist-plugin/user-switching": ">=1.0.8",
"wpackagist-plugin/wp-example-content": ">=1.3"
},
"extra": {
"installer-paths": {
"./wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"./wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
}
}