-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 891 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 891 Bytes
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
{
"name": "workspace/wp-project",
"description": "Standard pattern wordpress project",
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "wordpress",
"type": "webroot",
"version": "0.0.1",
"dist": {
"type": "zip",
"url": "http://br.wordpress.org/latest-pt_BR.zip"
},
"require" : {
"fancyguy/webroot-installer": "1.0.0"
}
}
}
],
"require": {
"php": ">=5.3.0",
"wordpress": "0.0.1",
"fancyguy/webroot-installer": "1.0.0",
"wpackagist-plugin/akismet": "dev-trunk",
"wpackagist-plugin/captcha": ">=3.9",
"mailchimp/mailchimp": "dev-master",
"wpackagist-theme/wp-rootstrap":"*"
},
"extra": {
"webroot-dir": "wp",
"webroot-package": "wordpress"
}
}