Skip to content

Commit

Permalink
Merge pull request #16 from Upstatement/15_composer
Browse files Browse the repository at this point in the history
Add composer.json file
  • Loading branch information
jarednova authored Nov 4, 2016
2 parents 9ac9cff + 3814c1a commit 730ec71
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "upstatement/jigsaw",
"type": "library",
"description": "Provides an easy API for developers to tweak the admin options of a WordPress install",
"keywords": [
"wordpress",
"admin",
"tweaks"
],
"homepage": "http://upstatement.com",
"license": "MIT",
"authors": [
{
"name": "Jared Novack",
"email": "[email protected]",
"homepage": "http://upstatement.com"
}
],
"support": {
"issues": "https://github.com/upstatement/jigsaw/issues",
"wiki": "https://github.com/upstatement/jigsaw/wiki",
"source": "https://github.com/upstatement/jigsaw"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "1.0.*"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
]
}

0 comments on commit 730ec71

Please sign in to comment.