forked from idno/known
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
115 lines (115 loc) · 3.64 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
{
"name": "idno/known",
"description": "A social publishing platform.",
"version": "1.1.2",
"type": "project",
"homepage": "https://withknown.com/",
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=7.1",
"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.2",
"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.12.0",
"rmm5t/jquery-timeago": "1.6.7",
"tinymce/tinymce": "5.1.6",
"symfony/event-dispatcher": "4.4.4",
"symfony/console": "4.4.4",
"symfony/http-foundation": "5.0.4",
"symfony/cache": "5.0.4",
"simplepie/simplepie": "1.5.4",
"mapkyca/mrclay_autop_known": "^1.0",
"npm-asset/underscore": "1.9.2",
"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.4.1",
"npm-asset/mediaelement": "4.2.14",
"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.0.1",
"composer/installers": "~1.7",
"mapkyca/known-oauth2-server": "^0.10",
"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"
}
}