BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

Request to update to dependency #134

Closed Alanin closed 7 months ago

Alanin commented 8 months ago

Hello,

we are using DataDirector in a project where we need to connect to SAP using ODATA. Unfortunately the used oData Package is using "voku/portable-ascii": "2." and DataDirector is using "voku/portable-ascii": "1."

Would it be possible to update the dependency to version 2.* in composer.json?

Thank you a lot! Best regards Jörg

BlackbitDevs commented 7 months ago

Have changed version constraint to "voku/portable-ascii": "1.*|2.* - DD uses only ASCII::to_ascii() and this stayed the same between versions 1 and 2. Is released in 3.5.21

Alanin commented 7 months ago

Thank you a lot!