We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9855d8 + 8bdf888 commit ddc08f5Copy full SHA for ddc08f5
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [#.#.#] - ####-##-##
9
+
10
+### Changed
11
12
+- Updated composer requirements for psr/log dependency
13
14
## [4.0.0] - 2025-11-03
15
16
### Changed
composer.json
@@ -16,7 +16,7 @@
"mustache/mustache": "^2.11.1",
17
"guzzlehttp/guzzle": "~7.0",
18
"php": ">=7.2.5 <8.5",
19
- "psr/log": "^1.0.2"
+ "psr/log": "^1.0.2 || ^2.0 || ^3.0"
20
},
21
"config": {
22
"optimize-autoloader": true
0 commit comments