Skip to content

Commit

Permalink
Add recipe for http-client
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 11, 2019
1 parent d9dc7a8 commit f3d053b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions symfony/http-client/4.3/config/packages/http_client.yaml
@@ -0,0 +1,4 @@
framework:
http_client:
default_options:
# see HttpClientInterface::OPTIONS_DEFAULTS for existing options
5 changes: 5 additions & 0 deletions symfony/http-client/4.3/manifest.json
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit f3d053b

Please sign in to comment.