-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 791 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "jgraup/acf-nav-menu-field",
"description": "Add-On plugin for Advanced Custom Fields (ACF) that adds a 'Nav Menu' Field type.",
"keywords": ["wordpress", "plugin"],
"type": "wordpress-plugin",
"homepage": "https://github.com/jgraup/advanced-custom-fields-nav-menu-field",
"authors": [
{
"name": "Faison Zutavern",
"homepage": "https://github.com/jgraup/advanced-custom-fields-nav-menu-field",
"role": "author"
},
{
"name": "Jesse Graupmann",
"homepage": "https://github.com/jgraup/advanced-custom-fields-nav-menu-field",
"role": "port to ACF 5 PRO"
}
],
"license": "GPL2 or later",
"require": {
"composer/installers": "v1.0.7"
}
}