File: 0005-Drop-composer-runtime-api.patch

package info (click to toggle)
doctrine 3.5.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: php: 109,829; xml: 1,340; makefile: 35
file content (23 lines) | stat: -rw-r--r-- 622 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: Wed, 12 Jan 2022 09:49:34 -0400
Subject: Drop composer-runtime-api

Otherwise dh_phpcomposer gets confused.

Forwarded: not-needed
---
 composer.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/composer.json b/composer.json
index 69d9a86..b6ed90a 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,6 @@
     "require": {
         "php": "^8.1",
         "ext-ctype": "*",
-        "composer-runtime-api": "^2",
         "doctrine/collections": "^2.2",
         "doctrine/dbal": "^3.8.2 || ^4",
         "doctrine/deprecations": "^0.5.3 || ^1",