Skip to content

Commit 2539674

Browse files
committed
add composer file
1 parent 579cc88 commit 2539674

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "jjware/phpcollectionjson",
3+
"description": "PHP classes for building a Collection+JSON response",
4+
"keywords": ["library", "collections", "json", "collectionjson"],
5+
"type": "library",
6+
"license": "MIT",
7+
"authors": [{
8+
"name": "Joshua Jones",
9+
"email": "joshua.jones.software@gmail.com"
10+
}],
11+
"autoload": {
12+
"psr-4": {"PhpCollectionJson\\": "src"}
13+
},
14+
"require": {
15+
"php": ">=5.5.0"
16+
}
17+
}

0 commit comments

Comments
 (0)