forked from movim/movim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (33 loc) · 1.1 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
{
"autoload": {
"psr-0": {
"Movim": "src"
}
},
"require": {
"php": ">=5.6.0",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-imagick": "*",
"monolog/monolog": "1.8.*",
"rain/raintpl": "dev-master",
"michelf/php-markdown": "dev-lib",
"movim/modl": "dev-master#03c6f6e0c83b494ba33df318a724caf779cd37a8",
"movim/sasl2": "dev-master",
"movim/moxl": "dev-master#5b4fde5205f1fa4cf3afe482a197422a44211ebb",
"embed/embed": "dev-master",
"heyupdate/emoji": "dev-twemoji2#99dda1bed08472046cac1498221f08684ad83d55",
"cboden/ratchet": "^0.4.0",
"react/http": "dev-master#cd15204bd15d106d7832c680e4fb0ca0ce2f5e30",
"react/zmq": "dev-master",
"respect/validation": "^1.1",
"ezyang/htmlpurifier": "^4.9",
"ramsey/uuid": "^3.7",
"symfony/console": "^3.3",
"cocur/slugify": "^3.0",
"dflydev/fig-cookies": "^1.0",
"defuse/php-encryption": "^2.1",
"react/child-process": "^0.5.0",
"clue/buzz-react": "^2.1"
}
}