Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+11 -19
View File
@@ -1,20 +1,6 @@
{
"locks": {
"zendesk/zendesk_api_client_php": {
"version": "2.2",
"recipe": {
"repo": "2.2",
"branch": "master",
"version": "2.2",
"ref": "2aeb1762b9485109074b2ac1e759d37fed5439c5"
}
}
},
"manifests": {
"zendesk/zendesk_api_client_php": {
"repository": "github.com/symfony/recipes-contrib",
"package": "zendesk/zendesk_api_client_php",
"version": "2.2",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
@@ -29,13 +15,19 @@
},
"files": {
"config/packages/zendesk_api_client.yaml": {
"contents": "services:\n Zendesk\\API\\HttpClient:\n arguments:\n - '%env(ZENDESK_API_SUBDOMAIN)%'\n calls:\n - ['setAuth', ['basic', { username: '%env(ZENDESK_API_USERNAME)%', token: '%env(ZENDESK_API_TOKEN)%' }]]\n",
"executable": false,
"encoding": ""
"contents": [
"services:",
" Zendesk\\API\\HttpClient:",
" arguments:",
" - '%env(ZENDESK_API_SUBDOMAIN)%'",
" calls:",
" - ['setAuth', ['basic', { username: '%env(ZENDESK_API_USERNAME)%', token: '%env(ZENDESK_API_TOKEN)%' }]]",
""
],
"executable": false
}
},
"origin": "zendesk/zendesk_api_client_php:2.2@github.com/symfony/recipes-contrib:master",
"is_contrib": true
"ref": "2aeb1762b9485109074b2ac1e759d37fed5439c5"
}
}
}