Skip to content

Commit bca01e3

Browse files
authored
chore(deps): update dependency monolog/monolog to v2 (GoogleCloudPlatform#1068)
1 parent ef8f788 commit bca01e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"monolog\/monolog": "^1.19",
3+
"monolog\/monolog": "^2.0",
44
"google/cloud-logging": "^1.14"
55
}
66
}

appengine/php72/symfony-framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"php": "^7.1.3"
44
},
55
"require-dev": {
6-
"monolog/monolog": "^1.19",
6+
"monolog/monolog": "^2.0",
77
"nikic/php-parser": "^4.0",
88
"google/cloud-logging": "^1.14"
99
}

logging/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"google/cloud-logging": "^1.20.0",
44
"symfony/console": "^3.0",
5-
"monolog/monolog": "^1.23"
5+
"monolog/monolog": "^2.0"
66
},
77
"autoload": {
88
"files": [

0 commit comments

Comments
 (0)