File: 0002-Remove-Composer-runtime-dependency.patch

package info (click to toggle)
php-laravel-framework 11.44.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 22,184 kB
  • sloc: php: 265,914; sh: 167; javascript: 51; makefile: 46
file content (23 lines) | stat: -rw-r--r-- 656 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: Robin Gustafsson <robin@rgson.se>
Date: Mon, 3 Mar 2025 22:57:26 +0100
Subject: Remove Composer runtime dependency

Irrelevant when installed from a Debian package.

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

diff --git a/composer.json b/composer.json
index 00fa38a..e8e1d08 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,6 @@
         "ext-openssl": "*",
         "ext-session": "*",
         "ext-tokenizer": "*",
-        "composer-runtime-api": "^2.2",
         "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
         "doctrine/inflector": "^2.0.5",
         "dragonmantank/cron-expression": "^3.4",