From b86ca1fd852f4684ea6d52dac8b5bf6d11f91aae Mon Sep 17 00:00:00 2001 From: Fabiano Mallmann <25328512+fabiano-mallmann@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:37:44 -0300 Subject: [PATCH] chore: change versions --- composer.json | 7 +++---- etc/module.xml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d8a28d69..f4fda02f 100755 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name": "pagarme/pagarme-magento2-module", "license": "MIT", - "version": "2.4.2", + "version": "2.5.0", "type": "magento2-module", "description": "Magento 2 Module Pagar.me", "require": { "php": ">=7.1", - "pagarme/ecommerce-module-core": "dev-develop" + "pagarme/ecommerce-module-core": "~2.5.0" }, "require-dev": { "phpunit/phpunit": "^5 | ^6 | ^7 | ^8 | ^9", @@ -42,6 +42,5 @@ }, "config":{ "secure-http":false - }, - "minimum-stability": "dev" + } } diff --git a/etc/module.xml b/etc/module.xml index 07cf9f4c..2ae94da5 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -9,7 +9,7 @@ */ --> - +