Skip to content
Snippets Groups Projects
Commit 9d3be4ab authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Prefer git for dbp packages

parent 93024027
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,10 @@
}
],
"config": {
"preferred-install": {
"dbp/*": "source",
"*": "dist"
},
"sort-packages": true,
"platform": {
"php": "7.3"
......
......@@ -175,6 +175,9 @@
"psr/container": {
"version": "1.0.0"
},
"psr/event-dispatcher": {
"version": "1.0.0"
},
"psr/http-client": {
"version": "1.0.1"
},
......@@ -259,6 +262,9 @@
"symfony/dependency-injection": {
"version": "v4.4.16"
},
"symfony/deprecation-contracts": {
"version": "v2.4.0"
},
"symfony/doctrine-bridge": {
"version": "v4.4.16"
},
......@@ -372,6 +378,9 @@
"tests/bootstrap.php"
]
},
"symfony/polyfill-intl-grapheme": {
"version": "v1.23.0"
},
"symfony/polyfill-intl-idn": {
"version": "v1.20.0"
},
......@@ -390,6 +399,9 @@
"symfony/polyfill-php80": {
"version": "v1.20.0"
},
"symfony/polyfill-php81": {
"version": "v1.23.0"
},
"symfony/process": {
"version": "v4.4.16"
},
......@@ -449,6 +461,9 @@
"symfony/stopwatch": {
"version": "v4.4.16"
},
"symfony/string": {
"version": "v5.3.2"
},
"symfony/translation-contracts": {
"version": "v2.3.0"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment