Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install marello #19

Open
iflorespaz opened this issue Jun 8, 2021 · 1 comment
Open

Cannot install marello #19

iflorespaz opened this issue Jun 8, 2021 · 1 comment
Assignees

Comments

@iflorespaz
Copy link

My stack:

  • Debian 10.9
  • PHP 7.4.20
  • composer 1.8.4

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:

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.

@24198
Copy link
Contributor

24198 commented Jun 11, 2021

Hi @iflorespaz,

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.

I hope this helps just a little,

Jaimy

@24198 24198 self-assigned this Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants