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",
|