summaryrefslogtreecommitdiffstatshomepage
path: root/composer.json
diff options
context:
space:
mode:
authorTimothy Jacobs <timothyblynjacobs@git.wordpress.org>2020-10-25 01:12:13 +0000
committerTimothy Jacobs <timothyblynjacobs@git.wordpress.org>2020-10-25 01:12:13 +0000
commit9eed4bc352c944ce75c3ff1615bc63b7162af88b (patch)
tree30991e45b74bbbb1c9670fd5862e8db42186a5ba /composer.json
parent111ebad65e27eade15b1372bce0e745b42d2d50a (diff)
downloadwordpress-9eed4bc352c944ce75c3ff1615bc63b7162af88b.tar.gz
wordpress-9eed4bc352c944ce75c3ff1615bc63b7162af88b.zip
Build Tools: Fix running installing composer dependencies using composer 2.0.
This updates the `dealerdirect/phpcodesniffer-composer-installer` package to allow installing version `0.7.0` which supports composer 2.0. Props itowhid06, jrf. Fixes #51624. git-svn-id: https://develop.svn.wordpress.org/trunk@49306 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 41368ef25e..4997175bfe 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
"php": ">=5.6"
},
"require-dev": {
- "dealerdirect/phpcodesniffer-composer-installer": "~0.6.0",
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
"wp-coding-standards/wpcs": "~2.3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
"phpunit/phpunit": "^7.5"