Skip to content

Commit 6e0733f

Browse files
committed
Normalize composer.json
1 parent 20c72b7 commit 6e0733f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
}
2121
],
2222
"homepage": "https://github.com/craue/CraueFormFlowBundle",
23-
"repositories": [
24-
{
25-
"type": "vcs",
26-
"url": "https://github.com/relthyg/CraueTranslationsTests"
27-
}
28-
],
2923
"require": {
3024
"php": "^7.4 || ^8.1",
3125
"symfony/config": "^6.4 || ^7.2 || ^8.0",
@@ -63,6 +57,12 @@
6357
"conflict": {
6458
"doctrine/dbal": "<2.10"
6559
},
60+
"repositories": [
61+
{
62+
"type": "vcs",
63+
"url": "https://github.com/relthyg/CraueTranslationsTests"
64+
}
65+
],
6666
"minimum-stability": "stable",
6767
"autoload": {
6868
"psr-4": {

0 commit comments

Comments
 (0)