{
    "name": "stellarwp/prophecy-log",
    "type": "library",
    "description": "The Prophecy Logger.",
    "license": "GPL-2.0-only",
    "config": {
        "vendor-dir": "vendor",
        "preferred-install": "dist"
    },
    "require": {
        "php": "^7.2 || 8.0.*",
        "monolog/monolog": "^2.8",
        "stellarwp/prophecy-container": "^1.0",
        "psr/log": "^1.0|^2.0|^3.0"
    },
    "autoload": {
        "psr-4": {
            "StellarWP\\ProphecyMonorepo\\Log\\": ""
        }
    },
    "extra": {
        "branch-alias": {
            "dev-main": "1.1.x-dev"
        }
    }
}
