We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c95cd commit d2b8f85Copy full SHA for d2b8f85
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
@@ -14,7 +14,7 @@
14
"nyholm/psr7-server": "^1.0",
15
"psr/http-factory-implementation": "^1.0",
16
"psr/http-server-handler": "^1.0",
17
- "symfony/runtime": "^5.4 || ^6.0"
+ "symfony/runtime": "^5.4 || ^6.0 || ^7.0"
18
},
19
"require-dev": {
20
"nyholm/psr7": "^1.4",
0 commit comments