forked from rvolz/BicBucStriim
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
60 lines (60 loc) · 1.83 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
{
"name": "mikespub/rvolz-bicbucstriim",
"description": "BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.",
"authors": [
{
"name": "Rainer Volz",
"homepage": "https://github.com/rvolz/BicBucStriim",
"role": "Developer"
},
{
"name": "mikespub",
"homepage": "https://github.com/mikespub-org/rvolz-BicBucStriim",
"role": "Developer"
}
],
"type": "project",
"license": "MIT",
"require": {
"php": ">=8.2",
"michelf/php-markdown": "^2.0",
"slim/slim": "^4.14",
"phpmailer/phpmailer": "^6.9",
"twig/twig": "^3.18",
"aura/auth": "^4.0",
"aura/session": "^4.0",
"gabordemooij/redbean": "^5.7",
"psr/container": "^2.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-server-middleware": "^1.0",
"psr/http-factory": "^1.1",
"psr/log": "^3.0",
"psr/cache": "^3.0",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.1",
"php-di/php-di": "^7.0",
"8ctopus/apix-log": "^3.0",
"dflydev/fig-cookies": "^3.1",
"middlewares/cache": "^3.0",
"symfony/cache": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^11.5",
"mikespub/epub-loader": "^3.5"
},
"suggest": {
"mikespub/epub-loader": "epub-loader is a utility package for ebooks"
},
"scripts": {
"genl10n": "yarn genl10n",
"package": "phing"
},
"autoload": {
"classmap": [
"src"
]
},
"config": {
"optimize-autoloader": true
}
}