{
    "name": "mario-deluna/php-glfw",
    "authors": [
        {
            "name": "Mario Döring"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "phpdocumentor/reflection-docblock": "^5.3",
        "nikic/php-parser": "^4.14"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "\\Tests\\": "tests/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
