Skip to content

Commit 4a28022

Browse files
authored
Allow Symfony 7 (#152)
1 parent 93b3310 commit 4a28022

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [NOT RELEASED]
4+
5+
### Added
6+
7+
- Add support for Symfony 7
8+
39
## 0.1.1
410

511
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=8.0.5",
1414
"nyholm/psr7": "^1.4",
1515
"psr/http-server-handler": "^1.0",
16-
"symfony/runtime": "^5.4 || ^6.0"
16+
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)