Skip to content

Commit

Permalink
Fix/doctrine inflector (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorsk authored Oct 18, 2022
1 parent 481f051 commit a82ba77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.3] - 2022-10-18

### Changed
- fix/doctrine-inflector compatibility with PHP8 and Laravel 9.
- pablorsk/dx-php bump.

## [1.1.1] - 2021-03-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reyesoft/mercadopago",
"description": "This library helps to make payments through MercadoPago, even with QR",
"type": "library",
"version": "1.1.2",
"version": "1.1.3",
"keywords": ["qrcode", "payments", "mercadopago api", "reyesoft"],
"homepage": "https://github.com/reyesoft/mercadopago",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"php": ">=7.2",
"endroid/qr-code": "^3.2",
"ext-gd": "*",
"pablorsk/dx-php": "2.2.5"
"pablorsk/dx-php": "2.2.7"
},
"require-dev": {
"reyesoft/ci": "1.2.0",
Expand Down

0 comments on commit a82ba77

Please sign in to comment.