fnogatz / magento2-matomo

Matomo Analytics Module for Magento 2
GNU Affero General Public License v3.0
50 stars 37 forks source link

Module not working with Magento 2.4.0 #46

Closed kamzata closed 3 years ago

kamzata commented 4 years ago

Just tried to install it using composer on Magento 2.4.0 and I received this error message:

[InvalidArgumentException]
Package henhed/module-piwik at version  has a PHP requirement incompatible with your PHP version (7.4.3)

Any chances to make this working on it?

fnogatz commented 4 years ago

Related PR: https://github.com/henkelund/magento2-henhed-piwik/pull/45

ferdiusa commented 4 years ago

Also note: you need to update an additional composer requirement for Magento 2.4.x support: "magento/framework": "~101.0|~102.0|~103.0",

fnogatz commented 3 years ago

FYI: Some weeks ago, I created the fork fnogatz/magento2-matomo, which can be installed on Magento 2.4 using composer via composer require chessio/module-matomo.

fnogatz commented 3 years ago

Hey @kamzata, thank you again for reporting this issue. In the meantime, the original module Henhed_Piwik has been abandoned, so please switch to this Chessio_Matomo for compatibility with Magento 2.4 and PHP 7.4.

kamzata commented 3 years ago

Hey @kamzata, thank you again for reporting this issue. In the meantime, the original module Henhed_Piwik has been abandoned, so please switch to this Chessio_Matomo for compatibility with Magento 2.4 and PHP 7.4.

Hey @fnogatz, just switched. I hope you maintain it for longer. Thanks