forked from XOOPS/base-requires
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.38 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
{
"name": "xoops/base-requires",
"license": "GPL-2.0+",
"type": "project",
"description": "Primary dependencies for XOOPS/XoopsCore",
"require": {
"php": ">5.4.0",
"ext-PDO": "*",
"ext-session": "*",
"ext-pcre": "*",
"league/container": "~1.3",
"doctrine/dbal": "2.5.1",
"psr/log": "1.0.0",
"ircmaxell/password-compat": "~1.0",
"ircmaxell/random-lib": "~1.1",
"patchwork/utf8": "1.2.*",
"kriswallsmith/assetic": "1.2.*",
"symfony/process": "2.6.*",
"symfony/console": "~2.4",
"ptachoire/cssembed": "1.0.*",
"lmammino/jsmin4assetic": "1.0.*",
"leafo/lessphp": "~0.5.0",
"leafo/scssphp": "~0.1.1",
"natxet/CssMin": "3.0.2",
"oodle/krumo": "0.5.*",
"symfony/yaml": "2.6.*",
"tedivm/stash": "0.12.*",
"dflydev/apache-mime-types": "1.0.*",
"jeremykendall/php-domain-parser": "=1.3.1|~1.4.6",
"smarty/smarty": "3.1.24",
"punic/punic": "1.5.*",
"geekwright/po": "1.0.*",
"ezyang/htmlpurifier": "4.6.0",
"monolog/monolog": "1.12.*",
"maximebf/debugbar": "1.10.*",
"tecnick.com/tcpdf": "6.2.*",
"endroid/qrcode": "1.5.*",
"stefangabos/zebra_image": "2.2.4",
"phpmailer/phpmailer": "5.2.9",
"swiftmailer/swiftmailer": "5.3.1"
}
}