more organization of autoloaded files (#424)
[openemr.git] / composer.json
blob1788d53bb9f1ad979b87ac8500d45e22d4891e49
2     "name": "openemr/openemr",
3     "description": "OpenEMR is a Free and Open Source electronic health records and medical practice management application",
4     "license": "GPL",
5     "support": {
6         "website": "http://www.open-emr.org/",
7         "issues": "https://github.com/openemr/openemr/issues",
8         "forum": "https://sourceforge.net/p/openemr/discussion/",
9         "wiki": "http://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page",
10         "source": "http://github.com/openemr/openemr"
11     },
12     "require": {
14         "smarty/smarty": "2.6.29",
15         "adodb/adodb-php": "5.20.2",
16         "phpmailer/phpmailer": "5.2.16",
17         "rospdf/pdf-php": "0.12.22",
18         "phpseclib/phpseclib": "2.0.2",
19         "zendframework/zendframework": "2.4.9",
20         "phenx/php-font-lib": "0.4",
21         "phenx/php-svg-lib": "0.1",
22         "dompdf/dompdf": "0.7.0",
23         "doctrine/common": "2.5.0",
24         "doctrine/couchdb": "1.0-beta2",
25         "doctrine/orm": "2.5.5"
27     },
28     "require-dev": {
30         "phing/phing": "2.14.0"
32     },
33     "autoload": {
34         "files": [
35             "library/htmlspecialchars.inc.php",
36             "library/formdata.inc.php",
37             "library/sanitize.inc.php",
38             "library/date_functions.php",
39             "library/validation/validate_core.php",
40             "library/translation.inc.php"
41         ]
42     },
43     "config": {
44         "preferred-install": {
45             "doctrine/couchdb": "dist"
46         }
47     }