From d849b91c67ab8f1e3c8193a9d570bb1ef94ca94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20Escalante=20=C3=81lvarez?= Date: Fri, 22 May 2026 17:18:14 +0200 Subject: [PATCH] [PAR-778] Bump integration-core to ~5.3.0 Picks up StoreUrlProviderInterface (sequra/integration-core#62), which lets integrations expose a cheap storeUrl lookup for the webhook HMAC payload instead of paying the cost of building a full StoreInfo on every register, delete and inbound webhook validation. Fully backwards- compatible: existing integrations keep working unchanged via the legacy getStoreInfo() path. --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 580d43c..1e98711 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "^8.4", "ext-json": "*", "laravel/framework": "^12.36.0", - "sequra/integration-core": "~5.2.0" + "sequra/integration-core": "~5.3.0" }, "require-dev": { "phpunit/phpunit": "^10.1", diff --git a/composer.lock b/composer.lock index a0a538d..ad8e33e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "90ecb90398c09916151b12eb62c6b386", + "content-hash": "40b7fad2df1a53591da24ae44187e910", "packages": [ { "name": "brick/math", @@ -3095,16 +3095,16 @@ }, { "name": "sequra/integration-core", - "version": "v5.2.0", + "version": "v5.3.0", "source": { "type": "git", "url": "https://github.com/sequra/integration-core.git", - "reference": "b764f84cc87f0cd7c0d7009942100e7a1f892199" + "reference": "0f7b744b82743a6eb86863838200227f3202ec4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sequra/integration-core/zipball/b764f84cc87f0cd7c0d7009942100e7a1f892199", - "reference": "b764f84cc87f0cd7c0d7009942100e7a1f892199", + "url": "https://api.github.com/repos/sequra/integration-core/zipball/0f7b744b82743a6eb86863838200227f3202ec4b", + "reference": "0f7b744b82743a6eb86863838200227f3202ec4b", "shasum": "" }, "require": { @@ -3133,9 +3133,9 @@ "description": "Core SeQura integration library", "support": { "issues": "https://github.com/sequra/integration-core/issues", - "source": "https://github.com/sequra/integration-core/tree/v5.2.0" + "source": "https://github.com/sequra/integration-core/tree/v5.3.0" }, - "time": "2026-05-22T10:39:34+00:00" + "time": "2026-05-22T15:09:26+00:00" }, { "name": "symfony/clock",