FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

Support for Symfony 4.4 #237

Closed andychan94 closed 4 years ago

andychan94 commented 4 years ago

Plugin does not seem to be compatible with Symfony 4.4.

friendsofsylius/sylius-import-export-plugin 0.18.0 requires symfony/stopwatch ^3.3 | ^4.1

Symfony 4.4 comes with symfony/stopwatch v5.0.8 Is there a workaround?

andychan94 commented 4 years ago

I forked the repo and added the version needed to stopwatch and it seems to be working fine "symfony/stopwatch": "^3.3 | ^4.1 | ^5.0",

oallain commented 4 years ago

Hi @andychan94 ,

Do you want to make PR here for add it ?