| {
  "name": "paragonie/typed-arrays",
  "description": "Strictly typed scalar arrays for PHP 8.3 and newer",
  "keywords": [
    "typed arrays",
    "strict typing",
    "scalar types"
  ],
  "license": "ISC",
  "authors": [
    {
      "name": "Paragon Initiative Enterprises, LLC",
      "email": "[email protected] ",
      "homepage": "https://paragonie.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "ParagonIE\\TypedArrays\\": "src"
    },
    "files": ["global/autoloader.php"]
  },
  "autoload-dev": {
    "psr-4": {
      "ParagonIE\\TypedArrays\\Tests\\": "tests"
    }
  },
  "require": {
    "php": "^8.3"
  },
  "require-dev": {
    "phpunit/phpunit": "^9",
    "vimeo/psalm": "^4"
  }
}
 |