SyliusImportExportPlugin
SyliusImportExportPlugin copied to clipboard
Export RFC: no coupling to PortCsvWriter
Source: https://github.com/FriendsOfSylius/SyliusImportExportPlugin/pull/37/files#r168944522
Not sure this is actually needed. The CsvWriter itself is based on an interface, so the class implementation itself does not matter that much. I think we can skip this for now.
Hm, maybe we actually do. In the README we also define PortPHP as compatible, not sure that will be possible this way.