Skip to content

Commit be1fc0c

Browse files
committed
feat: fix compat with composer 2.0 (hopefully)
1 parent f40a4c2 commit be1fc0c

4 files changed

Lines changed: 73 additions & 114 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "elegantthemes/github-archive-installer",
33
"description": "A custom Composer installer that will install a dependency from a GitHub release archive .zip file when installing from distribution.",
44
"type": "composer-plugin",
5-
"version": "2.0",
5+
"version": "2.1",
66
"license": "GPL-2.0-or-later",
77
"authors": [
88
{
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"composer-plugin-api": "^1.1 || ^2.0"
18+
"composer-plugin-api": "2.1.0"
1919
},
2020
"require-dev": {
2121
"composer/composer": "^2.0"

composer.lock

Lines changed: 51 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)