Updated Composer to v2

This commit is contained in:
Christopher Allford 2022-03-18 09:56:28 -07:00
parent efbc635e32
commit d67041f0a7
2 changed files with 500 additions and 232 deletions

View File

@ -7,11 +7,11 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"composer/installers": "~1.2"
"composer/installers": "~1.7"
},
"require-dev": {
"phpunit/phpunit": "6.5.14",
"woocommerce/woocommerce-sniffs": "0.0.6"
"woocommerce/woocommerce-sniffs": "^0.1.2"
},
"scripts": {
"test": [
@ -33,5 +33,11 @@
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

File diff suppressed because it is too large Load Diff