forked from 418sec/thirtybees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.07 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
{
"require": {
"php": "^5.6|^7.0",
"guzzlehttp/guzzle": "~6.0",
"swiftmailer/swiftmailer": "~5.4",
"tecnickcom/tcpdf": "~6.2",
"phpoffice/phpexcel": "^1.8",
"commerceguys/intl": "^0.7.4",
"ezyang/htmlpurifier": "^4.8",
"jakeasmith/http_build_url": "^1.0",
"mrclay/minify": "^2.3",
"greenlion/php-sql-parser": "^4.1",
"smarty/smarty": "3.1.35",
"pear/archive_tar": "^1.4",
"mobiledetect/mobiledetectlib": "^2.8",
"dlundgren/css-splitter": "^1.0",
"symfony/polyfill-mbstring": "^1.3",
"defuse/php-encryption": "^2.0",
"pclzip/pclzip": "~2.8.2",
"vierbergenlars/php-semver": "~2.1.0",
"paragonie/random_compat": "<9.99",
"psr/log": "^1.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^1.0",
"phpunit/phpunit": "~4.8 || ~5.7 || ~6.0",
"codeception/codeception": "2.2.9",
"codeception/aspect-mock": "^1.0 || ^2.0"
},
"config": {
"autoloader-suffix": "ThirtybeesVendor"
}
}