-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.31 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
{
"name": "d-la/chrisdinh.com",
"description": "Public website for Christopher Dinh",
"authors": [
{
"name": "Daniel La",
"email": "[email protected]"
},
{
"name": "Johnathan Dinh",
"email": "[email protected]"
},
{
"name": "Amanda La",
"email": "[email protected]"
}
],
"repositories":[
{
"type":"composer",
"url":"https://wpackagist.org",
"only": [
"wpackagist-plugin/*",
"wpackagist-theme/*"
]
}
],
"require": {
"wpackagist-plugin/post-types-order":"*",
"wpackagist-plugin/wordpress-seo":"*",
"wpackagist-plugin/custom-post-type-ui":"*",
"wpackagist-plugin/redirection": "*",
"wpackagist-plugin/insert-headers-and-footers": "*"
},
"autoload": {
"psr-0": {
"Eidigital": "src/"
}
},
"extra": {
"installer-paths": {
"wp-content/mu-plugins/{$name}/": [
],
"wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}