|
3 | 3 | "description": "Laravel Auth Logger stores user authentication logs and sends out notifications whenever a user logs in from a new system.", |
4 | 4 | "keywords": [ |
5 | 5 | "spargon", |
| 6 | + "laravel", |
| 7 | + "authentication", |
| 8 | + "log", |
| 9 | + "notification", |
6 | 10 | "laravel-auth-logger" |
7 | 11 | ], |
8 | 12 | "homepage": "https://github.com/spargon/laravel-auth-logger", |
|
11 | 15 | { |
12 | 16 | "name": "TechTailor", |
13 | 17 | "email": "hello@moinuddin.info", |
14 | | - "homepage": "https://spargon.tech", |
| 18 | + "homepage": "https://spargon.net", |
15 | 19 | "role": "Developer" |
16 | 20 | } |
17 | 21 | ], |
18 | 22 | "require": { |
19 | 23 | "php": "^7.4|^8.0", |
20 | 24 | "jenssegers/agent": "^2.6", |
21 | | - "illuminate/auth": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
22 | | - "illuminate/bus": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
23 | | - "illuminate/console": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
24 | | - "illuminate/contracts": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
25 | | - "illuminate/database": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
26 | | - "illuminate/http": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
27 | | - "illuminate/notifications": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
28 | | - "illuminate/support": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0", |
| 25 | + "illuminate/auth": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 26 | + "illuminate/bus": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 27 | + "illuminate/console": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 28 | + "illuminate/contracts": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 29 | + "illuminate/database": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 30 | + "illuminate/http": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 31 | + "illuminate/notifications": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
| 32 | + "illuminate/support": "^7.30.4|^8.40.0|^9.0|^10.0|^11.0|^12.0", |
29 | 33 | "spatie/laravel-package-tools": "^1.4" |
30 | 34 | }, |
31 | 35 | "require-dev": { |
|
0 commit comments