Skip to content

Commit a9504c5

Browse files
committed
Allow Symfony 6
1 parent 0c3dade commit a9504c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"require-dev": {
2626
"egulias/email-validator": "^2.1.10|^3.1",
2727
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
28-
"symfony/dependency-injection": "^4.4|^5.0",
29-
"symfony/property-access": "^4.4|^5.1",
30-
"symfony/property-info": "^4.4|^5.1",
31-
"symfony/serializer": "^5.2"
28+
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
29+
"symfony/property-access": "^4.4|^5.1|^6.0",
30+
"symfony/property-info": "^4.4|^5.1|^6.0",
31+
"symfony/serializer": "^5.2|^6.0"
3232
},
3333
"conflict": {
3434
"egulias/email-validator": "~3.0.0",

0 commit comments

Comments
 (0)