-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmodule.json
More file actions
26 lines (26 loc) · 811 Bytes
/
module.json
File metadata and controls
26 lines (26 loc) · 811 Bytes
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
{
"name": "DisposableBasic",
"alias": "disposablebasic",
"description": "phpVMS v7 module for Basic VA features",
"version": "3.7.4",
"readme_url": "https://github.com/FatihKoz/DisposableBasic?tab=readme-ov-file#readme",
"license_url": "https://github.com/FatihKoz/DisposableBasic?tab=License-1-ov-file#readme",
"attribution": {
"text": "Disposable Basic by DH Addons",
"url": "https://github.com/FatihKoz",
"img": null
},
"keywords": [],
"active": 0,
"order": 9001,
"providers": [
"Modules\\DisposableBasic\\Providers\\DB_ServiceProvider",
"Modules\\DisposableBasic\\Providers\\DB_EventProvider"
],
"aliases": {},
"files": [
"db_helpers.php",
"db_helpers_tech.php"
],
"requires": []
}