Skip to content

Commit a46d17b

Browse files
Release v0.10.6 - for Marketplace
1 parent 76cf60d commit a46d17b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "aplazame/magento2",
3-
"version": "0.10.3",
3+
"version": "0.10.6",
44
"description": "Aplazame Magento 2 module",
55
"type": "magento2-module",
66
"homepage": "https://aplazame.com/",
77
"license": "GPL-3.0",
88
"require": {
9-
"php": ">5.5",
9+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
1010
"ext-json": "*",
1111
"aplazame/aplazame-api-sdk": "^0.2.2",
1212
"magento/module-checkout": "100.1.*",

src/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Aplazame_Payment" setup_version="0.10.3">
3+
<module name="Aplazame_Payment" setup_version="0.10.6">
44
<sequence>
55
<module name="Magento_Store"/>
66
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)