Skip to content

Commit

Permalink
Allow psr/log v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Oct 21, 2021
1 parent b906302 commit 860d349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [3.x - Unreleased] - 2021-xx-xx
### Changed
- `psr/log` compatibility changed from `^1.0` to `^1.0||^2.0`

## [3.9.3] - 2021-09-26
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.1||^8.0",
"ext-json": "*",
"psr/log": "^1.0"
"psr/log": "^1.0||^2.0"
},
"require-dev": {
"behat/behat": "^3.7",
Expand Down

0 comments on commit 860d349

Please sign in to comment.