From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Mon, 22 May 2023 18:35:22 +0200
Subject: Drop composer-runtime-api that confuses phpabtpl

---
 composer.json                                    | 1 -
 src/Symfony/Bundle/FrameworkBundle/composer.json | 1 -
 src/Symfony/Bundle/SecurityBundle/composer.json  | 1 -
 src/Symfony/Bundle/TwigBundle/composer.json      | 1 -
 4 files changed, 4 deletions(-)

diff --git a/composer.json b/composer.json
index cdae473..6f6fcf0 100644
--- a/composer.json
+++ b/composer.json
@@ -34,7 +34,6 @@
     },
     "require": {
         "php": ">=8.1",
-        "composer-runtime-api": ">=2.1",
         "composer/semver": "^3.0",
         "ext-xml": "*",
         "friendsofphp/proxy-manager-lts": "^1.0.2",
diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json
index 0a2e8c0..f119389 100644
--- a/src/Symfony/Bundle/FrameworkBundle/composer.json
+++ b/src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -17,7 +17,6 @@
     ],
     "require": {
         "php": ">=8.1",
-        "composer-runtime-api": ">=2.1",
         "ext-xml": "*",
         "symfony/cache": "^5.4|^6.0|^7.0",
         "symfony/config": "^6.1|^7.0",
diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json
index 95d2ce9..a8414a7 100644
--- a/src/Symfony/Bundle/SecurityBundle/composer.json
+++ b/src/Symfony/Bundle/SecurityBundle/composer.json
@@ -17,7 +17,6 @@
     ],
     "require": {
         "php": ">=8.1",
-        "composer-runtime-api": ">=2.1",
         "ext-xml": "*",
         "symfony/clock": "^6.3|^7.0",
         "symfony/config": "^6.1|^7.0",
diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json
index 9094536..2c1eabf 100644
--- a/src/Symfony/Bundle/TwigBundle/composer.json
+++ b/src/Symfony/Bundle/TwigBundle/composer.json
@@ -17,7 +17,6 @@
     ],
     "require": {
         "php": ">=8.1",
-        "composer-runtime-api": ">=2.1",
         "symfony/config": "^6.1|^7.0",
         "symfony/dependency-injection": "^6.1|^7.0",
         "symfony/twig-bridge": "^6.4",
