Skip to content

Commit aac718c

Browse files
authored
Allow Symfony 7 (#152)
1 parent a02757a commit aac718c

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.2.0
410

511
### Fixed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"php": ">=8.0.5",
1414
"nyholm/psr7": "^1.4",
1515
"spiral/roadrunner": "^2.0",
16-
"symfony/dependency-injection": "^5.4 || ^6.0",
17-
"symfony/http-kernel": "^5.4 || ^6.0",
16+
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
17+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
1818
"symfony/psr-http-message-bridge": "^2.1",
19-
"symfony/runtime": "^5.4 || ^6.0"
19+
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)