composer.json - Declare requirement for `composer-runtime-api`
authorTim Otten <totten@civicrm.org>
Tue, 9 Aug 2022 22:35:50 +0000 (15:35 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 9 Aug 2022 22:35:50 +0000 (15:35 -0700)
This requirement was introduced to 5.53.alpha via 9584d5d567eee10cacef55bad2cdff28c8013f8c.
It should be declared so that incompatible environments raise a sensible error.

composer.json
composer.lock

index fe9964f0f09b34ece5b84eb927ccbaea9fbae0ef..7333a1f7c84c1b90b444cfde19876d52990ae5d5 100644 (file)
@@ -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",
index caa07ec18416012ba1268b2828476fa93f4b1879..d36599a38282adf0a02430f3789562efb352661c 100644 (file)
@@ -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",
     "prefer-lowest": false,
     "platform": {
         "php": "~7.2.5 || ~7.3 || ~8",
+        "composer-runtime-api": "~2.0",
         "ext-intl": "*",
         "ext-json": "*"
     },