Skip to content

Commit 3731bf3

Browse files
committed
updated monolog/monolog to 3.x
1 parent 9072cd5 commit 3731bf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"require": {
2929
"php": "^8.1",
3030
"guzzlehttp/guzzle": "^7.5",
31-
"illuminate/http": "^9.0|^10.0",
32-
"illuminate/support": "^9.0|^10.0",
33-
"monolog/monolog": "^2.0"
31+
"illuminate/http": "^9.0 || ^10.0",
32+
"illuminate/support": "^9.0 || ^10.0",
33+
"monolog/monolog": "^3.0"
3434
},
3535
"require-dev": {
36-
"laravel/framework": "^9.0|^10.0",
36+
"laravel/framework": "^9.0 || ^10.0",
3737
"laravel/pint": "^1.5"
3838
},
3939
"autoload": {

0 commit comments

Comments
 (0)