Skip to content

Commit 92b278b

Browse files
committed
Merge branch 'develop' into build-updates
2 parents d1c729b + 6cb9cf6 commit 92b278b

29 files changed

Lines changed: 518 additions & 257 deletions

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7de28976a6b6b099c18b39e130a3724e2da3760e

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,24 @@
1010
"require-dev": {
1111
"dealerdirect/phpcodesniffer-composer-installer": "0.7.0",
1212
"ergebnis/composer-normalize": "^2",
13-
"humanmade/coding-standards": "1.1.1",
13+
"humanmade/coding-standards": "dev-upgrade-wpcs",
1414
"php-stubs/wordpress-stubs": "^5.5",
1515
"phpcompatibility/phpcompatibility-wp": "2.1.0",
1616
"phpstan/phpstan": "0.12.57",
1717
"phpunit/phpunit": "^9.5.20",
1818
"roots/wordpress": "~6.6.0",
19-
"squizlabs/php_codesniffer": "3.5.8",
2019
"szepeviktor/phpstan-wordpress": "0.7.1",
2120
"vlucas/phpdotenv": "^3",
2221
"wp-cli/db-command": "^2",
2322
"wp-phpunit/wp-phpunit": "~6.6.0",
2423
"yoast/phpunit-polyfills": "^1.0"
2524
},
25+
"repositories": {
26+
"humanmade/coding-standards": {
27+
"type": "git",
28+
"url": "https://github.com/humanmade/coding-standards"
29+
}
30+
},
2631
"config": {
2732
"allow-plugins": {
2833
"composer/installers": true,

0 commit comments

Comments
 (0)