diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d1dc0..1796ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/composer.json b/composer.json index e216220..48b64bb 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^5.3 | ^7.0 | ^8.0", + "php": "^7.4 | ^8.0", "psr/log": "^1.1.1" }, "require-dev": {