-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
28 lines (28 loc) · 968 Bytes
/
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
{
"require": {
"robmorgan/phinx": "^0.6.6",
"phpmailer/phpmailer": "^5.2",
"gettext/gettext": "^4.2",
"gettext/languages": "^2.1",
"defuse/php-encryption": "^2.1",
"ircmaxell/random-lib": "^1.2",
"ircmaxell/security-lib": "^1.1",
"jenssegers/date": "^3.2.9",
"jolicode/jolinotif": "^1.0",
"theorchard/monolog-cascade": "^0.5",
"monolog/monolog": "^1.22",
"nategood/httpful": "^0.2.20",
"respect/validation": "^1.1",
"stolz/assets": "^0.1.9",
"visualappeal/php-auto-update": "^0.9.5",
"cocur/slugify":"^2.0",
"hellogerard/jobby": "^3.3",
"league/oauth2-google": "^2.2",
"tubalmartin/cssmin": "^4.1",
"simplepie/simplepie": "^1.5",
"phpseclib/mcrypt_compat": "^1.0",
"studio-42/elfinder": "^2.1",
"kunalvarma05/dropbox-php-sdk": "^0.2.1",
"google/apiclient": "^2.2"
}
}