Skip to content

Commit

Permalink
feat: fix compat with composer 2.0 (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Nov 30, 2021
1 parent f40a4c2 commit be1fc0c
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 114 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.0",
"version": "2.1",
"license": "GPL-2.0-or-later",
"authors": [
{
Expand All @@ -15,7 +15,7 @@
}
],
"require": {
"composer-plugin-api": "^1.1 || ^2.0"
"composer-plugin-api": "2.1.0"
},
"require-dev": {
"composer/composer": "^2.0"
Expand Down
96 changes: 51 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions readme.md

This file was deleted.

Loading

0 comments on commit be1fc0c

Please sign in to comment.