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 composer.lock to cloud-tools to v6.0 #259

Closed
bshaffer opened this issue Nov 30, 2016 · 1 comment
Closed

Update composer.lock to cloud-tools to v6.0 #259

bshaffer opened this issue Nov 30, 2016 · 1 comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@bshaffer
Copy link
Contributor

bshaffer commented Nov 30, 2016

This can be done by running the following bash command:

find . -name composer.lock -not -path "*/vendor/*" \
    -exec sh -c 'pushd "${0%/*}" && composer update && popd' {} \;
@tmatsuo
Copy link
Contributor

tmatsuo commented Dec 9, 2016

Also we'd like to update google/cloud to '0.20'.

find . -name composer.json -not -path "*/vendor/*" -exec sh -c 'pushd "${0%/*}" && grep \"google/cloud\" composer.json && composer require google/cloud:'~0.20' google/auth:'~0.11' && composer update && popd' {} \;
find . -name composer.json -not -path "*/vendor/*" -exec sh -c 'pushd "${0%/*}" && grep \"google/cloud-tools\" composer.json && composer require --dev google/cloud-tools:'~0.6' && composer update && popd' {} \; 

and I get #271

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants