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 / Math / composer.json
blob4af222154dd3e3b4e149094f1e290ea581f6c779
2     "name": "zendframework/zend-math",
3     "description": " ",
4     "license": "BSD-3-Clause",
5     "keywords": [
6         "zf2",
7         "math"
8     ],
9     "autoload": {
10         "psr-0": {
11             "Zend\\Math\\": ""
12         }
13     },
14     "target-dir": "Zend/Math",
15     "require": {
16         "php": ">=5.3.3"
17     },
18     "suggest": {
19         "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable"
20     },
21     "extra": {
22         "branch-alias": {
23             "dev-master": "2.2-dev",
24             "dev-develop": "2.3-dev"
25         }
26     }