Skip to content

Commit 3c16e33

Browse files
Merge pull request #35 from pagarme/bugfix/PAOP-484-suport-magento-2.4.4
composer.json updated to support Magento 2.4.4
2 parents df01081 + 08c1bac commit 3c16e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pagarme/ecommerce-module-core",
33
"description": "Core component for Pagar.me e-commerce platform modules.",
44
"license": "MIT",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"authors": [
77
{
88
"name":"Open Source Team"
@@ -11,7 +11,7 @@
1111
"type": "library",
1212
"require": {
1313
"php": ">=7.1",
14-
"monolog/monolog": "~1.6",
14+
"monolog/monolog": "*",
1515
"mundipagg/mundiapi": "^3.0",
1616
"ext-json": "*"
1717
},

0 commit comments

Comments
 (0)