Skip to content

Commit

Permalink
chore: add develop tag to module core
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Picoloto committed Nov 23, 2023
1 parent 54864de commit 9f1fdef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "pagarme/pagarme-magento2-module",
"license": "MIT",
"version": "2.3.0",
"version": "2.3.1",
"type": "magento2-module",
"description": "Magento 2 Module Pagar.me",
"minimum-stability": "dev",
"require": {
"php": ">=7.1",
"pagarme/ecommerce-module-core": "2.3.*"
"pagarme/ecommerce-module-core": "dev-develop"
},
"require-dev": {
"phpunit/phpunit": "4.1.0",
Expand Down

0 comments on commit 9f1fdef

Please sign in to comment.