firebearstudio / importexportfree

Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
https://firebearstudio.com/the-improved-import.html
Open Software License 3.0
180 stars 68 forks source link

Incompatible with PHP 7.1 #22

Closed stu177 closed 7 years ago

stu177 commented 7 years ago

Currently requires:

php: ~5.5.0|~5.6.0|~7.0.0

So it's throwing:

[InvalidArgumentException]                                                                          
Could not find package firebear/importexportfree at any version matching your PHP version 7.1.10.0

Is this because of breaking changes in the new PHP version or just the requirement on the package hasn't been updated to 7.1?

biotech commented 7 years ago

This is fixed now , works great on PHP 7.1 https://github.com/firebearstudio/importexportfree/blob/master/composer.json

stu177 commented 7 years ago

Can you tag this so it gets updated in packagist? In the latest version 1.0.10, this is still broken.