forked from idno/known
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
73 lines (73 loc) · 2.41 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
{
"name": "idno/known",
"description": "A social publishing platform.",
"version": "0.9.9-a",
"type" : "project",
"homepage" : "https://withknown.com/",
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=7.0",
"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": "dev-master",
"psr/log": "1.1",
"torophp/torophp": "dev-master",
"mf2/mf2": "0.4.6",
"swiftmailer/swiftmailer": "5.2.1",
"webignition/absolute-url-deriver": "1.5.2",
"webignition/url": "1.9.8",
"fortawesome/font-awesome": "5.7.2",
"twbs/bootstrap": "3.3.2",
"components/jquery": "3.2.1",
"ezyang/htmlpurifier": "4.10",
"rmm5t/jquery-timeago": "1.6.4",
"tinymce/tinymce": "4.1.7",
"symfony/class-loader": "2.3.0",
"symfony/event-dispatcher": "2.1.0",
"symfony/console": "3.4.22",
"symfony/http-foundation": "2.3.0",
"simplepie/simplepie": "1.4",
"mapkyca/mrclay_autop_known": "dev-master",
"npm-asset/underscore": "1.6.0",
"npm-asset/bootstrap-accessibility-plugin": "1.0.6",
"npm-asset/bootstrap-toggle": "2.2.0",
"npm-asset/exif-js": "2.3.0",
"npm-asset/mediaelement": "4.2.6",
"bower-asset/tinymce-skin-modern-light-flat": "1.0.0",
"npm-asset/vanilla-fitvids": "1.1.0",
"bower-asset/mention": "dev-master",
"mapkyca/known-mongo-php-library": "dev-master",
"indieweb/mention-client": "1.2.0"
},
"license": "Apache-2.0",
"prefer-stable": true,
"minimum-stability": "dev",
"readme" : "README.md",
"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"
},
"require-dev": {
"mapkyca/known-phpcs": "dev-master",
"mapkyca/known-language-tools": "dev-master"
}
}