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 affc22b..c999c94 100644
--- a/composer.json
+++ b/composer.json
@@ -34,7 +34,6 @@
},
"require": {
"php": ">=8.4",
- "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 2b06b81..68c26a3 100644
--- a/src/Symfony/Bundle/DebugBundle/composer.json
+++ b/src/Symfony/Bundle/DebugBundle/composer.json
@@ -18,7 +18,6 @@
"require": {
"php": ">=8.4",
"ext-xml": "*",
- "composer-runtime-api": ">=2.1",
"symfony/config": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json
index b70fcd2..b9bef14 100644
--- a/src/Symfony/Bundle/FrameworkBundle/composer.json
+++ b/src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.4",
- "composer-runtime-api": ">=2.1",
"ext-xml": "*",
"symfony/cache": "^7.4|^8.0",
"symfony/config": "^7.4|^8.0",
diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json
index f1780e2..d7d47a4 100644
--- a/src/Symfony/Bundle/SecurityBundle/composer.json
+++ b/src/Symfony/Bundle/SecurityBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.4",
- "composer-runtime-api": ">=2.1",
"ext-xml": "*",
"symfony/clock": "^7.4|^8.0",
"symfony/config": "^7.4|^8.0",
diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json
index 99c095d..8da1f42 100644
--- a/src/Symfony/Bundle/TwigBundle/composer.json
+++ b/src/Symfony/Bundle/TwigBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.4",
- "composer-runtime-api": ">=2.1",
"symfony/config": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/twig-bridge": "^7.4|^8.0",
diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json
index 5443e87..6b69e86 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/composer.json
+++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json
@@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.4",
- "composer-runtime-api": ">=2.1",
"symfony/config": "^7.4|^8.0",
"symfony/framework-bundle": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
|