Skip to content

Commit a897600

Browse files
authored
Merge pull request #3 from ralflang/main
Fixup changelog and php requirement before first release
2 parents 8e034d8 + ccd7a4b commit a897600

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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": {

0 commit comments

Comments
 (0)