Skip to content

Commit

Permalink
Prepare release for Franken (#159)
Browse files Browse the repository at this point in the history
This will fix #157
  • Loading branch information
Nyholm authored Dec 12, 2023
1 parent b3bc258 commit 56822c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Change Log

## [NOT RELEASED]

### Added
## 0.2.0

- Add support for Symfony 7
- Add `frankenphp_loop_max` option
- Drop support for PHP 8.0

## 0.1.0

Expand Down
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": ">=8.0",
"php": ">=8.1",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
Expand Down

0 comments on commit 56822c3

Please sign in to comment.