-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathcomposer.json
46 lines (46 loc) · 1.03 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
38
39
40
41
42
43
44
45
46
{
"name": "unfulvio/wp-api-menus",
"description": "Extends WordPress WP API with menu routes.",
"type": "wordpress-plugin",
"version": "1.4.0",
"keywords": [
"rest-api",
"wordpress",
"wp-rest-api",
"json"
],
"config": {
"allow-plugins": {
"composer/installers": true,
"roots/wordpress-core-installer": true
},
"optimize-autoloader": true,
"platform": {
"php": "5.6"
},
"sort-packages": true
},
"homepage": "https://github.com/unfulvio/wp-api-menus",
"license": "GPLv2.0+",
"authors": [
{
"name": "Fulvio Notarstefano",
"email": "[email protected]",
"homepage": "https://github.com/unfulvio",
"role": "Developer"
},
{
"name": "Austin Passy",
"email": "[email protected]",
"homepage": "https://github.com/thefrosty",
"role": "Developer"
}
],
"require": {
"php": ">=5.6",
"composer/installers": "~1.0"
},
"require-dev": {
"roots/wordpress": "~5.9"
}
}