Update changelogger to 3.3.0 to support PR number capturing with merge (#36266)

* Update changelogger.

* Add changelog.

* Update changelogger for all packages.

* Add changelogs.

* Update changelog for remaining packages.
This commit is contained in:
Vedanshu Jain 2023-01-05 14:42:51 +05:30 committed by GitHub
parent 584167746e
commit f36a16cd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
62 changed files with 652 additions and 550 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cae17ca18e2a2a6cefe200df88081346", "content-hash": "959b38edbc3ae0c3853c02e86852f583",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2ac4a9ea3ab4687cb26b0075128628de", "content-hash": "8cdc2ba8c2e8669b3d48cf7e4cb3c379",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "75af54f4e83b1e2c7c96371c3288e355", "content-hash": "0e715b7322bdb353060f76a3279195e1",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "af64b929c80c204120d9eccb66330d6c", "content-hash": "e22045358357e9c229d188944b337d8f",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9d346e4d6a7b7aae6eba7dc306295ea8", "content-hash": "7d0335a37eff7dfd560cf35f5898cc05",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f4d8c783fbd5ae4f782df2d5f1a6fdc2", "content-hash": "26606191ce4af6fa09504ecea845e970",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2d332eda546c5e999a9db224719b3d40", "content-hash": "0215b2cfc41d308b925fce9038111c68",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e8aae6511dda74f8220d58b7ae1e9e74", "content-hash": "17a41dc458677cca1830b065f3c83635",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c2e5c404a4fee4f6a5892f989459c502", "content-hash": "d9d159c4b750dd3d45df132d1f35786f",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "024163a2e226f019b11933129ddfd115", "content-hash": "1852d63966be2375d2f8edb607b861e9",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cfc0b63277f38526f4ff5300cfa22eca", "content-hash": "243353ec23421c68191575ad267a7ccb",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8de7a23a39e8b1299465d2c26a261cf7", "content-hash": "24b7e7383de02c18e0a5550dbdbb03b9",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c62661e12843ad431e9056ecdcfa696b", "content-hash": "00d978b5b08bc69f9e23fd471d759d71",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6bd29bd29a67b60a2199c7f520eada56", "content-hash": "e22045358357e9c229d188944b337d8f",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0fc4e9b9f69b0b3f85fbc39b55f230d2", "content-hash": "8dc2dd55c9c02cea672ce30791113055",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f823beb8ba53e2ce3eb222a7225b9c81", "content-hash": "87beeb0c840ac6ac539462236730d56d",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "24717ec0e0fb36f9ba425aa9c7f77ebf", "content-hash": "3270cb0738d35835d789ab5d36483b86",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"config": { "config": {
"platform": { "platform": {

View File

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c1c9ce8ab810d38191077a10b9438963", "content-hash": "187263d279049fb672fd761eb4496970",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -38,7 +38,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -60,9 +60,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -204,12 +204,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -249,7 +249,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -266,7 +266,7 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -274,12 +274,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -295,7 +295,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -334,7 +334,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -350,7 +350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -13,7 +13,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.5 || ^7.5", "phpunit/phpunit": "^6.5 || ^7.5",
"woocommerce/woocommerce-sniffs": "^0.1.3", "woocommerce/woocommerce-sniffs": "^0.1.3",
"automattic/jetpack-changelogger": "3.1.3" "automattic/jetpack-changelogger": "3.3.0"
}, },
"scripts": { "scripts": {
"test": [ "test": [

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f1e75252dada3cbba14f5c9b474ace42", "content-hash": "e1ae720be342a5fd2aa3cbac6514537d",
"packages": [ "packages": [
{ {
"name": "composer/installers", "name": "composer/installers",
@ -161,27 +161,27 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -190,7 +190,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -212,9 +212,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "dealerdirect/phpcodesniffer-composer-installer", "name": "dealerdirect/phpcodesniffer-composer-installer",
@ -293,30 +293,30 @@
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "1.4.1", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/instantiator.git", "url": "https://github.com/doctrine/instantiator.git",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9", "doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*", "ext-pdo": "*",
"ext-phar": "*", "ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1", "phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4", "phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22" "vimeo/psalm": "^4.30 || ^5.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -343,7 +343,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/instantiator/issues", "issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.1" "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
}, },
"funding": [ "funding": [
{ {
@ -359,7 +359,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-03-03T08:28:38+00:00" "time": "2022-12-30T00:15:36+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@ -594,16 +594,16 @@
}, },
{ {
"name": "phpcompatibility/phpcompatibility-paragonie", "name": "phpcompatibility/phpcompatibility-paragonie",
"version": "1.3.1", "version": "1.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
"reference": "ddabec839cc003651f2ce695c938686d1086cf43" "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
"reference": "ddabec839cc003651f2ce695c938686d1086cf43", "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -640,26 +640,27 @@
"paragonie", "paragonie",
"phpcs", "phpcs",
"polyfill", "polyfill",
"standards" "standards",
"static analysis"
], ],
"support": { "support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
"source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
}, },
"time": "2021-02-15T10:24:51+00:00" "time": "2022-10-25T01:46:02+00:00"
}, },
{ {
"name": "phpcompatibility/phpcompatibility-wp", "name": "phpcompatibility/phpcompatibility-wp",
"version": "2.1.3", "version": "2.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
"reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308" "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/d55de55f88697b9cdb94bccf04f14eb3b11cf308", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
"reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308", "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -694,13 +695,14 @@
"compatibility", "compatibility",
"phpcs", "phpcs",
"standards", "standards",
"static analysis",
"wordpress" "wordpress"
], ],
"support": { "support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues", "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
"source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
}, },
"time": "2021-12-30T16:37:40+00:00" "time": "2022-10-24T09:00:36+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
@ -864,21 +866,21 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.15.0", "version": "v1.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be8cac52a0827776ff9ccda8c381ac5b71aeb359",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.2", "doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.2", "php": "^7.2 || 8.0.* || 8.1.* || 8.2.*",
"phpdocumentor/reflection-docblock": "^5.2", "phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0", "sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0" "sebastian/recursion-context": "^3.0 || ^4.0"
@ -925,9 +927,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpspec/prophecy/issues", "issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0" "source": "https://github.com/phpspec/prophecy/tree/v1.16.0"
}, },
"time": "2021-12-08T12:19:24+00:00" "time": "2022-11-29T15:06:56+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -1415,16 +1417,16 @@
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "3.0.3", "version": "3.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758" "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758", "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1477,7 +1479,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues", "issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3" "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
}, },
"funding": [ "funding": [
{ {
@ -1485,7 +1487,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-11-30T08:04:30+00:00" "time": "2022-09-14T12:31:48+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@ -1618,16 +1620,16 @@
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
"version": "3.1.4", "version": "3.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db" "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db", "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1683,7 +1685,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues", "issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4" "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
}, },
"funding": [ "funding": [
{ {
@ -1691,7 +1693,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-11-11T13:51:24+00:00" "time": "2022-09-14T06:00:17+00:00"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@ -2164,16 +2166,16 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.4.41", "version": "v4.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2212,7 +2214,7 @@
"description": "Provides tools to ease debugging PHP code", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.41" "source": "https://github.com/symfony/debug/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
@ -2229,20 +2231,20 @@
} }
], ],
"abandoned": "symfony/error-handler", "abandoned": "symfony/error-handler",
"time": "2022-04-12T15:19:55+00:00" "time": "2022-07-28T16:29:46+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.26.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2257,7 +2259,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -2296,7 +2298,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -2312,7 +2314,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

View File

@ -268,16 +268,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.4.15", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "ea59bb0edfaf9f28d18d8791410ee0355f317669" "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/ea59bb0edfaf9f28d18d8791410ee0355f317669", "url": "https://api.github.com/repos/symfony/console/zipball/58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
"reference": "ea59bb0edfaf9f28d18d8791410ee0355f317669", "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -347,7 +347,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.4.15" "source": "https://github.com/symfony/console/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
@ -363,7 +363,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-26T21:41:52+00:00" "time": "2022-12-28T14:15:31+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -434,16 +434,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.4.11", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c" "reference": "40c08632019838dfb3350f18cf5563b8080055fc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c", "url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc",
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c", "reference": "40c08632019838dfb3350f18cf5563b8080055fc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -477,7 +477,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.4.11" "source": "https://github.com/symfony/finder/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
@ -493,20 +493,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-07-29T07:37:50+00:00" "time": "2022-12-22T10:31:03+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.26.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -521,7 +521,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -559,7 +559,7 @@
"portable" "portable"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -575,20 +575,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
"version": "v1.26.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "433d05519ce6990bf3530fba6957499d327395c2" "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "433d05519ce6990bf3530fba6957499d327395c2", "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -600,7 +600,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -640,7 +640,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -656,20 +656,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.26.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "219aa369ceff116e673852dce47c3a41794c14bd" "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "219aa369ceff116e673852dce47c3a41794c14bd", "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -681,7 +681,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -724,7 +724,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -740,20 +740,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.26.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -768,7 +768,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -807,7 +807,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -823,20 +823,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.26.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -845,7 +845,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -886,7 +886,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -902,20 +902,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.26.0", "version": "v1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -924,7 +924,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.26-dev" "dev-main": "1.27-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -969,7 +969,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
}, },
"funding": [ "funding": [
{ {
@ -985,7 +985,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-05-10T07:21:04+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -1072,16 +1072,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.4.15", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed" "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", "url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1138,7 +1138,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.4.15" "source": "https://github.com/symfony/string/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
@ -1154,7 +1154,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-05T15:16:54+00:00" "time": "2022-12-12T15:54:21+00:00"
} }
], ],
"aliases": [], "aliases": [],

View File

@ -67,16 +67,16 @@
}, },
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
"version": "v4.8.7", "version": "v4.8.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-gettext/Gettext.git", "url": "https://github.com/php-gettext/Gettext.git",
"reference": "3f7bc5ef23302a9059e64934f3d59e454516bec0" "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/3f7bc5ef23302a9059e64934f3d59e454516bec0", "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/302a00aa9d6762c92c884d879c15d3ed05d6a37d",
"reference": "3f7bc5ef23302a9059e64934f3d59e454516bec0", "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -128,7 +128,7 @@
"support": { "support": {
"email": "oom@oscarotero.com", "email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Gettext/issues", "issues": "https://github.com/oscarotero/Gettext/issues",
"source": "https://github.com/php-gettext/Gettext/tree/v4.8.7" "source": "https://github.com/php-gettext/Gettext/tree/v4.8.8"
}, },
"funding": [ "funding": [
{ {
@ -144,7 +144,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2022-08-02T09:42:10+00:00" "time": "2022-12-08T11:59:50+00:00"
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
@ -434,16 +434,16 @@
}, },
{ {
"name": "wp-cli/i18n-command", "name": "wp-cli/i18n-command",
"version": "v2.4.0", "version": "v2.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/wp-cli/i18n-command.git", "url": "https://github.com/wp-cli/i18n-command.git",
"reference": "45bc2b47a4ed103b871cd2ec5b483ab55ad12d99" "reference": "22f7e6aa6ba23d0b50c45c75386c8151b991477e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/45bc2b47a4ed103b871cd2ec5b483ab55ad12d99", "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/22f7e6aa6ba23d0b50c45c75386c8151b991477e",
"reference": "45bc2b47a4ed103b871cd2ec5b483ab55ad12d99", "reference": "22f7e6aa6ba23d0b50c45c75386c8151b991477e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -496,9 +496,9 @@
"homepage": "https://github.com/wp-cli/i18n-command", "homepage": "https://github.com/wp-cli/i18n-command",
"support": { "support": {
"issues": "https://github.com/wp-cli/i18n-command/issues", "issues": "https://github.com/wp-cli/i18n-command/issues",
"source": "https://github.com/wp-cli/i18n-command/tree/v2.4.0" "source": "https://github.com/wp-cli/i18n-command/tree/v2.4.1"
}, },
"time": "2022-07-04T21:43:20+00:00" "time": "2022-12-09T19:09:17+00:00"
}, },
{ {
"name": "wp-cli/mustangostang-spyc", "name": "wp-cli/mustangostang-spyc",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Updating a dev dependency, shipped package should not be affected.

View File

@ -27,7 +27,7 @@
"bamarni/composer-bin-plugin": "^1.4", "bamarni/composer-bin-plugin": "^1.4",
"yoast/phpunit-polyfills": "^1.0", "yoast/phpunit-polyfills": "^1.0",
"phpunit/phpunit": "7.5.20", "phpunit/phpunit": "7.5.20",
"automattic/jetpack-changelogger": "3.1.3", "automattic/jetpack-changelogger": "^3.3.0",
"sebastian/comparator": "3.0.3" "sebastian/comparator": "3.0.3"
}, },
"config": { "config": {

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "7b14c7f0f38737384718c9a013402d48", "content-hash": "e07f604ec32eb59e76bf37b0126d4533",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
@ -691,27 +691,27 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "automattic/jetpack-changelogger", "name": "automattic/jetpack-changelogger",
"version": "v3.1.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-changelogger.git", "url": "https://github.com/Automattic/jetpack-changelogger.git",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0" "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"reference": "cdd256d8ba6369f82d9377de7e9e2598e3e16ae0", "reference": "8f63c829b8d1b0d7b1d5de93510d78523ed18959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/console": "^3.4 || ^5.2", "symfony/console": "^3.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^5.2", "symfony/process": "^3.4 || ^5.2 || ^6.0",
"wikimedia/at-ease": "^1.2 || ^2.0" "wikimedia/at-ease": "^1.2 || ^2.0"
}, },
"require-dev": { "require-dev": {
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.3" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin": [
"bin/changelogger" "bin/changelogger"
@ -720,7 +720,7 @@
"extra": { "extra": {
"autotagger": true, "autotagger": true,
"branch-alias": { "branch-alias": {
"dev-trunk": "3.1.x-dev" "dev-trunk": "3.3.x-dev"
}, },
"mirror-repo": "Automattic/jetpack-changelogger", "mirror-repo": "Automattic/jetpack-changelogger",
"version-constants": { "version-constants": {
@ -742,9 +742,9 @@
], ],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.1.3" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
}, },
"time": "2022-06-21T07:31:56+00:00" "time": "2022-12-26T13:49:01+00:00"
}, },
{ {
"name": "bamarni/composer-bin-plugin", "name": "bamarni/composer-bin-plugin",