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

docs: Update readme to add timeout fix for composer #2504

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

saranshdhingra
Copy link
Contributor

Added a note about composer timeouts in the readme.

@@ -47,6 +47,15 @@ Once composer is installed, execute the following command in your project root t
composer require google/apiclient:^2.15.0
```

If you're facing a timeout error then either increase the timeout for composer by adding the env flag as `COMPOSER_PROCESS_TIMEOUT=600 composer install` or you can put this in the `config` section of the composer schema:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would include the error message itself as well, to improve SEO. Something like "Could not delete"

@bshaffer bshaffer merged commit a206b70 into main Dec 15, 2023
12 checks passed
@bshaffer bshaffer deleted the add-composer-timeout-readme branch December 15, 2023 19:39
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.

None yet

2 participants