diff --git a/.travis.yml b/.travis.yml index dd6c669..afa8929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ env: - LARAVEL=^8.0 - LARAVEL=^9.0 - LARAVEL=^10.0 + - LARAVEL=^11.0 matrix: fast_finish: true diff --git a/composer.json b/composer.json index 336f6c3..5021dee 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "minimum-stability": "dev", "require": { "php": "^7.1.3|^8.0", - "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "aws/aws-sdk-php": "^3.110" }, "require-dev": {