forked from mikespub-org/seblucas-cops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
72 lines (72 loc) · 1.99 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mikespub/seblucas-cops",
"description": "Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)",
"authors": [
{
"name": "seblucas",
"homepage": "https://github.com/seblucas/cops",
"role": "Developer"
},
{
"name": "mikespub",
"homepage": "https://github.com/mikespub-org/seblucas-cops",
"role": "Developer"
}
],
"type": "project",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo_sqlite": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"ext-zlib": "*",
"mikespub/php-epub-meta": "~2.0",
"npm-asset/bootstrap": "~3.4",
"npm-asset/dot": "~1.1",
"npm-asset/jquery": "~3.7",
"npm-asset/js-cookie": "~2.2",
"npm-asset/lru-fast": "~0.2",
"npm-asset/magnific-popup": "~1.1",
"npm-asset/normalize.css": "~8.0",
"npm-asset/corejs-typeahead": "~1.3",
"npm-asset/twig": "~1.16",
"phpmailer/phpmailer": "~6.8",
"twig/twig": "~3.7"
},
"require-dev": {
"phpunit/phpunit": "~9.6",
"phing/phing": "~2.17",
"php-webdriver/webdriver": "dev-main",
"symfony/browser-kit": "~6.3",
"symfony/http-client": "~6.3"
},
"suggest": {
"mikespub/epub-loader": "epub-loader is a utility resource for ebooks"
},
"autoload": {
"classmap": [
"lib/",
"resources/",
"test/"
],
"files": [
"lib/functions.php"
]
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"allow-plugins": {
}
}
}