OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Installation/Technical Issues or Problems Broken dependency to doctrine-bundle

This topic contains 9 replies, has 3 voices, and was last updated by  ttiot 10 years, 2 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #34791

    andesk
    Participant

    Hey!

    Yesterday I wanted to install the platform-application, but composer is complaining about an unresolvable problem in requirements:

    – Installation request for oro/platform 1.0.0-rc1 -> satisfiable by oro/platform[1.0.0-rc1].
    – oro/platform 1.0.0-rc1 requires doctrine/doctrine-bundle 1.2.x-dev -> no matching package found.

    It seems that 1.2.*@dev is not existing (anymore?) in doctrine-bundle’s git repository. Could you please change requirements to that version in the platform bundles (and maybe crm bundles are affected as well?)? There is a 1.3.*@dev now or a stable 1.2.0.

    Thank you :)

Viewing 9 replies - 1 through 9 (of 9 total)
  • Author
    Replies
  • #34792

    ttiot
    Participant

    Having same problem with a newly checkout platform this morning.

    #34793

    ttiot
    Participant

    found a temporary workaround.
    In your main composer.json (under platform-application folder) replace this lines :

    by this lines :

    This will tell composer to download doctrine-bundle 1.3.x-dev as if it was 1.2.x-dev.

    #34794

    andesk
    Participant

    Ah that helps :) Thank you!

    #34795

    Alexandr Smaga
    Participant

    Hello. Please find solution there

    #34796

    ttiot
    Participant

    Andesk > You’re welcome.
    Asmaga > Your solution is for OROCrm right ? Don’t find those dependencies in oroPlatform

    #34797

    Alexandr Smaga
    Participant

    No, it’s for
    platform. It will fixed in public repos later today

    #34798

    ttiot
    Participant

    Ok sorry for mistake.

    I started my sample with platform-application and this composer.json
    So I can’t modify platform json

    #34799

    Alexandr Smaga
    Participant

    You can add dependencies that I described to your composer.json, they will override platform dependencies.

    #34800

    ttiot
    Participant

    OK, thank you.
    I am not very familiar with composer :)

Viewing 9 replies - 1 through 9 (of 9 total)

The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top