Skip to content

Commit e7fdd4d

Browse files
CGastrellmatticbot
authored andcommitted
Changelogger: Update tests to use addCommand() instead of deprecated add() method (#46126)
* change to addCommand due to deprecation on add method * changelogger changelog * sadly, older versions complaint and fail, which triggers a huge cascade of failing checks, ignore for now Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19744329198 Upstream-Ref: Automattic/jetpack@5abd82a
1 parent 37d49fd commit e7fdd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"require-dev": {
1515
"yoast/phpunit-polyfills": "^4.0.0",
16-
"automattic/jetpack-changelogger": "^6.0.9",
16+
"automattic/jetpack-changelogger": "^6.0.10-alpha",
1717
"automattic/phpunit-select-config": "^1.0.3"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)