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

Add Composer cache for v2 on Travis CI #1266

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

sanmai
Copy link
Contributor

@sanmai sanmai commented Nov 12, 2020

Q A
Bug fix? yes
New feature? no
Doc updated no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT

Composer v1 and v2 store caches in different places:

$HOME/.composer/cache
$HOME/.cache/composer

Can be verified with:

composer --global config cache-dir

Composer v1 and v2 store caches in different places:

    $HOME/.composer/cache
    $HOME/.cache/composer

Can be verified with:

    composer --global config cache-dir
@goetas goetas merged commit a89999f into schmittjoh:master Nov 30, 2020
@goetas
Copy link
Collaborator

goetas commented Nov 30, 2020

thanks!

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