-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (36 loc) · 950 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": "plugin-master/validator",
"description": "The query builder for WordPress",
"license": "MIT",
"homepage": "https://github.com/WP-Plugin-Master/PluginMaster-Validator",
"support": {
"issues": "https://github.com/WP-Plugin-Master/PluginMaster-Validator/issues",
"source": "https://github.com/WP-Plugin-Master/PluginMaster-Validator"
},
"authors": [
{
"name": "AL EMRAN",
"email": "emrancu1@gmail.com"
}
],
"keywords": [
"Http Request validator",
"Request Validator for WordPress",
"WordPress Request Validator",
"PluginMaster Request Validator",
"WordPress Plugin Development framework"
],
"autoload": {
"classmap": [],
"psr-4": {
"PluginMaster\\Validator\\": "src/"
}
},
"require": {
"php": "^7.0|^8.0",
"plugin-master/contracts": "^1.0",
"plugin-master/request": "^1.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}