Added the zend framework 2 library, the path is specified in line no.26 in zend_modul...
[openemr.git] / interface / modules / zend_modules / library / Zend / Paginator / composer.json
blob4a1f9fb69cc1912fcc66e3947fcd1da54abfee42
2     "name": "zendframework/zend-paginator",
3     "description": " ",
4     "license": "BSD-3-Clause",
5     "keywords": [
6         "zf2",
7         "paginator"
8     ],
9     "autoload": {
10         "psr-0": {
11             "Zend\\Paginator\\": ""
12         }
13     },
14     "target-dir": "Zend/Paginator",
15     "require": {
16         "php": ">=5.3.3",
17         "zendframework/zend-stdlib": "self.version"
18     },
19     "suggest": {
20         "zendframework/zend-cache":"To support cache feature"
21     },
22     "extra": {
23         "branch-alias": {
24             "dev-master": "2.2-dev",
25             "dev-develop": "2.3-dev"
26         }
27     }