{
    "name": "digilive/windows-registry",
    "description": "A small library for accessing and manipulating the Windows registry",
    "keywords": ["registry", "windows"],
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "DigiLive",
            "email": "
[email protected]",
            "homepage": "https://digilive.nl"
        },
        {
            "name": "Stephen Coakley",
            "email": "
[email protected]",
            "homepage": "http://stephencoakley.com"
        }
    ],
    "replace": {
        "coderstephen/windows-registry": "v0.9.1"
    },
    "require": {
        "php": "^7.2",
        "ext-com_dotnet": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^8"
    },
    "autoload": {
        "psr-4": {
            "Windows\\Registry\\": "src/",
            "Windows\\Registry\\Tests\\": "tests/"
        }
    }
}