From 814e7b12e64d9085f29f4ed082c4ee088f7765f3 Mon Sep 17 00:00:00 2001 From: "Moinuddin S. Khaja" Date: Wed, 5 Jun 2024 17:23:04 +0530 Subject: [PATCH] Adds Support for Laravel 11. Fixes #23 --- CHANGELOG.md | 8 ++++++++ composer.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943b91d..b590955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `laravel-auth-logger` will be documented in this file +## 1.6.0 - 2024-06-05 + +- Adds Support for Laravel 11. + +## 1.5.0 - 2023-02-27 + +- Adds Support for Laravel 10. + ## 1.4.0 - 2022-09-08 - Added a new Install Command. diff --git a/composer.json b/composer.json index e258ca8..ae625c4 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "require": { "php": "^7.4|^8.0", "jenssegers/agent": "^2.6", - "illuminate/auth": "^7.30.4|^8.40.0|^9.0|^10.0", - "illuminate/bus": "^7.30.4|^8.40.0|^9.0|^10.0", - "illuminate/console": "^7.30.4|^8.40.0|^9.0|^10.0", - "illuminate/contracts": "^7.30.4|^8.40.0|^9.0|^10.0", - "illuminate/database": "^7.30.4|^8.40.0|^9.0|^10.0", - "illuminate/http": "^7.30.4|^8.40.0|^9.0|^10.0", - "illuminate/notifications": "^7.30.4|^8.40.0|^9.0|^10.0", - "illuminate/support": "^7.30.4|^8.40.0|^9.0|^10.0", + "illuminate/auth": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", + "illuminate/bus": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", + "illuminate/console": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", + "illuminate/database": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", + "illuminate/http": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", + "illuminate/notifications": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", + "illuminate/support": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", "spatie/laravel-package-tools": "^1.4" }, "require-dev": {