Skip to content

Commit

Permalink
build: change services dependency
Browse files Browse the repository at this point in the history
bump required services dependency to match with new package version pattern.
  • Loading branch information
warlof committed Dec 6, 2020
1 parent 5cf6d8d commit 5418f03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"laravel/slack-notification-channel": "^2.0",
"laravel/tinker": "^1.0",
"eveseat/eveapi": "^4.0",
"eveseat/services": "^4.0",
"eveseat/services": "^4.1",
"symfony/yaml": "^4.0",
"yajra/laravel-datatables-oracle": "~9"
},
Expand Down
26 changes: 0 additions & 26 deletions src/Config/notifications.config.php

This file was deleted.

15 changes: 0 additions & 15 deletions src/NotificationsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ private function add_events()
*/
public function register()
{

// Package specific configuration
$this->mergeConfigFrom(
__DIR__ . '/Config/notifications.config.php', 'notifications.config');

// Add new permissions
$this->registerPermissions(__DIR__ . '/Config/Permissions/notifications.php', 'notifications');

Expand Down Expand Up @@ -180,14 +175,4 @@ public function getPackagistVendorName(): string
{
return 'eveseat';
}

/**
* Return the plugin installed version.
*
* @return string
*/
public function getVersion(): string
{
return config('notifications.config.version');
}
}

0 comments on commit 5418f03

Please sign in to comment.