forked from idno/known
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
131 lines (131 loc) · 4.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "idno/known",
"description": "A social publishing platform.",
"version": "1.3.1",
"type": "project",
"homepage": "https://withknown.com/",
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=7.2",
"ext-curl": "*",
"ext-date": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-Reflection": "*",
"ext-session": "*",
"ext-SimpleXML": "*",
"ext-openssl": "*",
"ext-gettext": "*",
"mapkyca/php-ogp": "^1.0",
"psr/log": "1.1.3",
"idno/torophp": "^3.0",
"mf2/mf2": "0.4.6",
"swiftmailer/swiftmailer": "6.2.3",
"forkawesome/fork-awesome": "1.1.7",
"twbs/bootstrap": "3.4.1",
"ezyang/htmlpurifier": "4.13.0",
"rmm5t/jquery-timeago": "1.6.7",
"tinymce/tinymce": "5.6.1",
"symfony/event-dispatcher": "4.4.17",
"symfony/console": "4.4.17",
"symfony/http-foundation": "5.2.0",
"symfony/cache": "5.2.0",
"simplepie/simplepie": "1.5.6",
"mapkyca/mrclay_autop_known": "^1.0",
"npm-asset/underscore": "1.11.0",
"npm-asset/bootstrap-accessibility-plugin": "1.0.7",
"npm-asset/bootstrap-toggle": "2.2.2",
"npm-asset/exif-js": "2.3.0",
"npm-asset/jquery": "3.5.1",
"npm-asset/mediaelement": "4.2.16",
"npm-asset/vanilla-fitvids": "1.2.0",
"idno/mentionjs": "^1.0",
"mapkyca/known-mongo-php-library": "1.0.3+known",
"indieweb/mention-client": "1.2.0",
"twig/twig": "3.1.1",
"masterminds/html5": "^2.7",
"ramsey/uuid": "^4.1",
"npm-asset/eonasdan-bootstrap-datetimepicker": "^4.17",
"composer/installers": "~1.7",
"mapkyca/known-oauth2-server": "^1.0",
"mapkyca/known-oauth-client": "^1.0",
"idno/webhooks": "^1.0",
"idno/indiepub": "^0.9.10",
"idno/bridgy": "^1.0",
"idno/like": "^1.0",
"idno/text": "^1.0",
"idno/media": "^1.0",
"idno/events": "^1.0",
"idno/styles": "^1.0",
"idno/status": "^1.0",
"idno/photo": "^1.0",
"idno/checkin": "^1.0",
"idno/staticpages": "^1.0",
"idno/theme-marketstreet": "^1.0",
"idno/theme-black": "^1.0",
"idno/theme-cherwell": "^1.0",
"idno/theme-fauvists": "^1.0",
"idno/theme-green": "^1.0",
"idno/theme-kandinsky": "^1.0",
"idno/theme-solo": "^1.0",
"idno/console-queuemanagement": "^1.0",
"idno/console-eventqueueservice": "^1.0",
"idno/console-periodicexecutionservice": "^0.9.10",
"idno/console-statistics": "^1.0",
"idno/console-import": "^1.0",
"idno/console-export": "^1.0"
},
"license": "Apache-2.0",
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": [
"blogging",
"publishing",
"social",
"indieweb",
"community"
],
"support": {
"forum": "https://groups.google.com/forum/#!forum/known-dev",
"docs": "http://docs.withknown.com",
"irc": "irc://irc.freenode.net/knownchat"
},
"autoload": {
"psr-4": {
"Idno\\": "Idno/",
"IdnoPlugins\\": "IdnoPlugins/",
"Themes\\": "Themes/",
"ConsolePlugins\\": "ConsolePlugins/",
"Tests\\": "Tests/"
}
},
"require-dev": {
"mapkyca/known-phpcs": "^1.0",
"mapkyca/known-language-tools": "^1.0",
"mapkyca/known-dev-scripts": "^1.0",
"idno/apitester": "^0.9.10",
"roave/security-advisories": "dev-master",
"mapkyca/mapkyca-known-docker": "^1.0"
},
"extra": {
"unused": [
"masterminds/html5"
]
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/known"
}
]
}