Files
symfony-flex-recipes-contrib/symfonycorp.connect-bundle.5.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

49 lines
1.9 KiB
JSON

{
"locks": {
"symfonycorp/connect-bundle": {
"version": "5.0",
"recipe": {
"repo": "5.0",
"branch": "master",
"version": "5.0",
"ref": "42c7cfa21e1bdf4645135cac649ca1d35292f78c"
}
}
},
"manifests": {
"symfonycorp/connect-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "symfonycorp/connect-bundle",
"version": "5.0",
"manifest": {
"bundles": {
"SymfonyCorp\\Bundle\\ConnectBundle\\SymfonyConnectBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"SYMFONY_CONNECT_APP_ID": "",
"SYMFONY_CONNECT_APP_SECRET": ""
}
},
"files": {
"config/routes/symfony_connect.yaml": {
"contents": "symfony_connect_callback:\n path: /connect/callback\n\nsymfony_connect_login:\n path: /connect/login\n methods: [GET]\n controller: SymfonyCorp\\Bundle\\ConnectBundle\\Controller\\OAuthController::newSessionAction\n",
"executable": false,
"encoding": ""
},
"config/packages/symfony_connect.yaml": {
"contents": "symfony_connect:\n app_id: '%env(SYMFONY_CONNECT_APP_ID)%'\n app_secret: '%env(SYMFONY_CONNECT_APP_SECRET)%'\n scope: 'SCOPE_PUBLIC'\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfonycorp/connect-bundle:5.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}