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 09e79ce commit 122dc81Copy full SHA for 122dc81
composer.json
@@ -3,7 +3,7 @@
3
"description": "This bundle provides an easy way to automatically map the incoming request data to a DTO and optionally validate it.",
4
"type": "symfony-bundle",
5
"require": {
6
- "php": "^7.4",
+ "php": "^7.4 || ^8.0",
7
"symfony/validator": "^4.4 || ^5.0",
8
"symfony/serializer": "^4.4 || ^5.0",
9
"symfony/http-kernel": "^4.4 || ^5.0",
0 commit comments