{
    "name": "skyraptor/chatter",
    "description": "Chatter - A Laravel Forum package.",
    "authors": [
        {
            "name": "Tony Lea",
            "email": "tony@skyraptor.com"
        },
        {
            "name": "Patrick Henninger",
            "email": "privat@skyraptor.eu"
        }
    ],
    "require": {
        "mews/purifier": "^3.3.0",
        "laravel/helpers": "^1.2",
        "illuminate/support": "^6.0|^7.0|^8.0",
        "illuminate/routing": "^6.0|^7.0|^8.0",
        "illuminate/http": "^6.0|^7.0|^8.0",
        "illuminate/bus": "^6.0|^7.0|^8.0",
        "illuminate/mail": "^6.0|^7.0|^8.0",
        "illuminate/queue": "^6.0|^7.0|^8.0"
    },
    "require-dev": {
        "illuminate/cache": "^6.0|^7.0|^8.0",
        "illuminate/console": "^6.0|^7.0|^8.0",
        "mockery/mockery": "^1.0",
        "phpunit/phpunit": "^8.0"
    },
    "autoload": {
	    "psr-4": {
	      "SkyRaptor\\Chatter\\": "/src"
		}
	},
    "autoload-dev": {
        "classmap": [
            "tests/TestCase.php"
        ]
    },
    "extra": {
        "laravel": {
            "providers": [
                "SkyRaptor\\Chatter\\ChatterServiceProvider"
            ]
        }
    }
}
