magepal / magento2-google-tag-manager

Google Tag Manager is a user-friendly, yet powerful and cost-effective solution that is a must-have integration for every Magento store. It simplifies the process of adding and managing third-party JavaScript tags. With dozens of custom events and hundreds of data points our extensions the #1 GTM solution for Magento.

Home Page:https://www.magepal.com/google-tag-manager.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for PHP 7.3

andparsons opened this issue · comments

Magento version #:

2.3.3

Edition (EE, CE, OS, etc):

CE

Expected behavior:

Be able to install the module via composer

Actual behavior:

Package does not install via composer

Steps to reproduce:

composer req magepal/magento2-googletagmanager in mage root

Preconditions:

PHP version 7.3

Magento 2.3.3 supports PHP 7.3, but there is a PHP version constraint in this package's composer.json
Can this be updated to include PHP 7.3, with a check to make sure the code base supports it?