Skip to content

Commit

Permalink
Merge pull request #3 from demiankatz/composer
Browse files Browse the repository at this point in the history
Added composer.json
  • Loading branch information
cap60552 committed Nov 3, 2015
2 parents 38e5a05 + 60b9adc commit 9904f94
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "cap60552/php-sip2",
"description": "PHP class library to facilitate communication with Integrated Library System (ILS) servers via 3M's SIP2.",
"authors": [
{
"name": "John Wohlers",
"email": "[email protected]",
"role": "Maintainer"
}
],
"homepage": "https://github.com/cap60552/php-sip2",
"license": "GPL-3.0",
"support": {
"issues": "https://github.com/cap60552/php-sip2/issues"
},
"autoload": {
"classmap": ["/"]
}
}

0 comments on commit 9904f94

Please sign in to comment.