From 123373ca827492b62e6dfc09c491f7e19ef78b95 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Wed, 23 Oct 2024 13:57:54 +0200 Subject: [PATCH] Switch to custom JUSH library --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 764580e1..10d56f0b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "php": "5.6 - 8.3", "ext-pdo": "*", "ext-json": "*", - "vrana/jush": "@dev", + "vrana/jush": "2.0.*", "vrana/jsshrink": "@dev" }, "suggest": { @@ -57,7 +57,7 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/vrana/jush.git" + "url": "https://github.com/pematon/jush.git" }, { "type": "vcs",