-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 726 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 726 Bytes
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
30
31
32
33
34
35
36
{
"name" : "rsinger/worldcat-linkeddata-php",
"description" : "This is a PHP linked data client for WorldCat.org",
"keywords" : [
"oclc",
"linked data",
"xisbn",
"frbr",
"php",
"client library"
],
"homepage" : "https://github.com/rsinger/worldcat-linkeddata-php",
"type" : "library",
"license" : "MIT",
"authors" : [{
"name" : "Ross Singer",
"email" : "rossfsinger@gmail.com",
"homepage" : "https://rossfsinger.com/"
}
],
"require" : {
"php" : ">=5.5.0",
"monolog/monolog" : "~1.22",
"guzzlehttp/guzzle" : "~6.2"
},
"require-dev" : {
"phpunit/phpunit" : "~4.8",
"psy/psysh" : "~0.8",
"php-vcr/php-vcr": "^1.3"
},
"autoload" : {
"psr-4" : {
"WorldCatLD\\" : "src"
}
}
}