forked from docpht/docpht
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.46 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
{
"name": "kenlog/docpht",
"type": "project",
"description": "With DocPHT you can take notes and quickly document anything and without the use of any database.",
"homepage": "https://docpht.org",
"keywords": [
"Docpht",
"Note-taking",
"Documentation",
"Markdown"
],
"license": "MIT",
"authors": [
{
"name": "Valentino Pesce",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Craig Crosby",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.2",
"nezamy/route": "^1.2",
"symfony/translation": "^4.3",
"nette/forms": "^3.0",
"erusev/parsedown":"^1.7",
"emojione/emojione": "^4.5",
"tracy/tracy": "^2.6",
"nette/robot-loader": "^3.2",
"plasticbrain/php-flash-messages": "^1.0",
"leblanc-simon/parsedown-checkbox": "^0.0.4",
"nette/mail": "^3.0",
"latte/latte": "^2.5",
"geertw/ip-anonymizer": "^1.1",
"cbschuld/browser.php": "^1.9",
"ezimuel/php-secure-session": "^1.1",
"php-curl-class/php-curl-class": "^8.6"
},
"autoload": {
"psr-4": {
"":"src/"
}
},
"autoload-dev": {
"psr-4": { "": "tests/" }
},
"config": {
"optimize-autoloader": true
},
"prefer-stable": true
}