Skip to content

Commit

Permalink
Add support for Laravel 10 (#42)
Browse files Browse the repository at this point in the history
* Support Laravel 10

* monolog 3

* Support both monolog v2 and v3
  • Loading branch information
georgeboot authored Feb 15, 2023
1 parent 7331de9 commit 48b3c5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"php": "^8.0",
"aws/aws-sdk-php": "^3.222",
"bref/bref": "^1.5",
"illuminate/container": "^8.0 || ^9.0",
"illuminate/contracts": "^8.0 || ^9.0",
"illuminate/http": "^8.0 || ^9.0",
"illuminate/queue": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/container": "^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/http": "^8.0 || ^9.0 || ^10.0",
"illuminate/queue": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"laravel/octane": "^1.2",
"monolog/monolog": "^2.0",
"monolog/monolog": "^2.0 || ^3.0",
"riverline/multipart-parser": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 48b3c5a

Please sign in to comment.