{
    "name": "wp-forge/wp-upgrade-handler",
    "description": "A drop-in library for handling upgrade routines in WordPress plugins and themes.",
    "type": "library",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Micah Wood",
            "email": "micah@wpscholar.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "WP_Forge\\UpgradeHandler\\": "includes"
        }
    }
}
