1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
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",
|