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

Update supported versions in the bin/check-dependencies script #1112

Conversation

YevhenZvieriev
Copy link
Contributor

Magento 2.4.7 has been released, so I removed the dependencies for such versions as 2.4.7-beta3 and 2.4.7-beta2 from the bin/check-dependencies script and added 2.4.7 and 2.4.6-p5 versions.

Screenshot from 2024-04-09 22-08-01

Copy link

what-the-diff bot commented Apr 9, 2024

PR Summary

  • Update of check-dependencies file
    This PR includes several changes to the check-dependencies file which are aimed at improving the overall functionality of the application.
  • Addition of Color Variables
    Two color variables YELLOW and BLUE have been added. This change will enhance the appearance of the console output, improving the overall user's experience.
  • Augmentation of magento_versions array
    The magento_versions array has been updated with newer versions. This allows the application to check dependencies against the latest versions of Magento, hence ensuring the application is up-to-date.
  • Changes to common_dependencies array
    The common_dependencies array was updated to reflect the necessary dependencies for different Magento versions, enhancing reliability and compatibility across different Magento versions.
  • Comment Typo Fix
    A typographical error found in the comment section has been corrected, enhancing the readability of the code.

@markshust
Copy link
Owner

Thanks! Note that there are also new versions 2.4.5-p7 and 2.4.4-p8. Do these versions need related updates?

@YevhenZvieriev
Copy link
Contributor Author

Good point! I'll add the system requirements of the new versions in the next commit.

@YevhenZvieriev
Copy link
Contributor Author

YevhenZvieriev commented Apr 13, 2024

I added system requirements for the new versions of Magento 2 so now the script provides system requirements for all supported versions.

Additionally, I added a link to the Magento system requirements documentation from DevDocs if the version entered by the user is not found in the list. This enhancement provides users with easy access to detailed information about the system requirements for running Magento, facilitating smoother installation and setup processes.

Screenshot from 2024-04-13 13-30-43

@markshust markshust merged commit 4005303 into markshust:master Apr 13, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants