Skip to content

Commit e75b61f

Browse files
committed
Use dev-Version of craue/translation-tests for symfony 8 compatibility
1 parent c3e38e2 commit e75b61f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
}
2121
],
2222
"homepage": "https://github.com/craue/CraueFormFlowBundle",
23+
"repositories": [
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/relthyg/CraueTranslationsTests"
27+
}
28+
],
2329
"require": {
2430
"php": "^7.4 || ^8.1",
2531
"symfony/config": "^6.4 || ^7.2 || ^8.0",
@@ -35,7 +41,7 @@
3541
"symfony/yaml": "^6.4 || ^7.2 || ^8.0"
3642
},
3743
"require-dev": {
38-
"craue/translations-tests": "^1.1",
44+
"craue/translations-tests": "dev-symfony8",
3945
"doctrine/collections": "^1.8 || ^2.1",
4046
"doctrine/common": "^2.9 || ^3.0",
4147
"doctrine/dbal": "^2.10 || ^3.0",

0 commit comments

Comments
 (0)