diff --git a/README.md b/README.md index 384bb588..0565732d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ composer require pagarme/pagarme-magento2-module ## Requirements * PHP >= 7.1 -* Magento2 >= 2.3 & <= 2.4.5 +* Magento2 >= 2.3 & <= 2.4.6 ## Configuration @@ -36,3 +36,9 @@ Open a new Issue following our issue template [ISSUE-TEMPLATE](ISSUE-TEMPLATE.md ## Changelog See in [releases](https://github.com/pagarme/magento2-module/releases) + + +## Contributors +| ![robsoned avatar](https://avatars.githubusercontent.com/u/18008565?v=4) | +|-------------------------------------------------------------------------------------- +| [robsoned](https://github.com/robsoned) | \ No newline at end of file diff --git a/composer.json b/composer.json index 091c6fcf..0d4d8886 100755 --- a/composer.json +++ b/composer.json @@ -1,13 +1,12 @@ { "name": "pagarme/pagarme-magento2-module", "license": "MIT", - "version": "2.5.0", + "version": "2.6.0", "type": "magento2-module", "description": "Magento 2 Module Pagar.me", - "minimum-stability": "dev", "require": { "php": ">=7.1", - "pagarme/ecommerce-module-core": "dev-develop" + "pagarme/ecommerce-module-core": "2.6.*" }, "require-dev": { "phpunit/phpunit": "^5 | ^6 | ^7 | ^8 | ^9", diff --git a/etc/module.xml b/etc/module.xml index 2ae94da5..dffb28dd 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -9,7 +9,7 @@ */ --> - +