-
Notifications
You must be signed in to change notification settings - Fork 25
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
Still stuck at "Performing replacements..." #86
Comments
The AWS SDK is enormous – it's 216,273 PHP files to require The timeout you're experiencing can be fixed by following the instructions linked in the error message, or running the tool directly with There's nothing here that's not working, per se.
There is a branch started with the idea of enumerating all changes before performing them. By taking that approach, it should be possible to remove some of the the loops in loops. In theory it should be O(n) – two passes over all the files. |
Thanks @BrianHenryIE, Removing unused services was very helpful, it is very quick now, but I have another problem, I will create a new issue |
I just used the documentation's composer example, and it stuck at the "[info] Performing replacements..." step
Edit: I just got this error
Very strange, I have only 1 dependency and it is very very slow...
My
composer.json
:The text was updated successfully, but these errors were encountered: