Merge pull request #687

This commit is contained in:
symfony-flex-server[bot]
2019-06-19 18:04:25 +00:00
committed by GitHub
@@ -1,6 +1,13 @@
services:
Github\Client:
class: Github\Client
arguments:
- '@Github\HttpClient\Builder'
# Uncomment to enable authentication
#calls:
# - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]
Github\HttpClient\Builder:
arguments:
- '@?Http\Client\HttpClient'
- '@?Http\Message\RequestFactory'
- '@?Http\Message\StreamFactory'