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

composer: make sure doctrine/dbal doesn't get downgraded

the last update upgraded some doctrine dependencies and downgraded
doctrine/dbal. We'd prefer it the other way around.
parent 8596b757
No related merge requests found
Pipeline #229832 failed
......@@ -17,7 +17,8 @@
"web-token/jwt-core": "^2.1",
"web-token/jwt-key-mgmt": "^2.1",
"web-token/jwt-signature": "^2.1",
"web-token/jwt-signature-algorithm-hmac": "^2.1"
"web-token/jwt-signature-algorithm-hmac": "^2.1",
"doctrine/dbal": "^3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
......@@ -30,7 +31,8 @@
"symfony/monolog-bundle": "^3.8",
"symfony/phpunit-bridge": "^5.4.17",
"vimeo/psalm": "^4.30.0",
"ext-curl": "*"
"ext-curl": "*",
"dbp/relay-blob-connector-filesystem-bundle": "dev-main"
},
"autoload": {
"psr-4": {
......
This diff is collapsed.
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