Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsimps committed Aug 9, 2016
1 parent 0f48b51 commit 22b35ec
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

{
"name": "garyjones/genesis-header-nav",
"description": "WordPress plugin that registers a menu location and displays it inside the header for a Genesis Framework child theme.",
"keywords": ["genesis", "genesis-header-nav", "navigation"],
"type": "wordpress-plugin",
"homepage": "https://github.com/garyjones/genesis-header-nav",
"license": "GPL-2.0+",
"authors": [
{
"name": "Gary Jones",
"homepage": "https://gamajo.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/garyjones/genesis-header-nav/issues",
"source": "https://github.com/garyjones/genesis-header-nav"
},
"require": {
"composer/installers": "^1.0",
"php": ">=5.3.4"
}
}

0 comments on commit 22b35ec

Please sign in to comment.