We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
composer.json
1 parent 20c72b7 commit 6e0733fCopy full SHA for 6e0733f
1 file changed
composer.json
@@ -20,12 +20,6 @@
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",
@@ -63,6 +57,12 @@
63
57
"conflict": {
64
58
"doctrine/dbal": "<2.10"
65
59
},
60
+ "repositories": [
61
+ {
62
+ "type": "vcs",
+ "url": "https://github.com/relthyg/CraueTranslationsTests"
+ }
+ ],
66
"minimum-stability": "stable",
67
"autoload": {
68
"psr-4": {
0 commit comments