From 00e0c63597535f3097c24433fc80f212260cfb8e Mon Sep 17 00:00:00 2001 From: Mohammad Tomaraei Date: Wed, 1 Dec 2021 17:40:41 +0100 Subject: [PATCH] switched file-copier to our fork with Composer 2 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 63e4cf1..700f4f3 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ "require": { "rbdwllr/reallysimplejwt": "2.0.2", "voku/urlify": "5.0.2", - "sasedev/composer-plugin-filecopier": "^1.1" + "butopea/composer-plugin-filecopier": "^1.1" } }