forked from autobahn-cloud/bedrock-autoloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 860 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
{
"name": "mrgrain/bedrock-autoloader",
"description": "Autobahn and Composer compatible version of the Bedrock Autoloader for mu-plugins.",
"type": "wordpress-muplugin",
"extra": {
"installer-name": "bedrock-autoloader"
},
"license": "MIT",
"authors": [
{
"name": "Scott Walkinshaw",
"email": "[email protected]",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "Ben Word",
"email": "[email protected]",
"homepage": "https://github.com/retlehs"
},
{
"name": "Marley Mokomoko-Young",
"email": "[email protected]"
},
{
"name": "Moritz Kornher",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3",
"composer/installers": "^1.0",
"mrgrain/autobahn-config": "^1.1"
}
}