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
{{ message }}
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
feature #245 Using Guzzle instead of file_get_contents to fetch .gitignore file (marius.puiu, mariuspuiu)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Using Guzzle instead of file_get_contents to fetch .gitignore file
Fixing issue #242
Replaced `file_get_contents` to get `.gitignore` file with `Guzzle` (to bypass proxy issues).
Commits
-------
ca2db3a Reverted DownloadCommand.php permissions
352f4d9 Using Guzzle instead of file_get_contents to fetch .gitignore file (issue #242)
0 commit comments