-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
43 lines (43 loc) · 1.33 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
{
"name": "deltasystems/dewdrop",
"bin": [
"bin/dewdrop"
],
"autoload": {
"psr-4": {
"Dewdrop\\": "Dewdrop/",
"Model\\": "models"
}
},
"require": {
"php": ">=5.5.0",
"deltasystems/html-node": "2.*",
"ircmaxell/password-compat": "1.0.*",
"jdorn/sql-formatter": "1.2.*",
"monolog/monolog": "^1.4.1",
"phpoffice/phpexcel": "1.8.*",
"pimple/pimple": "1.*",
"psy/psysh": "0.6.*",
"swiftmailer/swiftmailer": "^5.4.8",
"symfony/security": "~3.4",
"thunderer/shortcode": "^0.5",
"zendframework/zend-console": "~2.8.0",
"zendframework/zend-dom": "~2.7.0",
"zendframework/zend-escaper": "~2.6.0",
"zendframework/zend-filter": "~2.9.0",
"zendframework/zend-i18n": "~2.10.0",
"zendframework/zend-inputfilter": "~2.10.0",
"zendframework/zend-log": "~2.12.0",
"zendframework/zend-validator": "~2.13.0",
"zendframework/zend-view": "~2.11.0",
"geoip2/geoip2": "2.*",
"willdurand/geocoder": "3.*",
"jenssegers/agent": "2.*"
},
"require-dev" : {
"squizlabs/php_codesniffer": "2.*",
"phpunit/dbunit": "2.*",
"phpunit/phpunit": "4.*",
"phpunit/phpunit-mock-objects": "2.*"
}
}