owebia / magento2-module-advanced-shipping

Other
90 stars 28 forks source link

Compatibility issue with nikic/php-parser on Magento 2.4.7-p1 #126

Open lupin0xf opened 2 months ago

lupin0xf commented 2 months ago

Hi there,

trying to install the extension with the provided composer command results in the following problem in composer:

` Problem 1

apparently, downgrading nikic/php-parser is not an option since many other core functionality depends on it.

donniesg commented 2 months ago

I have just encountered the same issue. Any work arounds?

owebia commented 2 months ago

Thanks @lupin0xf and @donniesg for the feedback.

We will try to provide a fix by the end of next week.

donniesg commented 2 months ago

That's great news! Thank you!

lupin0xf commented 2 months ago

Awesome, thanks alot man.

owebia commented 2 months ago

@lupin0xf @donniesg This should be fixed with the version 6.1.0 of the owebia/magento2-module-shared-php-config dependency.

Could you please confirm me that it works for you?

lupin0xf commented 2 months ago

@owebia

I just successfully installed the extension without any issues. Thanks alot sir.

donniesg commented 2 months ago

@owebia Yes. It works. Thank you!