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

package info (click to toggle)
symfony 7.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 129,560 kB
  • sloc: php: 1,503,693; xml: 6,816; javascript: 1,043; sh: 586; makefile: 241; pascal: 70
file content (23 lines) | stat: -rw-r--r-- 734 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
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 fa9c2cb..5514f2e 100644
--- a/src/Symfony/Component/Runtime/composer.json
+++ b/src/Symfony/Component/Runtime/composer.json
@@ -16,8 +16,7 @@
         }
     ],
     "require": {
-        "php": ">=8.2",
-        "composer-plugin-api": "^1.0|^2.0"
+        "php": ">=8.2"
     },
     "require-dev": {
         "composer/composer": "^2.6",