Skip to content

Commit

Permalink
Allow psr/log v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Oct 21, 2021
1 parent 860d349 commit 115a774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [3.x - Unreleased] - 2021-xx-xx
### Changed
- `psr/log` compatibility changed from `^1.0` to `^1.0||^2.0`
- `psr/log` compatibility changed from `^1.0` to `^1.0||^2.0||^3.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||^2.0"
"psr/log": "^1.0||^2.0||^3.0"
},
"require-dev": {
"behat/behat": "^3.7",
Expand Down

0 comments on commit 115a774

Please sign in to comment.