From 9f55cd0884d963596e25d29d5fee678e41ab31a6 Mon Sep 17 00:00:00 2001 From: darssen Date: Wed, 27 Nov 2024 13:14:38 +0000 Subject: [PATCH] Sync: Bug fix checksum histogram loop when max range is PHP_INT_MAX (#40309) * Ensure we don't add 1 if range is PHP_INT_MAX and try to compare it. * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12050817286 Upstream-Ref: Automattic/jetpack@b11c20a9078d3615231466ec3387c5c9f4408654 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0a2bc76..e00e1ab 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "automattic/jetpack-connection": "^6.1.0", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-status": "^5.0.1", - "automattic/jetpack-sync": "^4.0.1" + "automattic/jetpack-sync": "^4.0.2-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1",