jtl-software / connector-core

PHP base libraries for the development of "JTL-Connector" endpoints to integrate JTL-Wawi with various e-commerce platforms
MIT License
12 stars 17 forks source link

Incompatibility with Magento 2.4.7-p1 #23

Open norgeindian opened 3 months ago

norgeindian commented 3 months ago

According to https://packagist.org/packages/magento/community-edition#2.4.7-p1, Magento 2.4.7-p1 requires symfony/console ^6.4, whereas jtl/connector has a dependency on symfony/console ^4.3|^5.1, even in its latest version. It would be awesome, if the dependency on symfony/console could be updated, so that this module is compatible with Magento 2.4.7.-p1

Patrick-Gugelsberger commented 3 months ago

Hi @norgeindian,

we're currently working on this.

You could try using the update-dependencies branch, maybe this will help until we finish the dependency updates.

norgeindian commented 2 months ago

@Patrick-Gugelsberger , thanks for the fast reply. Do you already know, when the next update with a fix included will be released?

norgeindian commented 1 month ago

@Patrick-Gugelsberger, can you already say, when the fixed release will be published?

norgeindian commented 3 weeks ago

@Patrick-Gugelsberger , we would really like to update to Magento 2.4.7. All other modules of our instance are already compatible. The JTL connector is the only one, which is blocking the update. Can you at least tell me approximately, when I can expect a new compatible version?

Patrick-Gugelsberger commented 3 weeks ago

Hey @norgeindian,

first of all, i'm sorry for missing your last comments.

Sadly there is still no ETA available, but as mentioned in my first answer, you can use the update-dependencies branch until then. The commits which are ahead of this branch are mostly code style fixes and some strict typing, you're not missing out on features using this branch.

This should solve your problems until the new version will get released.