Skip to content

Commit

Permalink
Merge pull request #81 from mcaskill/composer-manifest
Browse files Browse the repository at this point in the history
Add composer.json
  • Loading branch information
joshbetz committed Jan 26, 2018
2 parents 0cb9d06 + 1bfc86c commit cff96e8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "automattic/developer",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"description": "A plugin, which helps WordPress developers develop.",
"homepage": "https://wordpress.org/plugins/developer/",
"keywords": [
"develop", "wordpress", "wp"
],
"support": {
"issues": "https://github.com/Automattic/developer/issues"
},
"require": {
"composer/installers": "~1.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}

0 comments on commit cff96e8

Please sign in to comment.