forked from gunet/openeclass
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·40 lines (40 loc) · 1.25 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
{
"require": {
"vlucas/valitron": "^1.4.2",
"hautelook/phpass": "0.3.*",
"jasig/phpcas": "^1.3.5",
"ezyang/htmlpurifier": "dev-master",
"phpids/phpids": "dev-master",
"pragmarx/google2fa":"dev-master",
"swiftmailer/swiftmailer": "^5.4",
"vlucas/phpdotenv": "^2.3",
"dropbox/dropbox-sdk": "1.1.*",
"sabre/dav": "~3.2.0",
"google/apiclient": "1.0.*@beta",
"hybridauth/hybridauth": "^2.9",
"mpdf/mpdf": "^7.0",
"philo/laravel-blade": "3.*",
"hoa/ruler": "~2.0",
"egulias/email-validator": "^2.1",
"bacon/bacon-qr-code": "^1.0",
"phpoffice/phpspreadsheet": "^1.9",
"sabre/event": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.0"
},
"autoload": {
"psr-0": {
"install\\Installer": ""
},
"psr-4": {
"Widgets\\": "Widgets"
}
},
"scripts": {
"post-install-cmd": ["install\\Installer::ensureHtaccess"],
"post-update-cmd": ["install\\Installer::ensureHtaccess"],
"post-package-install": ["install\\Installer::vendorTestCodeCleanup"],
"post-package-update": ["install\\Installer::vendorTestCodeCleanup"]
}
}