Skip to content

Commit

Permalink
update versions to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann committed Apr 17, 2023
1 parent ba1d4bf commit 8d0f7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "pagarme/pagarme-magento2-module",
"license": "MIT",
"version": "2.1.0",
"version": "2.2.0",
"type": "magento2-module",
"description": "Magento 2 Module Pagar.me",
"minimum-stability": "dev",
"require": {
"php": ">=7.1",
"pagarme/ecommerce-module-core": "~2.1"
"pagarme/ecommerce-module-core": "~2.2"
},
"require-dev": {
"phpunit/phpunit": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Pagarme_Pagarme" setup_version="2.1.0">
<module name="Pagarme_Pagarme" setup_version="2.2.0">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 8d0f7f5

Please sign in to comment.