From 18961efbf3c38eabf4b9799d6b5743de31122044 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 30 Nov 2021 20:34:11 -0600 Subject: [PATCH] fix: extra.class value must include namespace --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7b3afab..357e556 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "elegantthemes/github-archive-installer", "description": "A custom Composer installer that will install a dependency from a GitHub release archive .zip file when installing from distribution.", "type": "composer-plugin", - "version": "2.1.1", + "version": "2.1.2", "license": "GPL-2.0-or-later", "authors": [ { @@ -26,7 +26,7 @@ } }, "extra": { - "class": "GitHubArchiveInstaller", + "class": "ET\\Composer\\GitHubArchiveInstaller", "plugin-modifies-downloads": true } }