From 4dfc8caa77e6ef37374987e93a8ce856f0336cca Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 9 Aug 2022 15:35:50 -0700 Subject: [PATCH] composer.json - Declare requirement for `composer-runtime-api` This requirement was introduced to 5.53.alpha via 9584d5d567eee10cacef55bad2cdff28c8013f8c. It should be declared so that incompatible environments raise a sensible error. --- composer.json | 1 + composer.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe9964f0f0..7333a1f7c8 100644 --- a/composer.json +++ b/composer.json @@ -51,6 +51,7 @@ }, "require": { "php": "~7.2.5 || ~7.3 || ~8", + "composer-runtime-api": "~2.0", "cache/integration-tests": "~0.17.0", "dompdf/dompdf" : "~2", "firebase/php-jwt": ">=3 <6", diff --git a/composer.lock b/composer.lock index caa07ec184..d36599a382 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "597a6f0ac1c692fa35162842ebdf6112", + "content-hash": "1e50023d9d896bfc1a6782c9685052c5", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -5717,6 +5717,7 @@ "prefer-lowest": false, "platform": { "php": "~7.2.5 || ~7.3 || ~8", + "composer-runtime-api": "~2.0", "ext-intl": "*", "ext-json": "*" }, -- 2.25.1