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 / Session / composer.json
blobba47ac2b93c7b318af0621bd29eaa268f0262353
2     "name": "zendframework/zend-session",
3     "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client",
4     "license": "BSD-3-Clause",
5     "keywords": [
6         "zf2",
7         "session"
8     ],
9     "autoload": {
10         "psr-0": {
11             "Zend\\Session\\": ""
12         }
13     },
14     "target-dir": "Zend/Session",
15     "require": {
16         "php": ">=5.3.3",
17         "zendframework/zend-stdlib": "self.version"
18     },
19     "suggest": {
20         "zendframework/zend-eventmanager": "Zend\\EventManager component",
21         "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
22         "zendframework/zend-validator": "Zend\\Validator component"
23     },
24     "extra": {
25         "branch-alias": {
26             "dev-master": "2.2-dev",
27             "dev-develop": "2.3-dev"
28         }
29     }