Skip to content

Commit

Permalink
Fix/deprecated doctrine annotation dx bump (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorsk authored Feb 15, 2023
1 parent a82ba77 commit 0ee028a
Show file tree
Hide file tree
Showing 3 changed files with 12 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.4] - 2023-02-15

### Changed
- pablorsk/dx-php bump.
- README with docker instructions.

## [1.1.3] - 2022-10-18

### Changed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ This generates a qr code like that:

## Support us
Reyesoft is a software industry based in San Rafael, Argentina. You'll find an overview of all our projects on our [website](http://reyesoft.com/).

## PHP 7.4

> docker run -it --rm --name php74 -e PHP_EXTENSIONS="gd" -v "$PWD":/usr/src/app thecodingmachine/php:7.4-v4-cli bash
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.3",
"version": "1.1.4",
"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.7"
"pablorsk/dx-php": "2.2.8"
},
"require-dev": {
"reyesoft/ci": "1.2.0",
Expand Down

0 comments on commit 0ee028a

Please sign in to comment.