Skip to content

Commit ddc08f5

Browse files
Merge pull request #216 from HumanSecurity/feature/update-log-version-requirements
Updated log dependency version requirements
2 parents a9855d8 + 8bdf888 commit ddc08f5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [#.#.#] - ####-##-##
9+
10+
### Changed
11+
12+
- Updated composer requirements for psr/log dependency
13+
814
## [4.0.0] - 2025-11-03
915

1016
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"mustache/mustache": "^2.11.1",
1717
"guzzlehttp/guzzle": "~7.0",
1818
"php": ">=7.2.5 <8.5",
19-
"psr/log": "^1.0.2"
19+
"psr/log": "^1.0.2 || ^2.0 || ^3.0"
2020
},
2121
"config": {
2222
"optimize-autoloader": true

0 commit comments

Comments
 (0)