Skip to content

Commit 56822c3

Browse files
authored
Prepare release for Franken (#159)
This will fix #157
1 parent b3bc258 commit 56822c3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Change Log
22

3-
## [NOT RELEASED]
4-
5-
### Added
3+
## 0.2.0
64

75
- Add support for Symfony 7
86
- Add `frankenphp_loop_max` option
7+
- Drop support for PHP 8.0
98

109
## 0.1.0
1110

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.0",
13+
"php": ">=8.1",
1414
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
1515
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
1616
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"

0 commit comments

Comments
 (0)