-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.07 KB
/
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
{
"name": "mikespub/epub-loader",
"description": "epub-loader is a utility resource for ebooks",
"authors": [
{
"name": "marsender",
"homepage": "https://github.com/marsender",
"role": "Developer"
},
{
"name": "mikespub",
"homepage": "https://github.com/mikespub-org/epub-loader",
"role": "Developer"
}
],
"type": "project",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.2",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-zip": "*",
"ext-zlib": "*",
"mikespub/survos-wikidata": "^5.2",
"mikespub/php-epub-meta": "^3.3",
"twig/twig": "^3.16"
},
"autoload": {
"classmap": ["src/", "app/"]
},
"autoload-dev": {
"classmap": ["tests/"]
},
"require-dev": {
"phpunit/phpunit": "^10.5||^11.5"
},
"suggest": {
"mikespub/seblucas-cops": "COPS - Calibre OPDS (and HTML) PHP Server"
}
}