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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
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/DebugBundle/composer.json | 1 -
src/Symfony/Bundle/FrameworkBundle/composer.json | 1 -
src/Symfony/Bundle/SecurityBundle/composer.json | 1 -
src/Symfony/Bundle/TwigBundle/composer.json | 1 -
src/Symfony/Bundle/WebProfilerBundle/composer.json | 1 -
6 files changed, 6 deletions(-)
diff --git a/composer.json b/composer.json
index 9aeedff..45a5408 100644
--- a/composer.json
+++ b/composer.json
@@ -34,7 +34,6 @@
},
"require": {
"php": ">=8.2",
- "composer-runtime-api": ">=2.1",
"composer/semver": "^3.0",
"ext-xml": "*",
"doctrine/event-manager": "^2",
diff --git a/src/Symfony/Bundle/DebugBundle/composer.json b/src/Symfony/Bundle/DebugBundle/composer.json
index 31b4800..4ea3b5e 100644
--- a/src/Symfony/Bundle/DebugBundle/composer.json
+++ b/src/Symfony/Bundle/DebugBundle/composer.json
@@ -18,7 +18,6 @@
"require": {
"php": ">=8.2",
"ext-xml": "*",
- "composer-runtime-api": ">=2.1",
"symfony/config": "^7.3",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json
index 711f72b..cacd5ef 100644
--- a/src/Symfony/Bundle/FrameworkBundle/composer.json
+++ b/src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.2",
- "composer-runtime-api": ">=2.1",
"ext-xml": "*",
"symfony/cache": "^6.4|^7.0",
"symfony/config": "^7.3",
diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json
index 7459b01..9cc6c26 100644
--- a/src/Symfony/Bundle/SecurityBundle/composer.json
+++ b/src/Symfony/Bundle/SecurityBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.2",
- "composer-runtime-api": ">=2.1",
"ext-xml": "*",
"symfony/clock": "^6.4|^7.0",
"symfony/config": "^7.3",
diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json
index 221a7f4..fb01d69 100644
--- a/src/Symfony/Bundle/TwigBundle/composer.json
+++ b/src/Symfony/Bundle/TwigBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.2",
- "composer-runtime-api": ">=2.1",
"symfony/config": "^7.3",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/twig-bridge": "^7.3",
diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json
index 00269dd..7c46c47 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/composer.json
+++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.2",
- "composer-runtime-api": ">=2.1",
"symfony/config": "^7.3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/framework-bundle": "^6.4|^7.0",
|