forked from rhymix/rhymix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.32 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
{
"name": "rhymix/rhymix",
"description": "Rhymix",
"homepage": "https://www.rhymix.org",
"license": "GPL-2.0+",
"type": "project",
"authors": [
{ "name": "Rhymix Developers and Contributors", "email": "[email protected]" },
{ "name": "NAVER", "email": "[email protected]" }
],
"require": {
"php": ">=7.0.0",
"ext-curl": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-xml": "*",
"abraham/twitteroauth": "2.*",
"coolsms/php-sdk": "2.0.*",
"defuse/php-encryption": "1.2.1",
"doctrine/lexer": "1.0.*",
"egulias/email-validator": "2.1.*",
"ezyang/htmlpurifier": "4.13.*",
"guzzlehttp/guzzle": "6.5.*",
"hautelook/phpass": "1.1.*",
"jbbcode/jbbcode": "1.4.*",
"leafo/lessphp": "0.5.*",
"league/html-to-markdown": "4.*",
"matthiasmullie/minify": "1.3.*",
"matthiasmullie/path-converter": "1.*",
"michelf/php-markdown": "1.9.*",
"michelf/php-smartypants": "1.8.*",
"rmccue/requests": "1.8.*",
"scssphp/scssphp": "1.4.*",
"swiftmailer/swiftmailer": "6.2.*",
"symfony/polyfill-iconv": "1.19.*",
"symfony/polyfill-intl-idn": "1.19.*",
"symfony/polyfill-intl-normalizer": "1.19.*",
"symfony/polyfill-mbstring": "1.19.*",
"symfony/polyfill-php72": "1.19.*",
"true/punycode": "2.*"
}
}