{
  "name": "hardcastle/buffer",
  "description": "PHP implementation of the NodeJS Buffer class",
  "type": "library",
  "minimum-stability": "stable",
  "license": "MIT",
  "authors": [
    {
      "name": "Alexander Busse | Hardcastle Technologies",
      "email": "alexander.busse@posteo.net"
    }
  ],
  "config": {
    "optimize-autoloader": true,
    "platform": {
      "php": "8.1"
    }
  },
  "autoload": {
    "psr-4": {
      "Hardcastle\\Buffer\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Hardcastle\\Buffer\\Test\\": "tests/"
    }
  },
  "require": {
    "php": "^8.1",
    "brick/math": "^0.11.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^10.3.1",
    "vimeo/psalm": "^5.14"
  }
}