forked from gunet/openeclass
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·37 lines (37 loc) · 1.13 KB
/
composer.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.13 KB
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
{
"require": {
"vlucas/valitron": "dev-master",
"hautelook/phpass": "0.3.*",
"jasig/phpcas": "1.3.*",
"pclzip/pclzip": "2.8.*",
"philo/laravel-blade": "3.*",
"ezyang/htmlpurifier": "dev-master",
"phpids/phpids": "dev-master",
"pragmarx/google2fa":"dev-master",
"swiftmailer/swiftmailer": "@stable",
"vlucas/phpdotenv": "^2.3",
"dropbox/dropbox-sdk": "1.1.*",
"sabre/dav": "~3.2.0",
"google/apiclient": "1.0.*@beta",
"hoa/ruler": "~1.0",
"sabre/event": "~2.0.0",
"mpdf/mpdf": "6.1.2"
},
"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"]
}
}