From 27ae5e7895530b31feda3e4d0807a2a17e4eafd9 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Sun, 2 Feb 2025 00:52:07 +0100 Subject: [PATCH] Switch JsShrink library to a custom fork (issue #17) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 64af55dd..180021ce 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ }, { "type": "vcs", - "url": "https://github.com/vrana/jsshrink.git" + "url": "https://github.com/peterpp/js-shrink.git" } ] }