Skip to content

Commit

Permalink
Merge pull request #7482 from Automattic/update/wp-coding-standards
Browse files Browse the repository at this point in the history
Update the WP Coding Standards
  • Loading branch information
m1r0 authored Feb 15, 2024
2 parents 69bba2c + 27192b3 commit b146f9a
Show file tree
Hide file tree
Showing 18 changed files with 622 additions and 808 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@
"php": "^7.4 || ^8",
"automattic/jetpack-changelogger": "3.3.5",
"bamarni/composer-bin-plugin": "1.8.2",
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
"dms/phpunit-arraysubset-asserts": "0.5.0",
"humbug/php-scoper": "0.15.0",
"pelago/emogrifier": "7.0.0",
"php-stubs/wordpress-stubs": "^6.3",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"sirbrillig/phpcs-no-get-current-user": "1.1.0",
"sirbrillig/phpcs-variable-analysis": "2.11.16",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/polyfill-php80": "1.16.0",
"vimeo/psalm": "4.22.0",
"wp-coding-standards/wpcs": "2.3.0",
"wp-coding-standards/wpcs": "3.0.1",
"yoast/phpunit-polyfills": "2.0.0"
},
"minimum-stability": "dev",
Expand Down Expand Up @@ -98,8 +96,8 @@
"php": "7.4"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"bamarni/composer-bin-plugin": true
"bamarni/composer-bin-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
Expand Down
Loading

0 comments on commit b146f9a

Please sign in to comment.