We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
craue/translations-tests
1 parent 54ec033 commit f25feb3Copy full SHA for f25feb3
1 file changed
composer.json
@@ -35,7 +35,7 @@
35
"symfony/yaml": "^6.4 || ^7.2 || ^8.0"
36
},
37
"require-dev": {
38
- "craue/translations-tests": "^1.1",
+ "craue/translations-tests": "dev-symfony8 as 1.2",
39
"doctrine/collections": "^1.8 || ^2.1",
40
"doctrine/common": "^2.9 || ^3.0",
41
"doctrine/dbal": "^3.1 || ^4.4",
@@ -57,6 +57,12 @@
57
"conflict": {
58
"doctrine/dbal": "<2.10"
59
60
+ "repositories": [
61
+ {
62
+ "type": "vcs",
63
+ "url": "https://github.com/relthyg/CraueTranslationsTests"
64
+ }
65
+ ],
66
"minimum-stability": "stable",
67
"autoload": {
68
"psr-4": {
0 commit comments