eveseat/notifications

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "eveseat/notifications",
  "description": "SeAT Notifications Components",
  "license": "GPL-2.0",
  "authors": [
    {
      "name": "Leon Jacobs",
      "email": "leonja511@gmail.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "Seat\\Notifications\\": "src/"
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "php": ">=7.3",
    "fideloper/proxy": "^4.0",
    "laravel/framework": "^6.2",
    "laravel/slack-notification-channel": "^2.0",
    "laravel/tinker": "^2.5",
    "eveseat/eveapi": "^4.0",
    "eveseat/services": "^4.1",
    "symfony/yaml": "^4.0",
    "yajra/laravel-datatables-oracle": "~9"
  },
  "extra": {
    "laravel": {
      "providers": [
        "Seat\\Notifications\\NotificationsServiceProvider"
      ]
    }
  }
}