mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"ecphp/api-gw-authentication-bundle": {
|
||||
"version": "1.0",
|
||||
"recipe": {
|
||||
"repo": "1.0",
|
||||
"branch": "master",
|
||||
"version": "1.0",
|
||||
"ref": "f8884c5ce14c40e72d6f05e97057f2bb9e18653e"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"ecphp/api-gw-authentication-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "ecphp/api-gw-authentication-bundle",
|
||||
"version": "1.0",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"EcPhp\\ApiGwAuthenticationBundle\\ApiGwAuthenticationBundle": [
|
||||
@@ -27,18 +13,25 @@
|
||||
},
|
||||
"files": {
|
||||
"config/routes/dev/api_gw_authentication.yaml": {
|
||||
"contents": "api_gw_authentication_bundle:\n resource: '@ApiGwAuthenticationBundle/Resources/config/routes/routes.php'\n prefix: /api\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"api_gw_authentication_bundle:",
|
||||
" resource: '@ApiGwAuthenticationBundle/Resources/config/routes/routes.php'",
|
||||
" prefix: /api",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/api_gw_authentication.yaml": {
|
||||
"contents": "api_gw_authentication:\n defaults:\n env: acceptance # Available values are: acceptance, intra, production, user\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"api_gw_authentication:",
|
||||
" defaults:",
|
||||
" env: acceptance # Available values are: acceptance, intra, production, user",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "ecphp/api-gw-authentication-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "f8884c5ce14c40e72d6f05e97057f2bb9e18653e"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user