-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1 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
{
"name": "sterner-stuff/made-of-sterner-stuff",
"type": "wordpress-muplugin",
"description": "Core functionality for built-to-last Sterner Stuff WordPress sites.",
"homepage": "https://sternerstuff.dev",
"license": "MIT",
"require": {
"composer/installers": "~1.0 | ~2.0",
"roots/wp-config": "^1.0",
"oscarotero/env": "^2.1"
},
"authors": [
{
"name": "Nick Hoobin",
"email": "[email protected]",
"homepage": "http://webspecdesign.com",
"role": "Developer"
},
{
"name": "Ethan Clevenger",
"email": "[email protected]",
"homepage": "https://sternerstuff.dev",
"role": "Owner"
}
],
"autoload": {
"psr-4": {"SternerStuffWordPress\\": "src/"}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"require-dev": {
"php-stubs/wp-cli-stubs": "^2.6"
}
}