semaio/Magento2-ConfigImportExport

Getting issue with Magento 2.3 and PHP 7.2

Closed this issue · 3 comments

General

Module version: 3.0.0
Magento version: 2.3.0
PHP version: 7.2.12

Issue description

Integrated this module with above mentioned versions of Magento and php it shows incompatibility issue while installing module.

Please do needful for the same to integrate with mentioned versions.

Is there a chance that you will upgrade the module to be compatible with PHP 7.2.x?

Confirm

$ composer require --ignore-platform-reqs semaio/magento2-configimportexport
Using version ^3.0 for semaio/magento2-configimportexport
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove magento/product-community-edition 2.3.1
    - Conclusion: don't install magento/product-community-edition 2.3.1
    - Installation request for magento/product-community-edition 2.3.1 -> satisfiable by magento/product-community-edition[2.3.1].
    - Installation request for semaio/magento2-configimportexport ^3.0 -> satisfiable by semaio/magento2-configimportexport[3.0.0].
    - Conclusion: don't install colinmollenhour/php-redis-session-abstract v1.3.4
    - magento/product-community-edition 2.3.1 requires magento/framework 102.0.1 -> satisfiable by magento/framework[102.0.1].
    - Can only install one of: magento/framework[101.0.0, 102.0.1].
    - Can only install one of: magento/framework[102.0.1, 101.0.0].
    - Can only install one of: magento/framework[102.0.1, 101.0.0].
    - Conclusion: install magento/framework 101.0.0|install colinmollenhour/php-redis-session-abstract v1.3.4

Installation failed, reverting ./composer.json to its original content.
$ php -v
PHP 7.2.18 (cli) (built: May  8 2019 03:11:14) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans

I have used --ignore-platform-reqs because there was a problem with php version.

Late answer, but this is already fixed...