Skip to content

Commit 4ec0b4c

Browse files
authored
Allow Symfony 7 (#152)
1 parent c62ee94 commit 4ec0b4c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [NOT RELEASED]
4+
5+
### Added
6+
7+
- Add support for Symfony 7
8+
39
## 0.3.1
410

511
### Fixed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": ">=8.0.5",
14-
"symfony/runtime": "^5.4 || ^6.0"
14+
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
1515
},
1616
"require-dev": {
1717
"illuminate/http": "^9.14",
1818
"phpunit/phpunit": "^9.5",
1919
"swoole/ide-helper": "^4.6",
20-
"symfony/http-foundation": "^5.4 || ^6.0",
21-
"symfony/http-kernel": "^5.4 || ^6.0"
20+
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
21+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
2222
},
2323
"conflict": {
2424
"ext-swoole": "<4.6.0"

0 commit comments

Comments
 (0)