Skip to content

Commit

Permalink
Update to support monolog/monolog v3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
andvla authored Nov 10, 2023
1 parent 6218c1f commit b6f8272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
"monolog/monolog": "^2.0",
"monolog/monolog": "^2.0|^3.0",
"promphp/prometheus_client_php": "^2.2"
},
"license": "MIT",
Expand Down

0 comments on commit b6f8272

Please sign in to comment.