Skip to content

Commit

Permalink
perf(Symfony): Allow SF 7
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxetom committed Jan 9, 2024
1 parent 6efc5c1 commit ac9146c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion src/Core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac9146c

Please sign in to comment.