From 7f7cc27a01d96e1b2044c94f6aa98f44b4b071eb Mon Sep 17 00:00:00 2001 From: Alexandru Lighezan Date: Thu, 9 Jan 2025 13:06:50 +0000 Subject: [PATCH] ACL-261: Widen truelayer-signing compatibility (#77) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b9062d..04eb81b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.1] - 2025-01-09 + +### Changed + +- Widened support for truelayer-signing + ## [3.0.0] - 2024-12-04 ### Added @@ -27,6 +33,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Support for payout scheme selection ### Changed + - Fully separated payment and payout beneficiaries - Moved all beneficiary classes to new namespace - Payment method removed from `PaymentEventInterface` and now only available on payment authorized, executed, settled diff --git a/composer.json b/composer.json index 8cbe1a15..6dc3da35 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "psr/http-factory-implementation": "*", "psr/http-message-implementation": "^1.0", "psr/simple-cache": "^1.0|^2.0|^3.0", - "truelayer/signing": "^1.0.0", + "truelayer/signing": "^0.1.0|^1.0.0", "ramsey/uuid": "^3.7|^4.1", "nesbot/carbon": "^2.62.1|^3.0.0", "php-http/discovery": "^1.15.1"