UB Mega Menu 1.1.6 and PHP 7.3

I bought UB Mega Menu 1.1.6 yesterday. It seem that this version is not compatible with PHP7.3.
We want to migrate to Magento 2.2.3 and therefor we need a 7.3 compatile version.

Many Thanks.

3 answers

Profile photo of Mall Staff 184060.00 $tone October 14, 2019
Public

Hi Hans,
I am sorry for replying to you this late as I’ve been back to work from my weekend. 

It seem that this version is not compatible with PHP7.3.

Could you please let me know what specific issue you got with PHP 7.3 when using our module?

We want to migrate to Magento 2.2.3 and therefor we need a 7.3 compatile version.

It seems you referred to M2.3.3? The M2.3.3 still works fine with ~PHP.7.1.3 , ~PHP7.2.0 and ~PHP7.3.0 as per Magento’s requirements noted in this post.

Regards,
Mall.

#1

Hi Mall,
composer.json of the module allows max. PHP 7.1.x and we install module via composer locally, we do not use app/code folder. So we need a version, where in composer.json PHP 7.3.x is allowed. I guess you need to add ~7.2 and ~7.3 support in require section for php.

#2
Profile photo of Mall Staff 184060.00 $tone October 14, 2019
Public

Hi there,

 I guess you need to add ~7.2 and ~7.3 support in require section for php.

Please do it at your end to pass the deployment via composer locally as you want.
You can changes: 
from

"php": "~5.5.0|~5.6.0|7.0.2|~7.0.6|~7.1.0",

to

"php": "~5.5.0||~5.6.0||7.0.2||~7.0.6||~7.1.0||~7.2.0||~7.3.0",

Regards,
Mall.

#3

Please login or Register to Submit Answer

Written By

Comments