FriendsOfSylius / SyliusImportExportPlugin

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

Add symfony 6 compatibility #286

Closed vasilvestre closed 1 year ago

vasilvestre commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? yes
Fixed tickets #...

Symfony 6 requires PHP 8.0 which can't be used in this package at the moment

dsbe-ak commented 1 year ago

Why is this plugin dependent on the API bundle? It should work without using the API bundle, or not?

oallain commented 1 year ago

IMHO, we need to remove compatibility with Sylius 1.8 and Sylius 1.9 to drop support of PHP 7.4 and make this update easier.