Skip to content

Commit

Permalink
add composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
senojj committed Oct 7, 2016
1 parent 579cc88 commit 2539674
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "jjware/phpcollectionjson",
"description": "PHP classes for building a Collection+JSON response",
"keywords": ["library", "collections", "json", "collectionjson"],
"type": "library",
"license": "MIT",
"authors": [{
"name": "Joshua Jones",
"email": "joshua.jones.software@gmail.com"
}],
"autoload": {
"psr-4": {"PhpCollectionJson\\": "src"}
},
"require": {
"php": ">=5.5.0"
}
}

0 comments on commit 2539674

Please sign in to comment.