Skip to content

Commit d2b8f85

Browse files
authored
Allow Symfony 7 (#152)
1 parent 47c95cd commit d2b8f85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Add support for Symfony 6
8+
- Add support for Symfony 7
89

910
## 0.1.0
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"nyholm/psr7-server": "^1.0",
1515
"psr/http-factory-implementation": "^1.0",
1616
"psr/http-server-handler": "^1.0",
17-
"symfony/runtime": "^5.4 || ^6.0"
17+
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
1818
},
1919
"require-dev": {
2020
"nyholm/psr7": "^1.4",

0 commit comments

Comments
 (0)