Skip to content

Commit a82ba77

Browse files
authored
Fix/doctrine inflector (#19)
1 parent 481f051 commit a82ba77

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.3] - 2022-10-18
10+
11+
### Changed
12+
- fix/doctrine-inflector compatibility with PHP8 and Laravel 9.
13+
- pablorsk/dx-php bump.
14+
915
## [1.1.1] - 2021-03-15
1016

1117
### Changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "reyesoft/mercadopago",
33
"description": "This library helps to make payments through MercadoPago, even with QR",
44
"type": "library",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"keywords": ["qrcode", "payments", "mercadopago api", "reyesoft"],
77
"homepage": "https://github.com/reyesoft/mercadopago",
88
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"php": ">=7.2",
2020
"endroid/qr-code": "^3.2",
2121
"ext-gd": "*",
22-
"pablorsk/dx-php": "2.2.5"
22+
"pablorsk/dx-php": "2.2.7"
2323
},
2424
"require-dev": {
2525
"reyesoft/ci": "1.2.0",

0 commit comments

Comments
 (0)