Skip to content

Commit

Permalink
add composer.json, closes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jan 5, 2016
1 parent 9c12f6c commit 09e5c77
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "tyxla/carbon-breadcrumbs",
"description": "A basic WordPress plugin for breadcrumbs with advanced capabilities for extending.",
"keywords": ["wordpress", "breadcrumb", "breadcrumbs", "carbon", "admin", "trail", "settings", "developer", "configuration", "extending", "advanced", "glue", "before", "after", "auto"],
"homepage": "https://github.com/tyxla/carbon-breadcrumbs",
"type": "library",
"license": "GPL-2.0+",
"authors": [
{
"name": "Marin Atanasov",
"email": "[email protected]"
}
],
"require": {},
"autoload": {
"files": ["carbon-breadcrumbs.php"]
}
}

0 comments on commit 09e5c77

Please sign in to comment.