Skip to content

Commit 6f8e744

Browse files
PATCH: Fix Deprecation warning for Dynamic variables access and Dynamic return type
* Fixed Deprecated dynamic variable access warning * Fixed Deprecated return type will change warning * Added tests for PHP 8.3 * Handled undefined keys for services * Updated test fixtures * Updated library version to PATCH 5.5.1
1 parent 3df1b2b commit 6f8e744

27 files changed

+261
-194
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gocardless/gocardless-pro",
33
"description": "GoCardless Pro PHP Client Library",
4-
"version": "5.5.0",
4+
"version": "5.5.1",
55
"keywords": [
66
"gocardless",
77
"direct debit",

0 commit comments

Comments
 (0)