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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
9
10
- Initial release. This ports the test for and from [ ` psr/log ` v1.1] [ ] , according to
10
11
[ decision] [ 1 ] .
11
-
12
12
[ `psr/log` ] : https://packagist.org/packages/psr/log
13
13
[ 1 ] : https://github.com/php-fig/log/pull/76#issuecomment-858743302
14
14
15
15
## [ 0.0.0] - 2022-08-15
16
-
16
+ ### Changed
17
+ - Class namespaces are now under the Fig\\ namespace.
17
18
- 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 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^5.3 | ^7.0 | ^8.0" ,
13
+ "php" : " ^7.4 | ^8.0" ,
14
14
"psr/log" : " ^1.1.1"
15
15
},
16
16
"require-dev" : {
You can’t perform that action at this time.
0 commit comments