Skip to content

Commit

Permalink
Merge pull request #1521 from sabre-io/dependabot/composer/monolog/mo…
Browse files Browse the repository at this point in the history
…nolog-tw-1.27or-tw-2.0

Update monolog/monolog requirement from ^1.27 to ^1.27 || ^2.0
  • Loading branch information
phil-davis committed Dec 4, 2023
2 parents c70600c + da92a57 commit b96ca54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require-dev" : {
"ext-sqlite3": "*",
"friendsofphp/php-cs-fixer": "^2.19",
"monolog/monolog": "^1.27",
"monolog/monolog": "^1.27 || ^2.0",
"phpstan/phpstan": "^0.12 || ^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
Expand Down
2 changes: 1 addition & 1 deletion tests/Sabre/DAV/MockLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MockLogger extends AbstractLogger
* @param mixed $level
* @param string $message
*/
public function log($level, $message, array $context = [])
public function log($level, $message, array $context = []): void
{
$this->logs[] = [
$level,
Expand Down

0 comments on commit b96ca54

Please sign in to comment.