From 64ee681187aeb4ea03b650bbf22d6d48f49f7bbc Mon Sep 17 00:00:00 2001 From: Reena Parekh Date: Sun, 4 Apr 2021 15:33:59 +0400 Subject: [PATCH 1/4] Allowing compatability with php 7.4.x Allowing compatability with php 7.4.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b2a31bf..5e2633f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "compactcode/intercom", "description": "", "require": { - "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0", + "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0", "compactcode/base": ">=1.1.2", "magento/module-customer": ">=100.0.15", "intercom/intercom-php": "*", From 006dccd1cf045d240af5242a443462bfddb9e84d Mon Sep 17 00:00:00 2001 From: Reena Parekh Date: Wed, 7 Apr 2021 10:31:17 +0400 Subject: [PATCH 2/4] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e2633f..1c2b189 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "", "require": { "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0", - "compactcode/base": ">=1.1.2", + "compactcode/base": "*", "magento/module-customer": ">=100.0.15", "intercom/intercom-php": "*", "php-http/guzzle6-adapter" : "*" From 1d34bee1b9a499b643f13322a43e9e2ffd8e7f7c Mon Sep 17 00:00:00 2001 From: Reena Parekh Date: Wed, 7 Apr 2021 11:08:38 +0400 Subject: [PATCH 3/4] Updated composer.json version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1c2b189..cbbd241 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "", "require": { "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0", - "compactcode/base": "*", + "compactcode/base": ">=1.1.3", "magento/module-customer": ">=100.0.15", "intercom/intercom-php": "*", "php-http/guzzle6-adapter" : "*" @@ -12,7 +12,7 @@ }, "type": "magento2-module", - "version": "1.0.1", + "version": "1.0.2", "license": [ "OSL-3.0", "AFL-3.0" From 1d5d3d18eef2479e6a6dd124bdb780a817620b21 Mon Sep 17 00:00:00 2001 From: Reena Parekh Date: Wed, 7 Apr 2021 11:08:59 +0400 Subject: [PATCH 4/4] Updated module.xml version --- src/etc/module.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/module.xml b/src/etc/module.xml index ad6e3d7..97932e2 100644 --- a/src/etc/module.xml +++ b/src/etc/module.xml @@ -7,10 +7,10 @@ --> - + - \ No newline at end of file +