fix: backward compatible for composer 1
parent
22763f38
No related branches found
No related tags found
Pipeline
#2740
passed
with stages
in
1 minute and 4 seconds
Stage: prepare-vendor
Stage: prepare-node
Stage: tools
Stage: tests
Stage: deploy
... | ... | @@ -5,7 +5,6 @@ |
"keywords": ["wordpress", "code sniffer", "admin"], | ||
"homepage": "https://gitlab.com/wpdesk/wp-code-sniffer", | ||
"type": "phpcodesniffer-standard", | ||
"minimum-stability": "beta", | ||
"prefer-stable": true, | ||
"authors": [ | ||
{ | ||
... | ... | @@ -14,7 +13,7 @@ |
} | ||
], | ||
"require": { | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7", | ||
"dealerdirect/phpcodesniffer-composer-installer": "0.6|^0.7", | ||
"phpcompatibility/php-compatibility": "^9.3", | ||
"squizlabs/php_codesniffer": "^3.5", | ||
"wp-coding-standards/wpcs": "^2.2" | ||
... | ... |
Please register or sign in to comment