-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathcomposer.json
executable file
·51 lines (51 loc) · 1.54 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
44
45
46
47
48
49
50
51
{
"require": {
"vlucas/valitron": "^1.4.2",
"apereo/phpcas": "^1.6",
"ezyang/htmlpurifier": "^4.15",
"pragmarx/google2fa":"^8.0",
"swiftmailer/swiftmailer": "^6.3.0",
"sabre/dav": "~3.2.0",
"google/apiclient": "1.0.*@beta",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/oauth-subscriber": "^0.3.0",
"hybridauth/hybridauth": "~3.0",
"mpdf/mpdf": "^8.0",
"hiqdev/hoa-ruler": "~1.0",
"hiqdev/hoa-file": "~1.0",
"egulias/email-validator": "^2.1",
"bacon/bacon-qr-code": "^2.0",
"phpoffice/phpspreadsheet": "^3.3",
"dapphp/securimage": "dev-mantis",
"h5p/h5p-core": "^1.27",
"h5p/h5p-editor": "<1.26",
"snapappointments/bootstrap-select": "^1.13.18",
"jenssegers/blade": "^1.4"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mantisbt/securimage",
"no-api": true
}
],
"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"]
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}