mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"redirectionio/proxy-symfony": {
|
||||
"version": "0.2",
|
||||
"recipe": {
|
||||
"repo": "0.2",
|
||||
"branch": "master",
|
||||
"version": "0.2",
|
||||
"ref": "9bcaef9a03d6f49a93b342cd87045688a04b7316"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"redirectionio/proxy-symfony": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "redirectionio/proxy-symfony",
|
||||
"version": "0.2",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"RedirectionIO\\Client\\ProxySymfony\\RedirectionIOBundle": [
|
||||
@@ -27,13 +13,19 @@
|
||||
},
|
||||
"files": {
|
||||
"config/packages/redirectionio.yaml": {
|
||||
"contents": "# Documentation: https://github.com/redirectionio/proxy-symfony\nredirection_io:\n project_key: FIXME\n connections:\n my_agent: tcp://127.0.0.1:10301\n # another_agent: unix:///var/run/redirectionio.sock\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"# Documentation: https://github.com/redirectionio/proxy-symfony",
|
||||
"redirection_io:",
|
||||
" project_key: FIXME",
|
||||
" connections:",
|
||||
" my_agent: tcp://127.0.0.1:10301",
|
||||
" # another_agent: unix:///var/run/redirectionio.sock",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "redirectionio/proxy-symfony:0.2@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "9bcaef9a03d6f49a93b342cd87045688a04b7316"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user