another minor fix to prior commit
[openemr.git] / composer.json
blob1ac23c60f711477b42e31a9b2b42831109ee91ba
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://sourceforge.net/p/openemr/bugs/",
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         "php" : "^5.3 || ^7.0",
15         "smarty/smarty": "2.6.29",
16         "adodb/adodb-php": "5.20.2",
17         "phpmailer/phpmailer": "5.2.16",
18         "rospdf/pdf-php": "0.12.22",
19         "phpseclib/phpseclib": "2.0.2",
20         "zendframework/zendframework": "2.4.9",
21         "phenx/php-font-lib": "0.4",
22         "phenx/php-svg-lib": "0.1",
23         "dompdf/dompdf": "0.7.0",
24         "doctrine/common": "2.5.0",
25         "doctrine/couchdb": "1.0-beta2"
27     },
28     "require-dev": {
30         "phing/phing": "2.14.0"
32     },
33     "config": {
34         "preferred-install": {
35             "doctrine/couchdb": "dist"
36         }
37     }