Skip to content

Commit

Permalink
Update WPCS 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Feb 28, 2024
1 parent 061ecc2 commit 97efdd3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"homepage": "https://joedolson.com"
}],
"type": "wordpress-plugin",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "3.*",
"wp-coding-standards/wpcs": "^2.2",
"wp-coding-standards/wpcs": "^3.0.0",
"wp-phpunit/wp-phpunit": "^5.8",
"yoast/phpunit-polyfills": "^1.0",
"szepeviktor/phpstan-wordpress": "^1.1",
Expand All @@ -32,8 +30,8 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 97efdd3

Please sign in to comment.