olegkoval / magento2-regenerate_url_rewrites

Magento 2 extension which add feature of regenerating a url rewrites of products/categories
Academic Free License v3.0
420 stars 117 forks source link

Php 7.3 compatibility ? #124

Closed samyscoub closed 4 years ago

samyscoub commented 4 years ago

Is this module will be compatible to php 7.3 soon ?

composer require olegkoval/magento2-regenerate-url-rewrites
Using version ^1.5 for olegkoval/magento2-regenerate-url-rewrites
./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
    - friendsofphp/php-cs-fixer v2.10.5 requires php ^5.6 || >=7.0 <7.3 -> your PHP version (7.3.15) does not satisfy that requirement.
    - friendsofphp/php-cs-fixer v2.10.5 requires php ^5.6 || >=7.0 <7.3 -> your PHP version (7.3.15) does not satisfy that requirement.
    - friendsofphp/php-cs-fixer v2.10.5 requires php ^5.6 || >=7.0 <7.3 -> your PHP version (7.3.15) does not satisfy that requirement.
    - Installation request for friendsofphp/php-cs-fixer (locked at v2.10.5, required as ~2.10.1) -> satisfiable by friendsofphp/php-cs-fixer[v2.10.5].

Installation failed, reverting ./composer.json to its original content.
olegkoval commented 4 years ago

Hello @samyscoub The problem is in package "friendsofphp/php-cs-fixer". Update "friendsofphp/php-cs-fixer" to latest version.