-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
Hello, First, Thanks for the work made. How have you bypass this issue ? |
+1 |
1 similar comment
+1 |
Resolved in #62 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: