-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 801 Bytes
/
composer.json
File metadata and controls
33 lines (32 loc) · 801 Bytes
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
{
"name": "plugin-master/foundation",
"description": "The PluginMaster Framework Foundation.",
"license": "MIT",
"homepage": "https://github.com/WP-Plugin-Master/PluginMaster-Foundation",
"support": {
"issues": "https://github.com/WP-Plugin-Master/PluginMaster-Foundation/issues",
"source": "https://github.com/WP-Plugin-Master/PluginMaster-Foundation"
},
"authors": [
{
"name": "AL EMRAN",
"email": "emrancu1@gmail.com"
}
],
"keywords": [
"Plugin Master",
"WordPress Plugin Development framework"
],
"autoload": {
"classmap": [],
"psr-4": {
"PluginMaster\\Foundation\\": "src/"
}
},
"require": {
"php": "^7.4|^8.0",
"plugin-master/contracts": "^1.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}