From fba2a70be49abbc2133919cf61c9697ecd6480ed Mon Sep 17 00:00:00 2001 From: Byron Duvall Date: Thu, 23 Dec 2021 10:41:50 -0500 Subject: [PATCH] use URL for Phing patch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7de3324f..c3aa7bfe 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "extra": { "patches": { "phing/phing": { - "Support relative symliks in Phing": "patches/phing-relative-symlinks.patch" + "Support relative symliks in Phing": "https://raw.githubusercontent.com/palantirnet/the-build/7cdc28b6019fb88a0604261366f9ea35f1e21d96/patches/phing-relative-symlinks.patch" } } }