We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
craue/translation-tests
1 parent c3e38e2 commit e75b61fCopy full SHA for e75b61f
1 file changed
composer.json
@@ -20,6 +20,12 @@
20
}
21
],
22
"homepage": "https://github.com/craue/CraueFormFlowBundle",
23
+ "repositories": [
24
+ {
25
+ "type": "vcs",
26
+ "url": "https://github.com/relthyg/CraueTranslationsTests"
27
+ }
28
+ ],
29
"require": {
30
"php": "^7.4 || ^8.1",
31
"symfony/config": "^6.4 || ^7.2 || ^8.0",
@@ -35,7 +41,7 @@
35
41
"symfony/yaml": "^6.4 || ^7.2 || ^8.0"
36
42
},
37
43
"require-dev": {
38
- "craue/translations-tests": "^1.1",
44
+ "craue/translations-tests": "dev-symfony8",
39
45
"doctrine/collections": "^1.8 || ^2.1",
40
46
"doctrine/common": "^2.9 || ^3.0",
47
"doctrine/dbal": "^2.10 || ^3.0",
0 commit comments