Skip to content

Commit

Permalink
fix: extra.class value must include namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Dec 1, 2021
1 parent 676350d commit 18961ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -26,7 +26,7 @@
}
},
"extra": {
"class": "GitHubArchiveInstaller",
"class": "ET\\Composer\\GitHubArchiveInstaller",
"plugin-modifies-downloads": true
}
}

0 comments on commit 18961ef

Please sign in to comment.