Skip to content

Commit

Permalink
Merge pull request #50 from nlemoine/main
Browse files Browse the repository at this point in the history
Add support for composer/installers 2.0
  • Loading branch information
tomjn authored Nov 28, 2022
2 parents 5e35af9 + f7807ab commit e0aaf98
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 25 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"composer/installers": "~1.0"
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
"humanmade/coding-standards": "^1.1.0",
Expand Down
66 changes: 42 additions & 24 deletions composer.lock

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

0 comments on commit e0aaf98

Please sign in to comment.