Skip to content

Commit f25feb3

Browse files
committed
Use dev-Version of craue/translations-tests
1 parent 54ec033 commit f25feb3

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
@@ -35,7 +35,7 @@
3535
"symfony/yaml": "^6.4 || ^7.2 || ^8.0"
3636
},
3737
"require-dev": {
38-
"craue/translations-tests": "^1.1",
38+
"craue/translations-tests": "dev-symfony8 as 1.2",
3939
"doctrine/collections": "^1.8 || ^2.1",
4040
"doctrine/common": "^2.9 || ^3.0",
4141
"doctrine/dbal": "^3.1 || ^4.4",
@@ -57,6 +57,12 @@
5757
"conflict": {
5858
"doctrine/dbal": "<2.10"
5959
},
60+
"repositories": [
61+
{
62+
"type": "vcs",
63+
"url": "https://github.com/relthyg/CraueTranslationsTests"
64+
}
65+
],
6066
"minimum-stability": "stable",
6167
"autoload": {
6268
"psr-4": {

0 commit comments

Comments
 (0)