OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Unable to install OroCRM 1.0.0-beta6: no matching package found

This topic contains 1 reply, has 2 voices, and was last updated by  Alexandr Smaga 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
  • #25862

    Pierre Lechelle
    Participant

    Hello,

    I’m trying to install OroCRM for a couple of hours now and I just don’t get it…

    I followed all instructions inside the README.txt file and I keep getting those errors:

    I read all documentation possible. Verified the minimum stability and everything but I just don’t get it…

    I cloned the Git repository so I’ve the latest version possible. I understand Composer can’t find the doctrine-bundle package.

    Can someone help me out ?

    Thanks a lot !

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25863

    Alexandr Smaga
    Participant

    Hi,

    Some changes in doctrine-bundle causes problems.
    We’ve already fix it in our dev master.

    Just need to change bundles version to depends on.
    Check and change your composer.json. Doctrine bundles section should looks like
    "doctrine/orm": "2.4.1",
    "doctrine/doctrine-bundle": "1.2.0",
    "doctrine/data-fixtures": "1.0.0",
    "doctrine/doctrine-fixtures-bundle": "2.2.0",

    And run composer update --prefer-dist after that

Viewing 1 replies (of 1 total)

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

Back to top