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 a02757a commit aac718cCopy full SHA for aac718c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [NOT RELEASED]
4
+
5
+### Added
6
7
+- Add support for Symfony 7
8
9
## 0.2.0
10
11
### Fixed
composer.json
@@ -13,10 +13,10 @@
13
"php": ">=8.0.5",
14
"nyholm/psr7": "^1.4",
15
"spiral/roadrunner": "^2.0",
16
- "symfony/dependency-injection": "^5.4 || ^6.0",
17
- "symfony/http-kernel": "^5.4 || ^6.0",
+ "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
+ "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
18
"symfony/psr-http-message-bridge": "^2.1",
19
- "symfony/runtime": "^5.4 || ^6.0"
+ "symfony/runtime": "^5.4 || ^6.0 || ^7.0"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^9.5"
0 commit comments