Skip to content

Commit edb7e90

Browse files
📚 docs: Updated to version 1.12.0
1 parent 290ba96 commit edb7e90

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
[Release 1.12.0](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.12.0) (2025-02-14)
5+
--------------------------
6+
* Build: "symfony/cache" dependency removed
7+
* Added class to write and retrieve authentication in cache
8+
49
[Release 1.11.3](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.11.3) (2025-02-06)
510
--------------------------
611
* Fixed: Validation in decrypt function

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"name": "efipay/sdk-php-apis-efi",
33
"description": "SDK PHP para APIs Efi Pay",
44
"homepage": "https://github.com/efipay/sdk-php-apis-efi/",
5-
"version": "1.11.3",
5+
"version": "1.12.0",
66
"type": "library",
77
"require": {
88
"php": ">=7.2.5",
9-
"guzzlehttp/guzzle": "^7.0",
10-
"symfony/cache": "^5.0 || ^6.0"
9+
"guzzlehttp/guzzle": "^7.0"
1110
},
1211
"support": {
13-
"docs": "https://dev.efipay.com.br/",
12+
"docs": "https://dev.sejaefi.com.br/",
1413
"discord": "https://comunidade.sejaefi.com.br/"
1514
},
1615
"license": "MIT",

0 commit comments

Comments
 (0)