From 9391374c76cb69ab77dba8e5885f22c49bd1c256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:09:12 +0000 Subject: [PATCH] Update spomky-labs/cbor-php requirement Updates the requirements on [spomky-labs/cbor-php](https://github.com/Spomky-Labs/cbor-php) to permit the latest version. Updates `spomky-labs/cbor-php` to 3.2.0 - [Release notes](https://github.com/Spomky-Labs/cbor-php/releases) - [Changelog](https://github.com/Spomky-Labs/cbor-php/blob/3.2.x/RELEASES.md) - [Commits](https://github.com/Spomky-Labs/cbor-php/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: spomky-labs/cbor-php dependency-version: 3.2.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d7c57c0..ee1c954 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "simplesamlphp/assert": "~1.9.1", "simplesamlphp/simplesamlphp": "^2.4.0", - "spomky-labs/cbor-php": "~3.1.0", + "spomky-labs/cbor-php": "~3.2.0", "spomky-labs/pki-framework": "~1.4.0", "symfony/http-foundation": "^6.4 || ^7.3", "web-auth/cose-lib": "~4.4.0"