Skip to content

Commit 07c98c9

Browse files
authored
Allow Symfony 7 (#152)
1 parent 6b40904 commit 07c98c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Add support for Symfony 6
8+
- Add support for Symfony 7
89

910
## 0.1.0
1011

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=8.0.5",
1414
"psr/http-server-handler": "^1.0",
1515
"react/http": "^1.6",
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)