Skip to content

Commit

Permalink
Merge pull request #25 from Spargon/24-support-for-laravel-12
Browse files Browse the repository at this point in the history
Introducing support for Laravel 12
  • Loading branch information
TechTailor authored Mar 1, 2025
2 parents 814e7b1 + 13a3255 commit b79d3c5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "Laravel Auth Logger stores user authentication logs and sends out notifications whenever a user logs in from a new system.",
"keywords": [
"spargon",
"laravel",
"authentication",
"log",
"notification",
"laravel-auth-logger"
],
"homepage": "https://github.com/spargon/laravel-auth-logger",
Expand All @@ -11,21 +15,21 @@
{
"name": "TechTailor",
"email": "[email protected]",
"homepage": "https://spargon.tech",
"homepage": "https://spargon.net",
"role": "Developer"
}
],
"require": {
"php": "^7.4|^8.0",
"jenssegers/agent": "^2.6",
"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",
"illuminate/auth": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/bus": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/console": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/database": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/http": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/notifications": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0",
"spatie/laravel-package-tools": "^1.4"
},
"require-dev": {
Expand Down

0 comments on commit b79d3c5

Please sign in to comment.