File: Drop-composer-runtime-api-that-confuses-phpabtpl.patch

package info (click to toggle)
symfony 7.4.0~rc1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 133,196 kB
  • sloc: php: 1,543,449; xml: 7,134; javascript: 979; sh: 584; makefile: 250; pascal: 70
file content (86 lines) | stat: -rw-r--r-- 3,351 bytes parent folder | download
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
86
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

Forwarded: no
---
 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 d960f31..904a03a 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 07d7604..fa93f3e 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|^8.0",
         "symfony/dependency-injection": "^6.4|^7.0|^8.0",
         "symfony/http-kernel": "^6.4|^7.0|^8.0",
diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json
index ef78a54..d611064 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.12|^7.0|^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 0694382..eacd1f7 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|^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 88bfd56..f7ea211 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.4|^8.0",
         "symfony/dependency-injection": "^6.4|^7.0|^8.0",
         "symfony/twig-bridge": "^7.3|^8.0",
diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json
index 03dd9f0..b45e150 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|^8.0",
         "symfony/deprecation-contracts": "^2.5|^3",
         "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0",