Skip to content

Commit b51448a

Browse files
authored
Allow Symfony 7 (#152)
1 parent 5545e95 commit b51448a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [NOT RELEASED]
44

5+
### Added
6+
7+
- Add support for Symfony 7
8+
59
## 0.3.1
610

711
### Fixed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"psr/http-server-handler": "^1.0",
1818
"riverline/multipart-parser": "^2.0.9",
1919
"runtime/bref-layer": "^1.3",
20-
"symfony/runtime": "^5.4 || ^6.0"
20+
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
2121
},
2222
"require-dev": {
2323
"bref/bref": "^1.3",
2424
"guzzlehttp/test-server": "^0.1",
2525
"phpunit/phpunit": "^9.5",
26-
"symfony/http-foundation": "^5.4 || ^6.0",
27-
"symfony/http-kernel": "^5.4 || ^6.0"
26+
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
27+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
2828
},
2929
"minimum-stability": "dev",
3030
"prefer-stable": true,

0 commit comments

Comments
 (0)