{
  "name": "mckenziearts/laravel-notify",
  "description": "Flexible flash notifications for Laravel",
  "license": "MIT",
  "authors": [
    {
      "name": "Arthur Monney",
      "email": "monneylobe@gmail.com",
      "homepage": "https://twitter.com/MonneyArthur",
      "role"    : "Developer"
    }
  ],
  "homepage": "https://github.com/mckenziearts/laravel-notify",
  "keywords": ["Laravel", "laravel-notify", "notification"],
  "require": {
    "php": ">=7.4",
    "illuminate/support": "~7.0|~8.0|~9.0"
  },
  "require-dev": {
    "mockery/mockery": "^1.0",
    "phpunit/phpunit": "^8.0|^9.0"
  },
  "autoload": {
    "psr-4": {
      "Mckenziearts\\Notify\\": "src/"
    },
    "files": [
      "src/helpers.php"
    ]
  },
  "extra": {
    "laravel": {
      "providers": [
        "Mckenziearts\\Notify\\LaravelNotifyServiceProvider"
      ],
      "aliases": {
        "Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify"
      }
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
