Skip to content

Commit

Permalink
Adds Support for Laravel 11. Fixes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
TechTailor committed Jun 5, 2024
1 parent 0be95d7 commit 814e7b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 814e7b1

Please sign in to comment.