diff --git a/README.md b/README.md index c7aeaee..90160d4 100644 --- a/README.md +++ b/README.md @@ -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); }); } diff --git a/composer.json b/composer.json index 96b1dcb..2f4da19 100644 --- a/composer.json +++ b/composer.json @@ -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": {