-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
43 lines (41 loc) · 939 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "medlib/yaz",
"description": "Medlib is a searche Library",
"keywords": ["z3950", "yaz", "finder books", "Bibliotheque", "Search books", "Library"],
"license": "MIT",
"type": "library",
"homepage": "https://www.medlib.fr",
"Helpers": {
"issues": "/~https://github.com//medlib-v2/yaz/issues",
"source": "/~https://github.com//medlib-v2/yaz"
},
"authors": [
{
"name": "Medlib Team",
"email": "noreply-medlib@gmail.com"
}
],
"require": {
"php": ">=5.5.9",
"medlib/marcxml": "~1.3"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0",
"phpunit/dbunit": ">=1.2",
"satooshi/php-coveralls": "~0.6"
},
"replace": {
"medlib/yaz": "self.version"
},
"autoload": {
"psr-4": {
"Medlib\\Yaz\\" : "src/",
"Medlib\\Testing\\" : "tests/"
}
},
"config": {
"sort-packages": true
},
"prefer-stable": true
}