forked from LibreHealthIO/lh-ehr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 723 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 723 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
{
"name" : "LibreEHR",
"type" : "project",
"description" : "LibreHealth EHR - Free Open Source Electronic Health Records based on OpenEMR",
"keywords" : [ "libreehr", "openemr" ],
"authors" : [ {
"name" : "Ken Chapple",
"email" : "ken@mi-squared.com"
} ],
"require" : {
"php" : ">=5.3.0"
},
"autoload" : {
"psr-4" : {
"PluginSystem\\" : "library/pluginsystem/",
"Framework\\" : "library/vendor/libreehr/Framework/"
}
},
"plugin-dirs" : [ "interface/plugins/" ],
"plugins" : [ "interface/tags_filters" ],
"minimum-stability" : "stable",
"config" : {
"vendor-dir" : "library/vendor"
}
}