mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"php-http/httplug-bundle": {
|
||||
"version": "1.6",
|
||||
"recipe": {
|
||||
"repo": "1.6",
|
||||
"branch": "master",
|
||||
"version": "1.6",
|
||||
"ref": "87b3d491d593d2c6e3b90bf0689ac69a188bfa5f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"php-http/httplug-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "php-http/httplug-bundle",
|
||||
"version": "1.6",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Http\\HttplugBundle\\HttplugBundle": [
|
||||
@@ -27,13 +13,27 @@
|
||||
},
|
||||
"files": {
|
||||
"config/packages/httplug.yaml": {
|
||||
"contents": "httplug:\n plugins:\n retry:\n retry: 1\n\n discovery:\n client: 'auto'\n\n clients:\n app:\n http_methods_client: true\n plugins:\n - 'httplug.plugin.content_length'\n - 'httplug.plugin.redirect'\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"httplug:",
|
||||
" plugins:",
|
||||
" retry:",
|
||||
" retry: 1",
|
||||
"",
|
||||
" discovery:",
|
||||
" client: 'auto'",
|
||||
"",
|
||||
" clients:",
|
||||
" app:",
|
||||
" http_methods_client: true",
|
||||
" plugins:",
|
||||
" - 'httplug.plugin.content_length'",
|
||||
" - 'httplug.plugin.redirect'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "php-http/httplug-bundle:1.6@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "87b3d491d593d2c6e3b90bf0689ac69a188bfa5f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user