Skip to content

Commit 19ff3b0

Browse files
committed
[fix][vendor] Contracts only available since Symfony 4.2 (use of 'Symfony\Contracts\Translation\TranslatorInterface')
1 parent 0b4e84c commit 19ff3b0

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
@@ -19,7 +19,7 @@
1919
"require" : {
2020
"php" : ">=7.2",
2121
"thecodingmachine/graphqlite" : "^4.1",
22-
"symfony/validator": "^4 | ^5",
22+
"symfony/validator": "^4.2 | ^5",
2323
"doctrine/annotations": "^1.6"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)