File: Drop-composer-plugin-api-that-confuses-pkg-php-tools.patch

package info (click to toggle)
symfony 6.4.24%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 122,248 kB
  • sloc: php: 1,440,364; xml: 6,601; sh: 605; javascript: 597; makefile: 188; pascal: 71
file content (23 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Tue, 27 Apr 2021 10:22:14 -0400
Subject: Drop composer-plugin-api that confuses pkg-php-tools

Forwarded: not-needed
---
 src/Symfony/Component/Runtime/composer.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Symfony/Component/Runtime/composer.json b/src/Symfony/Component/Runtime/composer.json
index 4241bae..093dcd1 100644
--- a/src/Symfony/Component/Runtime/composer.json
+++ b/src/Symfony/Component/Runtime/composer.json
@@ -16,8 +16,7 @@
         }
     ],
     "require": {
-        "php": ">=8.1",
-        "composer-plugin-api": "^1.0|^2.0"
+        "php": ">=8.1"
     },
     "require-dev": {
         "composer/composer": "^1.0.2|^2.0",