diff --git a/CHANGELOG.md b/CHANGELOG.md index fc54045..461c42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,3 @@ -## [2.0.1](https://github.com/secretary/php/compare/2.0.0...2.0.1) (2024-01-09) - - -### Bug Fixes - -* **global:** Allow Symfony 7 ([#17](https://github.com/secretary/php/issues/17)) ([86ef910](https://github.com/secretary/php/commit/86ef9100d7f233f0c57df148a0ee24886e6eefbd)) - # [2.0.0](https://github.com/secretary/php/compare/1.4.0...2.0.0) (2022-02-12) @@ -15,7 +8,7 @@ ### BREAKING CHANGES -* **PHP:** Removed supoprt for PHP 7.4 +* **PHP:** Removed support for PHP 7.4 # [1.4.0](https://github.com/secretary/php/compare/1.3.2...1.4.0) (2022-02-11) diff --git a/src/Core/README.md b/src/Core/README.md index e126a82..735b1dd 100644 --- a/src/Core/README.md +++ b/src/Core/README.md @@ -30,7 +30,8 @@ $ composer req secretary/core | Version (X.Y.Z) | PHP | Symfony | Comment | |:---------------:|:----------:|:----------:|:--------------------| -| `2.*` | `>= 8.1.0` | `5.4, 6.0` | **Current version** | +| `3.*` | `>= 8.1.0` | `7.0` | **Current version** | +| `2.*` | `>= 8.1.0` | `5.4, 6.0` | Previous version | | `1.*` | `>= 7.4.0` | `5.3` | Previous version | By itself, the core is useless. You will also need to add at least one adapter: