forked from WP-PluginMaster/PluginMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 965 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
38
39
{
"name": "plugin-master/plugin-master",
"description": "An Application Development Framework for Wordpress.",
"license": "MIT",
"homepage": "https://github.com/emrancu/PluginMaster",
"support": {
"issues": "https://github.com/emrancu/PluginMaster/issues",
"source": "https://github.com/emrancu/PluginMaster"
},
"authors": [
{
"name": "AL EMRAN",
"email": "[email protected]"
}
],
"keywords": [
"framework",
"PluginMaster",
"WordPress Plugin Development framework"
],
"type": "project",
"autoload": {
"classmap": [],
"psr-4": {
"App\\": "app/"
}
},
"require": {
"plugin-master/routing": "^1.0",
"plugin-master/sidemenu": "^1.0",
"plugin-master/enqueue": "^1.0",
"plugin-master/request": "^1.0",
"plugin-master/db": "^1.0",
"plugin-master/validator": "^1.0",
"plugin-master/schema": "^1.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}