From 6d4fc014657e18d1a089b5058e0e10f1372ccc92 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Thu, 21 Nov 2024 19:40:37 +0000 Subject: [PATCH] Janitorial: bump various dependencies (#40286) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * packages/analyzer: bump dependencies nikic/php-parser: drop PHP 7.0 * packages/stub-generator: bump dependencies nikic/php-parser: drop old PHPUnit phpstan/phpdoc-parser: drop PHP 7.2 symfony/console: just because * packages/stub-generator: use new PhpDocParser API * patchwork-redefine-exit: bump dependencies antecedent/patchwork: PHP >=5.4 → PHP >=7.1 * plugins/jetpack: bump dependencies antecedent/patchwork: PHP >=5.4 → PHP >=7.1 johnkary/phpunit-speedtrap: PHP >=7.0 → PHP >=7.1 * plugins/crm: bump dependencies automattic/woocommerce: PHP >=5.4 → >=7.1 * Use automattic/wordbless ^0.4.2 in relevant packages * Add changelogs * Remove named params * Update composer.lock * Another changelog * More composer lockfiles * Changelogs * Phan: update deprecated property use Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11960243377 Upstream-Ref: Automattic/jetpack@c7d7d3e2811368e38b15de372312bcbbc6ce6d43 --- CHANGELOG.md | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b0102..f9623c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is an alpha version! The changes listed here are not final. ### Changed +- Updated dependencies. - Updated package dependencies. ## [0.34.0] - 2024-11-18 diff --git a/composer.json b/composer.json index e33b44a..dccbb96 100644 --- a/composer.json +++ b/composer.json @@ -10,13 +10,13 @@ "automattic/jetpack-connection": "^6.1.0-alpha", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-status": "^5.0.1-alpha", - "automattic/jetpack-sync": "^4.0.0" + "automattic/jetpack-sync": "^4.0.1-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", "automattic/jetpack-connection": "^6.1.0-alpha", - "automattic/wordbless": "^0.4.1" + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."