Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 80e7bf718002b6ee6e53c5871c18ca9c > files > 4

php-ZendFramework2-Math-2.3.7-1.fc20.noarch.rpm

{
    "name": "zendframework/zend-math",
    "description": " ",
    "license": "BSD-3-Clause",
    "keywords": [
        "zf2",
        "math"
    ],
    "homepage": "https://github.com/zendframework/zf2",
    "autoload": {
        "psr-0": {
            "Zend\\Math\\": ""
        }
    },
    "target-dir": "Zend/Math",
    "require": {
        "php": ">=5.3.23"
    },
    "suggest": {
        "ext-bcmath": "If using the bcmath functionality",
        "ext-gmp": "If using the gmp functionality",
        "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
        "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.3-dev",
            "dev-develop": "2.4-dev"
        }
    }
}