-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 969 Bytes
/
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
{
"name": "mikelking/bacon",
"description": "WordPress mu plugin framework.",
"keywords": ["mu-plugin", "framework"],
"type": "wordpress-muplugin",
"homepage": "http://jafdip.com/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Olivent, llc.",
"email": "info@olivent.com",
"homepage": "https://github.com/mikelking/dummy"
},
{
"name": "Mikel King",
"email": "mikel.king@olivent.com",
"homepage": "https://github.com/mikelking"
}
],
"require": {
"php": ">=7.0",
"composer/installers": "v1.6.0"
},
"archive": {
"exclude": [
"/.editorconfig",
"/.gitattributes",
"/.gitignore",
"/CODE_OF_CONDUCT.md",
"/CONTRIBUTING.md",
"/ISSUE_TEMPLATE.md",
"/PULL_REQUEST_TEMPLATE.md",
"/tests",
"/vendor"
]
}
}