From ac67a99285f606cce9119f69b3ce8bc36a37b0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:39:36 +0000 Subject: [PATCH] build(deps): update myparcelnl/sdk requirement || ^10.0.0 Updates the requirements on [myparcelnl/sdk](https://github.com/myparcelnl/sdk) to permit the latest version. - [Release notes](https://github.com/myparcelnl/sdk/releases) - [Changelog](https://github.com/myparcelnl/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/myparcelnl/sdk/compare/v7.0.0...v10.0.0) --- updated-dependencies: - dependency-name: myparcelnl/sdk dependency-version: 10.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a9d4cefd8..b917d0792 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-zip": "*", "fruitcake/php-cors": "^1.2", "justinrainbow/json-schema": "^5.2", - "myparcelnl/sdk": "^7.0.0", + "myparcelnl/sdk": "^7.0.0 || ^10.0.0", "php": ">=7.4.0", "php-di/php-di": "^6.0.0", "psr/log": "^1.0.0 || ^2.0.0 || ^3.0.0",