We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3e9f5 commit 01c8070Copy full SHA for 01c8070
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+[Release 1.12.1](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.12.1) (2025-02-18)
5
+--------------------------
6
+* Fixed: Deprecation warning when setting array|null with PHP version >= 8.1
7
+
8
[Release 1.12.0](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.12.0) (2025-02-14)
9
--------------------------
10
* Build: "symfony/cache" dependency removed
composer.json
@@ -2,7 +2,7 @@
"name": "efipay/sdk-php-apis-efi",
"description": "SDK PHP para APIs Efi Pay",
"homepage": "https://github.com/efipay/sdk-php-apis-efi/",
- "version": "1.12.0",
+ "version": "1.12.1",
"type": "library",
"require": {
"php": ">=7.2.5",
0 commit comments