Skip to content

Commit 122dc81

Browse files
authored
Added php 8.0 in composer.json
1 parent 09e79ce commit 122dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "This bundle provides an easy way to automatically map the incoming request data to a DTO and optionally validate it.",
44
"type": "symfony-bundle",
55
"require": {
6-
"php": "^7.4",
6+
"php": "^7.4 || ^8.0",
77
"symfony/validator": "^4.4 || ^5.0",
88
"symfony/serializer": "^4.4 || ^5.0",
99
"symfony/http-kernel": "^4.4 || ^5.0",

0 commit comments

Comments
 (0)