mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"locks": {
|
||||
"knplabs/github-api": {
|
||||
"version": "2.6",
|
||||
"recipe": {
|
||||
"repo": "2.6",
|
||||
"branch": "master",
|
||||
"version": "2.6",
|
||||
"ref": "a7d5781e4a8e84f1c238c43e4c9bb806f01d8a3f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"knplabs/github-api": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "knplabs/github-api",
|
||||
"version": "2.6",
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GITHUB_AUTH_METHOD": "http_password",
|
||||
"GITHUB_USERNAME": "username",
|
||||
"GITHUB_SECRET": "password_or_token"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/github_api.yaml": {
|
||||
"contents": "services:\n Github\\Client:\n arguments:\n - '@Github\\HttpClient\\Builder'\n # Uncomment to enable authentication\n #calls:\n # - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]\n\n Github\\HttpClient\\Builder:\n arguments:\n - '@?Http\\Client\\HttpClient'\n - '@?Http\\Message\\RequestFactory'\n - '@?Http\\Message\\StreamFactory'\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
}
|
||||
},
|
||||
"origin": "knplabs/github-api:2.6@github.com/symfony/recipes-contrib:master",
|
||||
"not_installable": false,
|
||||
"is_contrib": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user