mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"ecphp/eu-login-api-authentication-bundle": {
|
||||
"version": "1.0",
|
||||
"recipe": {
|
||||
"repo": "1.0",
|
||||
"branch": "master",
|
||||
"version": "1.0",
|
||||
"ref": "d6077549d9942bd234616476ec8b8a99a51ec136"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"ecphp/eu-login-api-authentication-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "ecphp/eu-login-api-authentication-bundle",
|
||||
"version": "1.0",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"EcPhp\\EuLoginApiAuthenticationBundle\\EuLoginApiAuthenticationBundle": [
|
||||
@@ -32,18 +18,26 @@
|
||||
},
|
||||
"files": {
|
||||
"config/routes/dev/eu_login_api_authentication.yaml": {
|
||||
"contents": "eu_login_api_authentication:\n resource: '@EuLoginApiAuthenticationBundle/Resources/config/routes/routes.php'\n prefix: /api\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"eu_login_api_authentication:",
|
||||
" resource: '@EuLoginApiAuthenticationBundle/Resources/config/routes/routes.php'",
|
||||
" prefix: /api",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/eu_login_api_authentication.yaml": {
|
||||
"contents": "eu_login_api_authentication:\n client_id: \"%env(EULOGIN_CLIENT_ID)%\"\n client_secret: \"%env(EULOGIN_CLIENT_SECRET)%\"\n environment: \"%env(EULOGIN_ENV)%\" # Available values are: acceptance, production\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"eu_login_api_authentication:",
|
||||
" client_id: \"%env(EULOGIN_CLIENT_ID)%\"",
|
||||
" client_secret: \"%env(EULOGIN_CLIENT_SECRET)%\"",
|
||||
" environment: \"%env(EULOGIN_ENV)%\" # Available values are: acceptance, production",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "ecphp/eu-login-api-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "d6077549d9942bd234616476ec8b8a99a51ec136"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user