{
    "name": "binshops/laravel-blog",
    "keywords": [
        "laravel",
        "blog",
        "package",
        "admin",
        "panel",
        "rss",
        "feed",
        "write",
        "posts",
        "news",
        "update",
        "laravel blog",
        "binshops"
    ],
    "description": "Simple blog package (with admin panel) for Laravel (6.x and 7.x). Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.",
    "license": "MIT",
    "support": {
        "docs": "https://github.com/binshops/laravel-blog"
    },
    "authors": [
        {
            "name": "Binshops",
            "homepage": "https://github.com/binshops/laravel-blog",
            "role": "owner",
            "email": "contact@binshops.com"
        }
    ],
    "require": {
        "cviebrock/eloquent-sluggable": "^10.0|^9.0|~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
        "intervention/image": "2.*",
        "laravel/helpers": "^1.3"
    },
    "require-dev": {
        "phpunit/phpunit": "*",
        "orchestra/testbench": "4.0.*",
        "php-coveralls/php-coveralls": "*"
    },
    "autoload": {
        "psr-4": {
            "BinshopsBlog\\": "src",
            "BinshopsBlog\\Laravel\\Fulltext\\": "src/FulltextSearch/src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "BinshopsBlog\\Tests\\": "tests"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "BinshopsBlog\\BinshopsBlogServiceProvider"
            ],
            "aliases": {
            }
        }
    }
}
