Skip to content

Commit

Permalink
build: change module core version (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-picoloto authored Mar 27, 2024
1 parent 85fd96e commit 5eaf3a7
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
Expand Up @@ -6,7 +6,7 @@
"description": "Magento 2 Module Pagar.me",
"require": {
"php": ">=7.1",
"pagarme/ecommerce-module-core": "~2.4.1"
"pagarme/ecommerce-module-core": "dev-develop"
},
"require-dev": {
"phpunit/phpunit": "^5 | ^6 | ^7 | ^8 | ^9",
Expand Down Expand Up @@ -42,5 +42,6 @@
},
"config":{
"secure-http":false
}
},
"minimum-stability": "dev"
}

0 comments on commit 5eaf3a7

Please sign in to comment.