composer.json 476 Bytes
{
  "name": "daito/lib",
  "description": "A description of your package",
  "type": "library",
  "autoload": {
    "psr-4": {
      "Daito\\Lib\\": "src/"
    }
  },
  "require": {
    "brick/math": "^0.9 || ^0.10 || ^0.11 || ^0.13",
    "php": "^7.3 || ^8.0",
    "laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
  },
  "suggest": {
    "ext-gmp": "Faster big-number calculations",
    "ext-bcmath": "Faster decimal calculations when GMP is unavailable"
  }
}