forked from mikespub-org/seblucas-cops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
83 lines (83 loc) · 2.46 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
73
74
75
76
77
78
79
80
81
82
83
{
"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.2",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo_sqlite": "*",
"ext-xml": "*",
"ext-zip": "*",
"ext-zlib": "*",
"mikespub/epubjs-reader": "^2024.11",
"mikespub/php-epub-meta": "^3.3",
"npm-asset/bootstrap": "^3.4",
"npm-asset/dot": "^1.1",
"npm-asset/jquery": "^3.7",
"npm-asset/js-cookie": "^3.0",
"npm-asset/lru-fast": "^0.2",
"npm-asset/magnific-popup": "^1.2",
"npm-asset/normalize.css": "^8.0",
"npm-asset/corejs-typeahead": "^1.3",
"npm-asset/twig": "^1.17",
"phpmailer/phpmailer": "^6.9",
"symfony/config": "^6.4||^7.2",
"symfony/routing": "^6.4||^7.2",
"symfony/string": "^6.4||^7.2",
"symfony/translation-contracts": "^3.5",
"twig/twig": "^3.17"
},
"require-dev": {
"kiwilan/php-opds": "^2.1",
"phpunit/phpunit": "^10.5||^11.5",
"php-webdriver/webdriver": "dev-main",
"symfony/browser-kit": "^6.4||^7.2",
"symfony/http-client": "^6.4||^7.2",
"symfony/http-foundation": "^6.4||^7.2",
"nikic/fast-route": "2.0.0-beta1",
"mikespub/epub-loader": "^3.5",
"opis/json-schema": "^2.3",
"webonyx/graphql-php": "^15.19"
},
"suggest": {
"mikespub/epub-loader": "epub-loader is a utility package for ebooks"
},
"autoload": {
"classmap": [
"src/",
"resources/",
"tests/"
],
"files": [
"src/functions.php"
]
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"optimize-autoloader": true,
"allow-plugins": {
}
}
}