{
    "name": "barn2/better-recent-comments",
    "description": "Better Recent Comments WordPress plugin",
    "type": "project",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Barn2 Plugins",
            "email": "support@barn2.co.uk"
        }
    ],
    "minimum-stability": "stable",
    "require": {},
    "autoload": {
        "psr-4": {
            "Barn2\\Plugin\\Better_Recent_Comments\\": "src",
            "Barn2\\BRC_Lib\\": "lib"
        },
        "files": [
            "src/deprecated.php"
        ]
    }
}
