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 @@ ...@@ -24,6 +24,10 @@
} }
], ],
"config": { "config": {
"preferred-install": {
"dbp/*": "source",
"*": "dist"
},
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "7.3" "php": "7.3"
......
...@@ -175,6 +175,9 @@ ...@@ -175,6 +175,9 @@
"psr/container": { "psr/container": {
"version": "1.0.0" "version": "1.0.0"
}, },
"psr/event-dispatcher": {
"version": "1.0.0"
},
"psr/http-client": { "psr/http-client": {
"version": "1.0.1" "version": "1.0.1"
}, },
...@@ -259,6 +262,9 @@ ...@@ -259,6 +262,9 @@
"symfony/dependency-injection": { "symfony/dependency-injection": {
"version": "v4.4.16" "version": "v4.4.16"
}, },
"symfony/deprecation-contracts": {
"version": "v2.4.0"
},
"symfony/doctrine-bridge": { "symfony/doctrine-bridge": {
"version": "v4.4.16" "version": "v4.4.16"
}, },
...@@ -372,6 +378,9 @@ ...@@ -372,6 +378,9 @@
"tests/bootstrap.php" "tests/bootstrap.php"
] ]
}, },
"symfony/polyfill-intl-grapheme": {
"version": "v1.23.0"
},
"symfony/polyfill-intl-idn": { "symfony/polyfill-intl-idn": {
"version": "v1.20.0" "version": "v1.20.0"
}, },
...@@ -390,6 +399,9 @@ ...@@ -390,6 +399,9 @@
"symfony/polyfill-php80": { "symfony/polyfill-php80": {
"version": "v1.20.0" "version": "v1.20.0"
}, },
"symfony/polyfill-php81": {
"version": "v1.23.0"
},
"symfony/process": { "symfony/process": {
"version": "v4.4.16" "version": "v4.4.16"
}, },
...@@ -449,6 +461,9 @@ ...@@ -449,6 +461,9 @@
"symfony/stopwatch": { "symfony/stopwatch": {
"version": "v4.4.16" "version": "v4.4.16"
}, },
"symfony/string": {
"version": "v5.3.2"
},
"symfony/translation-contracts": { "symfony/translation-contracts": {
"version": "v2.3.0" "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