forked from anahitasocial/anahita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 982 Bytes
/
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
{
"type": "project",
"name": "anahita/anahita",
"license": "GPL-3.0-only",
"keywords" : [
"social networking",
"knowledge networking",
"knowledge system",
"platform",
"framework",
"restful",
"graph architecture",
"location graph",
"tags"
],
"homepage" : "https://www.Anahita.io",
"description": "Anahita Knowledge Networking Platform and Framework",
"bin": ["bin/anahita"],
"require": {
"php": ">=7.4",
"ext-mbstring": "*",
"ext-gd": "*",
"ext-xml": "*",
"ext-pdo": "*",
"ext-json": "*",
"ext-mysqlnd": "*",
"symfony/console": "2.1.*",
"dg/mysql-dump": "^1.1",
"league/html-to-markdown": "^5.0",
"symfony/filesystem": "^3.3",
"symfony/mailer": "^5.4",
"league/commonmark": "^2.3",
"predis/predis": "^2.0",
"michelf/php-markdown": "^2.0"
}
}