Skip to content

Commit b99d741

Browse files
committed
update laravel 11 support
1 parent e902d4f commit b99d741

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

composer.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
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"
359
}
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+
}
3636
}

0 commit comments

Comments
 (0)