{
    "name": "putyourlightson/craft-log-to-file",
    "description": "Logs messages to a specific log file for Craft CMS.",
    "version": "1.2.3",
    "homepage": "https://github.com/putyourlightson/craft-log-to-file",
    "license": "MIT",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "log",
        "file",
        "plugin"
    ],
    "require": {
        "craftcms/cms": "^3.0.0",
        "yiisoft/yii2": "^2.0.0"
    },
    "autoload": {
        "psr-4": {
            "putyourlightson\\logtofile\\": "src/"
        }
    },
    "support": {
        "docs": "https://github.com/putyourlightson/craft-log-to-file",
        "source": "https://github.com/putyourlightson/craft-log-to-file",
        "issues": "https://github.com/putyourlightson/craft-log-to-file/issues"
    },
    "extra": {
        "name": "Log To File",
        "developer": "PutYourLightsOn",
        "developerUrl": "https://putyourlightson.com/",
        "documentationUrl": "https://github.com/putyourlightson/craft-log-to-file",
        "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-log-to-file/v1/CHANGELOG.md"
    }
}
