From 04b200f5ebba2306972c16112f544e0873066e90 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Wed, 13 Mar 2024 13:30:59 +0530 Subject: [PATCH] laravel v11 support --- CHANGELOG.md | 4 ++++ composer.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384372f..06f1284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All the notable changes to the Laravel Aws Sns package are documented in this file: +## v7.0.0 (13-03-2024) +- min php 8.2 +- laravel v11 support + ## v4.0.1 (16-02-2022) - improve version constraints diff --git a/composer.json b/composer.json index a3634dc..2c01c8f 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ } }, "require": { - "php": "^8.1", + "php": "^8.2", "aws/aws-php-sns-message-validator": "^1.6", - "illuminate/http": "^10.0", - "illuminate/queue": "^10.0", - "illuminate/support": "^10.0" + "illuminate/http": "^11.0", + "illuminate/queue": "^11.0", + "illuminate/support": "^11.0" }, "extra": { "laravel": {