Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matomo for M2 extension is not compatible with M2.4.4 released April 2022 #60

Closed
n2diving-dgx opened this issue Apr 14, 2022 · 5 comments

Comments

@n2diving-dgx
Copy link

n2diving-dgx commented Apr 14, 2022

More specifically it appears to use php 7 syntax that is deprecated in the php 8 version required by Magento 2.4.4 release.

$ php bin/magento --version
Magento CLI 2.4.4
$ php -v
PHP 8.1.4 (cli) (built: Apr 12 2022 11:12:25) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.4, Copyright (c) Zend Technologies
$ composer require chessio/module-matomo

[InvalidArgumentException]
Package chessio/module-matomo has requirements incompatible with your PHP version, PHP extensions and Composer version:
- chessio/module-matomo v2.1.3 requires php ~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0 which does not match your installed version 8.1.4.

@malou72
Copy link

malou72 commented Jun 2, 2022

Hello,

First, Thanks for the work made.

How have you bypass this issue ?
What's the solution ?

@kamzata
Copy link

kamzata commented Jun 23, 2022

+1

1 similar comment
@candreas-isp
Copy link

+1

@zamu87
Copy link
Contributor

zamu87 commented Aug 2, 2022

Resolved in #62

@fnogatz
Copy link
Owner

fnogatz commented Jan 10, 2023

Thank you all for pointing this out. Supported for PHP 8.1 and 8.2 has now been added in v2.1.4 thanks to @zamu87 (#62).

@fnogatz fnogatz closed this as completed Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants