Skip to content

Commit 48b3c5a

Browse files
authored
Add support for Laravel 10 (#42)
* Support Laravel 10 * monolog 3 * Support both monolog v2 and v3
1 parent 7331de9 commit 48b3c5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"php": "^8.0",
1212
"aws/aws-sdk-php": "^3.222",
1313
"bref/bref": "^1.5",
14-
"illuminate/container": "^8.0 || ^9.0",
15-
"illuminate/contracts": "^8.0 || ^9.0",
16-
"illuminate/http": "^8.0 || ^9.0",
17-
"illuminate/queue": "^8.0 || ^9.0",
18-
"illuminate/support": "^8.0 || ^9.0",
14+
"illuminate/container": "^8.0 || ^9.0 || ^10.0",
15+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
16+
"illuminate/http": "^8.0 || ^9.0 || ^10.0",
17+
"illuminate/queue": "^8.0 || ^9.0 || ^10.0",
18+
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
1919
"laravel/octane": "^1.2",
20-
"monolog/monolog": "^2.0",
20+
"monolog/monolog": "^2.0 || ^3.0",
2121
"riverline/multipart-parser": "^2.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)