Skip to content

Commit

Permalink
Merge pull request #3 from ralflang/main
Browse files Browse the repository at this point in the history
Fixup changelog and php requirement before first release
  • Loading branch information
ralflang authored Sep 7, 2022
2 parents 8e034d8 + ccd7a4b commit a897600
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - YYYY-MM-DD

## [1.0.0] - 2022-09-07
### Changed
- Compatible with PHP 7.4 and 8.x. Dropped support for lower versions as Test class is marked @requires PHP 7.4
- Initial release. This ports the test for and from [`psr/log` v1.1][], according to
[decision][1].

[`psr/log`]: https://packagist.org/packages/psr/log
[1]: https://github.com/php-fig/log/pull/76#issuecomment-858743302

## [0.0.0] - 2022-08-15

### Changed
- Class namespaces are now under the Fig\\ namespace.
- Unreleased. Transitioned from the psr/log-util package to the fig/log-test package due to policy discussion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^5.3 | ^7.0 | ^8.0",
"php": "^7.4 | ^8.0",
"psr/log": "^1.1.1"
},
"require-dev": {
Expand Down

0 comments on commit a897600

Please sign in to comment.