Skip to content

Commit

Permalink
Merge pull request #7 from agentphoenix/master
Browse files Browse the repository at this point in the history
Update for Laravel 9
  • Loading branch information
BSN4 authored Feb 10, 2022
2 parents e771e23 + bee0aba commit 23d9666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ you should have a `toDiscord` method
->content('Content')
->embed(function ($embed) {
$embed->title('Discord is cool')->description('Slack nah')
->field('Laravel', '8.0.0', true)
->field('Laravel', '9.0.0', true)
->field('PHP', '8.0.0', true);
});
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.1.3|^8.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"laravel/slack-notification-channel": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 23d9666

Please sign in to comment.