forked from movim/movim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (35 loc) · 1.1 KB
/
composer.json
File metadata and controls
41 lines (35 loc) · 1.1 KB
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
{
"autoload": {
"psr-0": {
"Movim": "src"
}
},
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-imagick": "*",
"monolog/monolog": "1.8.*",
"rain/raintpl": "dev-master",
"michelf/php-markdown": "1.4.*@dev",
"movim/modl": "dev-master",
"movim/sasl2": "dev-master",
"movim/moxl": "dev-master#5a6dc21bfd93bc42779b4a7b8079597af77d4d9b",
"embed/embed": "dev-master",
"heyupdate/emoji": "0.2.*@dev",
"cboden/ratchet": "0.3.*",
"react/child-process": "dev-master",
"react/socket-client": "dev-master",
"react/stream": "0.4.*",
"react/http": "dev-master#cd15204bd15d106d7832c680e4fb0ca0ce2f5e30",
"react/promise-timer": "^1.1",
"stojg/crop": "dev-master",
"forxer/Gravatar": "~1.2",
"respect/validation": "1.0.*",
"ezyang/htmlpurifier": "^4.7",
"ramsey/uuid": "^3.2",
"symfony/console": "^3.0",
"cocur/slugify": "^2.1",
"guzzlehttp/guzzle": "^6.2"
}
}