You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
composer install --prefer-dist --no-dev first and after a fail also composer install --prefer-dist only
The bug using master branch is:
Problem 1
- marellocommerce/marello 3.1.x-dev requires mpdf/mpdf ^7.1 -> satisfiable by mpdf/mpdf[v7.1.0, v7.1.1, v7.1.2, v7.1.3, v7.1.4, v7.1.5, v7.1.6, v7.1.7, v7.1.8, v7.1.9] but these conflict with your requirements or minimum-stability.
- marellocommerce/marello 3.1.x-dev requires mpdf/mpdf ^7.1 -> satisfiable by mpdf/mpdf[v7.1.0, v7.1.1, v7.1.2, v7.1.3, v7.1.4, v7.1.5, v7.1.6, v7.1.7, v7.1.8, v7.1.9] but these conflict with your requirements or minimum-stability.
- marellocommerce/marello 3.1.0 requires mpdf/mpdf ^7.1 -> satisfiable by mpdf/mpdf[v7.1.0, v7.1.1, v7.1.2, v7.1.3, v7.1.4, v7.1.5, v7.1.6, v7.1.7, v7.1.8, v7.1.9] but these conflict with your requirements or minimum-stability.
- marellocommerce/marello 3.1.x-dev requires mpdf/mpdf ^7.1 -> satisfiable by mpdf/mpdf[v7.1.0, v7.1.1, v7.1.2, v7.1.3, v7.1.4, v7.1.5, v7.1.6, v7.1.7, v7.1.8, v7.1.9] but these conflict with your requirements or minimum-stability.
- marellocommerce/marello 3.1.x-dev requires mpdf/mpdf ^7.1 -> satisfiable by mpdf/mpdf[v7.1.0, v7.1.1, v7.1.2, v7.1.3, v7.1.4, v7.1.5, v7.1.6, v7.1.7, v7.1.8, v7.1.9] but these conflict with your requirements or minimum-stability.
- marellocommerce/marello 3.1.0 requires mpdf/mpdf ^7.1 -> satisfiable by mpdf/mpdf[v7.1.0, v7.1.1, v7.1.2, v7.1.3, v7.1.4, v7.1.5, v7.1.6, v7.1.7, v7.1.8, v7.1.9] but these conflict with your requirements or minimum-stability.
- Installation request for marellocommerce/marello ~3.1.0 -> satisfiable by marellocommerce/marello[3.1.0, 3.1.x-dev].
The bug using "3.1.0" tag is:
Problem 1
- Installation request for mpdf/mpdf v7.1.9 -> satisfiable by mpdf/mpdf[v7.1.9].
- mpdf/mpdf v7.1.9 requires php ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 -> your PHP version (7.4.20) does not satisfy that requirement.
Problem 2
- mpdf/mpdf v7.1.9 requires php ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 -> your PHP version (7.4.20) does not satisfy that requirement.
- marellocommerce/marello 3.0.2 requires mpdf/mpdf ^7.1 -> satisfiable by mpdf/mpdf[v7.1.9].
- Installation request for marellocommerce/marello 3.0.2 -> satisfiable by marellocommerce/marello[3.0.2].
Could you help me with the right procedure? Take into account that I did the same procedure using composer 2.0.12 and failed
Please help!
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thank you for reporting!
From what I can tell that you've tried a few different options and I've tried both the master and 3.1.0 bracnh/tag. The issue in this particular case is the php version (7.4.20) you've mentioned. There is a dependency that got updated later (mpdf) which does support the 7.4.20, but not the one currently in either the master or 3.1.0 tag. We are working to fix that (so it will support 7.4.20). This will be a 3.1.x version too.
Regarding composer 2, we are dependent on oro/platform which currently doesn't support composer 2 yet, so we'll have to wait and see until they do.
My stack:
The procedure to install is here : https://github.com/marellocommerce/marello-application/blob/master/README.md
I did my first attempt installing Marello 3.1.0 :
The bug using master branch is:
The bug using "3.1.0" tag is:
Could you help me with the right procedure? Take into account that I did the same procedure using composer 2.0.12 and failed
Please help!
Thanks in advance.
The text was updated successfully, but these errors were encountered: