forked from nathanejohnson/Sip2Wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 942 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "tzeumer/Sip2Wrapper",
"description": "Client for SIP2 (Standard Interchange Protocol) communication as used with SelfCheck systems or library automation system dealing with patrons or library materials. Class supports TLS and comes with Gossip extension.",
"keywords": ["SIP2", "Standard Interchange Protocol", "library automation", "Gossip"],
"homepage": "https://github.com/tzeumer/Sip2Wrapper",
"type": "library",
"license": "GPL3",
"authors": [
{
"name": "John Wohlers",
"email": "[email protected]"
},
{
"name": "Tobias Zeumer",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/tzeumer/Sip2Wrapper/issues"
},
"autoload": {
"psr-4": {
"tzeumer\\Sip2Wrapper\\": "/"
}
},
"require": {
"php": ">=5.4.13"
}
}