-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Install using composer fails for 0.74-beta4 #1187
Comments
PR already sent in #1186 |
Tag to @tanya-soroka to look keep tabs on from a product side. |
@dali-marka, we are going to process #1186 ASAP where this issue is already fixed. |
Thanks for the quick reply! |
@dali-marka, PR #1186 was merged. Please, verify the issue again. |
|
@dali-marka, @jeff-99, sorry for confusing, this issue should be fixed for 0.74-beta5. |
@dali-marka, @jeff-99, could you check the issue again on the latest version? |
@vpelipenko This install problem is solved in beta6 |
Ok. We close the issue. |
…nd session expired #1187 - Merge Pull Request magento-engcom/magento2ce#1187 from RomaKis/magento2ce:7515 - Merged commits: 1. 9bb3dd3
when attempting to install magento2 using composer, I hit a dependency problem with magento/module-sales-sequence (Problems 2 and 3 below)
the issue is due to this incorrect dependency declaration for that module : https://github.com/magento/magento2/blob/0.74.0-beta4/app/code/Magento/SalesSequence/composer.json#L7 . it should a "*" as opposed to a specific version.
PR coming with a fix.
The text was updated successfully, but these errors were encountered: