mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
Update Flex endpoint
This commit is contained in:
@@ -337,6 +337,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [mobizel/markdown-docs-bundle](https://packagist.org/packages/mobizel/markdown-docs-bundle) | [0.9](mobizel/markdown-docs-bundle/0.9) |
|
||||
| [mobizel/symfony-capistrano](https://packagist.org/packages/mobizel/symfony-capistrano) | [0.2](mobizel/symfony-capistrano/0.2) |
|
||||
| [moneyphp/money-bundle](https://packagist.org/packages/moneyphp/money-bundle) | [0.1](moneyphp/money-bundle/0.1) |
|
||||
| [mongodb/symfony-bundle](https://packagist.org/packages/mongodb/symfony-bundle) | [0.1](mongodb/symfony-bundle/0.1) |
|
||||
| [monofony/admin-meta](https://packagist.org/packages/monofony/admin-meta) | [0.8](monofony/admin-meta/0.8) |
|
||||
| [monofony/api-meta](https://packagist.org/packages/monofony/api-meta) | [0.8](monofony/api-meta/0.8) |
|
||||
| [monofony/core-meta](https://packagist.org/packages/monofony/core-meta) | [0.8](monofony/core-meta/0.8) |
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifests": {
|
||||
"mongodb/symfony-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"MongoDB\\Bundle\\MongoDBBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MONGODB_URI": "mongodb://localhost:27017"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/mongodb.yaml": {
|
||||
"contents": [
|
||||
"mongodb:",
|
||||
" clients:",
|
||||
" default: '%env(MONGODB_URI)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "117afa1e88497f721fd84a9e83dccca616b3029a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1053,6 +1053,9 @@
|
||||
"moneyphp/money-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"mongodb/symfony-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"monofony/admin-meta": [
|
||||
"0.8"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifests": {
|
||||
"mongodb/symfony-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"MongoDB\\Bundle\\MongoDBBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MONGODB_URI": "mongodb://localhost:27017"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/mongodb.yaml": {
|
||||
"contents": [
|
||||
"mongodb:",
|
||||
" clients:",
|
||||
" default: '%env(MONGODB_URI)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "117afa1e88497f721fd84a9e83dccca616b3029a"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user