{
    "name": "olifanton/typed-arrays",
    "type": "library",
    "description": "Typed Arrays for PHP 8",
    "keywords": ["typed", "arrays", "php8"],
    "homepage": "https://github.com/olifanton/typed-arrays",
    "license": "LGPL-3.0",
    "authors": [
        {
            "name": "Andrea Faulds",
            "email": "ajf@ajf.me",
            "homepage": "http://ajf.me/",
            "role": "Developer"
        },
        {
            "name": "Roman Zaycev",
            "email": "box@romanzaycev.ru",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=8.1"
    },
    "autoload": {
        "psr-4": {
            "Olifanton\\TypedArrays\\": "src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    }
}
