You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 1.x branch.
Discussion
----------
Shorten Symfony Recipe URL Cache Keys
Fixes#830.
This change replaces the simple generated composer filesystem cache key with a slightly shorter one only for the Symfony Recipes repos.
`/home/cameron/.cache/composer/repo/flex/https---api.github.com-repos-symfony-recipes-contrib-contents-friendsofsymfony.elastica-bundle.5.0.json-ref-flex-main`
becomes
`/home/cameron/.cache/composer/repo/flex/sf-recipes-contrib-friendsofsymfony.elastica-bundle.5.0.json-ref-flex-main`
This won't fix other recipe files hosted on long paths.
Commits
-------
1f472eb Shorten Symfony Recipe URL Cache Keys
0 commit comments