Closed dhensby closed 7 years ago
@dhensby, thanks for your PR! By analyzing the blame information on this pull request, I identified @chillu, @kinglozzer and @micmania1 to be potential reviewers
@@ master #37 diff @@
===================================
Files 1 1
Lines 115 115
Methods 12 12
Messages 0 0
Branches 0 0
===================================
Hits 115 115
Misses 0 0
Partials 0 0
Powered by Codecov. Last update 3b5d382...e18866b
I've tested this here: https://travis-ci.org/dhensby/silverstripe-framework/builds/181671184 and it seems to work :)
Exposing a github token publicly should be avoided.
Having researched this problem it appears GitHub removed API limits on fetching archives in March this year and therefore a GitHub API token should be optional.
Alternatively using
--prefer-source
could provide a workaround (https://github.com/composer/composer/issues/1314) though with mixed results for some.