-
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
[Backport] Fix magento root package identification for metapackage installation #21137
Conversation
Hi @oleksii-lisovyi. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @ihor-sviziev, thank you for the review. |
Hi @oleksii-lisovyi, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash all changes into single commit and force push your chagnes
@@ -6081,6 +6081,8 @@ | |||
"stability-flags": [], | |||
"prefer-stable": false, | |||
"prefer-lowest": false, | |||
"platform": [], | |||
"platform": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this changes, It looks incorrect
4f43584
to
48b4707
Compare
I checked integration tests failures, looks like we have some legacy test there. I'll discuss what to do with it with @buskamuza. For now no action items needed. |
Hi @ihor-sviziev, thank you for the review. |
@oleksii-lisovyi, please check failed integration test Magento\Framework\Composer\ComposerInformationTest::testGetRequiredExtensions with data set "Skeleton Composer" ('testSkeleton') |
Hi @nmalevanec, |
@oleksii-lisovyi @ihor-sviziev is there a related pull request to 2.3-develop? |
@sivaschenko, here it's: #22116 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @oleksii-lisovyi,
Right now backport looks really different than original PR.
Could you update this PR with changes that were done there?
Thank you!
@oleksii-lisovyi , I am closing this PR now due to inactivity. |
Hi @oleksii-lisovyi, thank you for your contribution! |
Original pull request: #22116
Description (*)
Fix issue with failing Magento installing process (
php bin/magento setup:install
) for installation via metapackage, because of issue in root package defining.Fixed Issues (if relevant)
Manual testing scenarios (*)
Steps to reproduce could be takes from issue.
Contribution checklist (*)