{
    "name": "mario-deluna/php-glfw",
    "type": "php-ext",
    "license": "MIT",
    "description": "A fully-featured OpenGL and GLFW extension for PHP. ",
    "require": {
        "php": ">= 8.0.0"
    },
    "php-ext": {
        "extension-name": "glfw",
        "configure-options": [
            {
                "name": "enable-glfw",
                "description": "Enable PHP-GLFW support"
            }
        ]
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "autoload-dev": {
        "psr-4": {
            "GL\\Tests\\": "tests/"
        }
    }
}
