williankeller / magento2-facebook-pixel

This free Facebook Pixel extension allows you to track your visitors' actions.
Open Software License 3.0
36 stars 15 forks source link

Composer version still use 1.0.2 which is incompatible with PHP 7.3.x #4

Closed grll closed 4 years ago

grll commented 4 years ago

Describe the bug Running bin/composer require magestat/module-facebook-pixel on PHP 7.3 and above will cause:

[InvalidArgumentException]
Could not find package magestat/module-facebook-pixel in any version matching your PHP version (7.3.13)

as it is downloading from tag 1.0.2 which limit PHP to PHP 7.2.x

williankeller commented 4 years ago

Hi @grll, Thank you for bringing this issue. Probably it was a mismatch from the data source to the Packagist (our composer manager). It looks like it's working as expected now. Please try it out and let us know if you have any issues.

composer require magestat/module-facebook-pixel
williankeller commented 4 years ago

@grll, Don't forget to give us a star ;D