|
1 | 1 | {
|
2 |
| - "name": "aw-studio/laravel-maillog", |
3 |
| - "description": "Automatically log information about all outgoing mail in your Laravel application.", |
4 |
| - "license": "MIT", |
5 |
| - "authors": [ |
6 |
| - { |
7 |
| - "name": "Lukas Heller", |
8 |
| - "email": "lukas@aw-studio.de" |
9 |
| - } |
10 |
| - ], |
11 |
| - "require": { |
12 |
| - "illuminate/support": "^8.0|^9.0|^10.0", |
13 |
| - "illuminate/contracts": "^8.0|^9.0|^10.0", |
14 |
| - "illuminate/mail": "^8.0|^9.0|^10.0", |
15 |
| - "illuminate/database": "^8.0|^9.0|^10.0" |
16 |
| - }, |
17 |
| - "autoload": { |
18 |
| - "psr-4": { |
19 |
| - "AwStudio\\Maillog\\": "src/" |
20 |
| - } |
21 |
| - }, |
22 |
| - "autoload-dev": { |
23 |
| - "psr-4": { |
24 |
| - "Tests\\": "tests/" |
25 |
| - } |
26 |
| - }, |
27 |
| - "minimum-stability": "dev", |
28 |
| - "prefer-stable": true, |
29 |
| - "extra": { |
30 |
| - "laravel": { |
31 |
| - "providers": [ |
32 |
| - "AwStudio\\Maillog\\MaillogServiceProvider" |
33 |
| - ] |
34 |
| - } |
| 2 | + "name": "aw-studio/laravel-maillog", |
| 3 | + "description": "Automatically log information about all outgoing mail in your Laravel application.", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Lukas Heller", |
| 8 | + "email": "lukas@aw-studio.de" |
35 | 9 | }
|
| 10 | + ], |
| 11 | + "require": { |
| 12 | + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", |
| 13 | + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", |
| 14 | + "illuminate/mail": "^8.0|^9.0|^10.0|^11.0", |
| 15 | + "illuminate/database": "^8.0|^9.0|^10.0|^11.0" |
| 16 | + }, |
| 17 | + "autoload": { |
| 18 | + "psr-4": { |
| 19 | + "AwStudio\\Maillog\\": "src/" |
| 20 | + } |
| 21 | + }, |
| 22 | + "autoload-dev": { |
| 23 | + "psr-4": { |
| 24 | + "Tests\\": "tests/" |
| 25 | + } |
| 26 | + }, |
| 27 | + "minimum-stability": "dev", |
| 28 | + "prefer-stable": true, |
| 29 | + "extra": { |
| 30 | + "laravel": { |
| 31 | + "providers": [ |
| 32 | + "AwStudio\\Maillog\\MaillogServiceProvider" |
| 33 | + ] |
| 34 | + } |
| 35 | + } |
36 | 36 | }
|
0 commit comments