File: 0001-Treat-replaced-internal-packages-as-dependencies.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 (24 lines) | stat: -rw-r--r-- 750 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
From: Robin Gustafsson <robin@rgson.se>
Date: Mon, 3 Mar 2025 22:56:57 +0100
Subject: Treat replaced internal packages as dependencies

Forwarded: not-needed
---
 composer.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index cf2c258..00fa38a 100644
--- a/composer.json
+++ b/composer.json
@@ -58,9 +58,7 @@
         "symfony/var-dumper": "^7.0.3",
         "tijsverkoyen/css-to-inline-styles": "^2.2.5",
         "vlucas/phpdotenv": "^5.6.1",
-        "voku/portable-ascii": "^2.0.2"
-    },
-    "replace": {
+        "voku/portable-ascii": "^2.0.2",
         "illuminate/auth": "self.version",
         "illuminate/broadcasting": "self.version",
         "illuminate/bus": "self.version",