chippyash/Math-Type-Calculator

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "chippyash/math-type-calculator",
  "description": "Calculators for the chippyash/strong-type numeric types",
  "keywords": [
    "type",
    "calculator",
    "maths",
    "complex",
    "polar"
  ],
  "license": "BSD-3-Clause",
  "homepage": "http://zf4.biz/packages?utm_source=packagist&utm_medium=web&utm_campaign=blinks&utm_content=typecalculator",
  "authors": [
    {
      "name": "Ashley Kitson",
      "email": "ashley@zf4.biz"
    }
  ],
  "require": {
    "php": ">=5.6",
    "chippyash/strong-type": ">=5,<6"
  },
  "require-dev": {
    "phpunit/phpunit": ">=4.8.9,<5"
  },
  "autoload": {
    "psr-0": {
      "Chippyash\\Math\\Type\\": "src/"
    }
  }
}