We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b40904 commit 07c98c9Copy full SHA for 07c98c9
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
- Add support for Symfony 6
8
+- Add support for Symfony 7
9
10
## 0.1.0
11
composer.json
@@ -13,7 +13,7 @@
13
"php": ">=8.0.5",
14
"psr/http-server-handler": "^1.0",
15
"react/http": "^1.6",
16
- "symfony/runtime": "^5.4 || ^6.0"
+ "symfony/runtime": "^5.4 || ^6.0 || ^7.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^9.5"
0 commit comments