-
Notifications
You must be signed in to change notification settings - Fork 88
/
composer.json
62 lines (62 loc) · 1.7 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
{
"name": "s9y/serendipity",
"description": "A reliable, secure & extensible PHP blog - Not mainstream since 2002",
"keywords": ["serendipity", "serendipity-blog", "s9y", "weblog", "blog", "blogging"],
"homepage": "https://s9y.org/",
"type": "s9y-core",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Serendipity Team",
"role": "Developer",
"homepage": "https://s9y.org"
}
],
"support": {
"docs": "https://docs.s9y.org/",
"issues": "https://github.com/s9y/Serendipity/issues",
"source": "https://github.com/s9y/Serendipity/"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
}
],
"require": {
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-session": "*",
"ext-xml": "*",
"katzgrau/klogger": "^1.0.0",
"masterminds/html5": "^2.9",
"mf2/mf2": "^0.5.0",
"pear/http_request2": "^2.5",
"pear/net_dns2": "^1.5",
"php81_bc/strftime": "^0.5.0",
"smarty/smarty": "^4.3",
"voku/simple-cache": "^4.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"apcu-autoloader": true,
"optimize-autoloader": true,
"github-protocols": [
"git",
"https",
"http"
],
"platform": {
"php": "7.4"
},
"sort-packages": true,
"vendor-dir": "bundled-libs",
"allow-plugins": {
"s9y/composer-installers": true
}
}
}