Skip to content

Commit 23d9666

Browse files
authored
Merge pull request #7 from agentphoenix/master
Update for Laravel 9
2 parents e771e23 + bee0aba commit 23d9666

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ you should have a `toDiscord` method
3636
->content('Content')
3737
->embed(function ($embed) {
3838
$embed->title('Discord is cool')->description('Slack nah')
39-
->field('Laravel', '8.0.0', true)
39+
->field('Laravel', '9.0.0', true)
4040
->field('PHP', '8.0.0', true);
4141
});
4242
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.1.3|^8.0",
1414
"guzzlehttp/guzzle": "^6.0|^7.0",
15-
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
15+
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
1616
"laravel/slack-notification-channel": "^2.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)