Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bfb825c

Browse files
committedJun 9, 2022
Update dependency monolog/monolog to v3
1 parent 6e00380 commit bfb825c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎drive/snippets/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"require-dev": {
66
"phpunit/phpunit": "9.5.20",
7-
"monolog/monolog": "^1.17"
7+
"monolog/monolog": "3.1.0"
88
}
99
}

‎sheets/snippets/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"require-dev": {
66
"phpunit/phpunit": "9.5.20",
7-
"monolog/monolog": "^1.17"
7+
"monolog/monolog": "3.1.0"
88
}
99
}

‎slides/snippets/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"require-dev": {
66
"phpunit/phpunit": "9.5.20",
7-
"monolog/monolog": "^1.17"
7+
"monolog/monolog": "3.1.0"
88
}
99
}

0 commit comments

Comments
 (0)
Please sign in to comment.