Skip to content

Commit 32c5658

Browse files
committed
allow composer/installers v2
1 parent 2b6c8b5 commit 32c5658

File tree

2 files changed

+105
-41
lines changed

2 files changed

+105
-41
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"type": "wordpress-plugin",
2121
"require": {
22-
"composer/installers": "~1.0"
22+
"composer/installers": "^1.0 || ^2.0"
2323
},
2424
"require-dev": {
2525
"wp-coding-standards/wpcs": "^2.2"
@@ -39,5 +39,10 @@
3939
"tests",
4040
"composer.lock"
4141
]
42+
},
43+
"config": {
44+
"allow-plugins": {
45+
"composer/installers": true
46+
}
4247
}
4348
}

composer.lock

+99-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)