From a844e40a3f84f120866198401f9b3640575f7c06 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 15 Mar 2024 21:13:28 +0700 Subject: [PATCH] [Composer] Fix double / on illuminate-container-container-php.patch url on extra:patches config (#5725) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eb771c9fde2..fbf35bb1476 100644 --- a/composer.json +++ b/composer.json @@ -125,7 +125,7 @@ "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/symfony-console-helper-helper-php.patch" ], "illuminate/container": [ - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches//illuminate-container-container-php.patch" + "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/illuminate-container-container-php.patch" ], "nikic/php-parser": [ "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-expr-closure-php.patch",