File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ 1.0.0] - YYYY-MM-DD
8-
7+ ## [ 1.0.0] - 2022-09-07
8+ ### Changed
9+ - Compatible with PHP 7.4 and 8.x. Dropped support for lower versions as Test class is marked @requires PHP 7.4
910- Initial release. This ports the test for and from [ ` psr/log ` v1.1] [ ] , according to
1011[ decision] [ 1 ] .
11-
1212[ `psr/log` ] : https://packagist.org/packages/psr/log
1313[ 1 ] : https://github.com/php-fig/log/pull/76#issuecomment-858743302
1414
1515## [ 0.0.0] - 2022-08-15
16-
16+ ### Changed
17+ - Class namespaces are now under the Fig\\ namespace.
1718- Unreleased. Transitioned from the psr/log-util package to the fig/log-test package due to policy discussion.
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^5.3 | ^7.0 | ^8.0" ,
13+ "php" : " ^7.4 | ^8.0" ,
1414 "psr/log" : " ^1.1.1"
1515 },
1616 "require-dev" : {
You can’t perform that action at this time.
0 commit comments