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 c62ee94 commit 4ec0b4cCopy full SHA for 4ec0b4c
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.3.1
10
11
### Fixed
composer.json
@@ -11,14 +11,14 @@
],
12
"require": {
13
"php": ">=8.0.5",
14
- "symfony/runtime": "^5.4 || ^6.0"
+ "symfony/runtime": "^5.4 || ^6.0 || ^7.0"
15
},
16
"require-dev": {
17
"illuminate/http": "^9.14",
18
"phpunit/phpunit": "^9.5",
19
"swoole/ide-helper": "^4.6",
20
- "symfony/http-foundation": "^5.4 || ^6.0",
21
- "symfony/http-kernel": "^5.4 || ^6.0"
+ "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
+ "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
22
23
"conflict": {
24
"ext-swoole": "<4.6.0"
0 commit comments