Skip to content
Snippets Groups Projects
Commit ee8844e4 authored by Adam G-H's avatar Adam G-H
Browse files

Use Composer 2.3 for now, which does not require the polyfill

parent 6fa2e112
No related branches found
No related tags found
1 merge request!733Issue #3344562: HEAD is broken due to dependency error with Composer 2.5.4
...@@ -14,11 +14,10 @@ ...@@ -14,11 +14,10 @@
"ext-json": "*", "ext-json": "*",
"drupal/core": "^9.7 || ^10", "drupal/core": "^9.7 || ^10",
"php-tuf/composer-stager": "^1.2", "php-tuf/composer-stager": "^1.2",
"composer/composer": "^2.2.12 || ^2.3.5", "composer/composer": "^2.2.12 || ~2.3.5",
"composer-runtime-api": "^2.1", "composer-runtime-api": "^2.1",
"symfony/config": "^4.4 || ^6.1", "symfony/config": "^4.4 || ^6.1",
"symfony/finder": "^4.4 || ^6.1", "symfony/finder": "^4.4 || ^6.1"
"symfony/polyfill-php81": "*"
}, },
"scripts": { "scripts": {
"phpcbf": "scripts/phpcbf.sh", "phpcbf": "scripts/phpcbf.sh",
......
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