Skip to content

Commit

Permalink
allow composer/installers v2
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Feb 21, 2024
1 parent 2b6c8b5 commit 32c5658
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 41 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"type": "wordpress-plugin",
"require": {
"composer/installers": "~1.0"
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
"wp-coding-standards/wpcs": "^2.2"
Expand All @@ -39,5 +39,10 @@
"tests",
"composer.lock"
]
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
139 changes: 99 additions & 40 deletions composer.lock

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

0 comments on commit 32c5658

Please sign in to comment.