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

Issue #3275256 by phenaproxima: Raise the minimum required version of Composer to 2.3.5

parent d7246753
No related branches found
No related tags found
1 merge request!270Issue #3275256: Raise the minimum required version of Composer to 2.3.5
...@@ -14,17 +14,11 @@ ...@@ -14,17 +14,11 @@
"ext-json": "*", "ext-json": "*",
"drupal/core": "^9.2", "drupal/core": "^9.2",
"php-tuf/composer-stager": "0.3.0", "php-tuf/composer-stager": "0.3.0",
"composer/composer": "^2" "composer/composer": "^2.2.12 || ^2.3.5"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.3.0" "php": "7.3.0"
} }
}, }
"repositories": [
{
"type": "vcs",
"url": "https://github.com/php-tuf/composer-stager"
}
]
} }
...@@ -43,7 +43,7 @@ build: ...@@ -43,7 +43,7 @@ build:
# to work correctly, and disabling it is a known workaround. # to work correctly, and disabling it is a known workaround.
# @see pcre.ini # @see pcre.ini
- sudo cp modules/contrib/automatic_updates/pcre.ini /usr/local/etc/php/conf.d - sudo cp modules/contrib/automatic_updates/pcre.ini /usr/local/etc/php/conf.d
- composer self-update 2.2.4 - composer self-update 2.3.5
halt-on-fail: true halt-on-fail: true
# run_tests task is executed several times in order of performance speeds. # run_tests task is executed several times in order of performance speeds.
# halt-on-fail can be set on the run_tests tasks in order to fail fast. # halt-on-fail can be set on the run_tests tasks in order to fail fast.
......
...@@ -25,7 +25,7 @@ class ComposerExecutableValidator implements PreOperationStageValidatorInterface ...@@ -25,7 +25,7 @@ class ComposerExecutableValidator implements PreOperationStageValidatorInterface
* *
* @var string * @var string
*/ */
public const MINIMUM_COMPOSER_VERSION = '2.2.4'; public const MINIMUM_COMPOSER_VERSION = '2.3.5';
/** /**
* The Composer runner. * The Composer runner.
......
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