-
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
Add FTP to composer.json #39084
Add FTP to composer.json #39084
Conversation
Hi @rafaelstz. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@rafaelstz where is this funtionality is used? |
@ihor-sviziev, only in 2 classes as far as I can see:
So yeah, it's indeed missing in the dependency declaration of the framework and the global (the statement |
@ihor-sviziev @hostep |
Hello, Internal team has started to work on it Thanks. |
As per this moving this to On Hold until further updates. |
02457f9
into
magento:2.4-develop
@engcom-Charlie, @glo60612, it was merged and then reverted again, so it didn't made it in the codebase, is there an explanation for this? |
@hostep Thanks for your Contribution!!!. Hi @rafaelstz There are no changes to composer.lock, it should be updated. We excluded these changes because we need to evaluate if the new dependency that you are adding to the env is really needed. Also, please add test scenario for this issue, currently it's not clear what use cases has a bug. Thank you! |
Description (*)
PHP 8.2.15 removed the FTP extension, so I created this PR to add it as part of the dependencies.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)