mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -397,7 +397,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [nella/monolog-tracy-bundle](https://packagist.org/packages/nella/monolog-tracy-bundle) | [2.0](nella/monolog-tracy-bundle/2.0) |
|
||||
| [nelmio/api-doc-bundle](https://packagist.org/packages/nelmio/api-doc-bundle) | [3.0](nelmio/api-doc-bundle/3.0) |
|
||||
| [nelmio/solarium-bundle](https://packagist.org/packages/nelmio/solarium-bundle) | [5.0](nelmio/solarium-bundle/5.0) |
|
||||
| [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [0.4](neo4j/neo4j-bundle/0.4) |
|
||||
| [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [1.0](neo4j/neo4j-bundle/1.0) |
|
||||
| [netbull/security-bundle](https://packagist.org/packages/netbull/security-bundle) | [1.0](netbull/security-bundle/1.0) |
|
||||
| [netgen/content-browser](https://packagist.org/packages/netgen/content-browser) | [1.0](netgen/content-browser/1.0) |
|
||||
| [netgen/layouts-core](https://packagist.org/packages/netgen/layouts-core) | [1.0](netgen/layouts-core/1.0) |
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"neo4j/neo4j-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Neo4j\\Neo4jBundle\\Neo4jBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://<my-username>:<my-password>@localhost"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/neo4j.yaml": {
|
||||
"contents": [
|
||||
"neo4j:",
|
||||
" drivers:",
|
||||
" default:",
|
||||
" dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1256,7 +1256,8 @@
|
||||
"5.0"
|
||||
],
|
||||
"neo4j/neo4j-bundle": [
|
||||
"0.4"
|
||||
"0.4",
|
||||
"1.0"
|
||||
],
|
||||
"netbull/security-bundle": [
|
||||
"1.0"
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"neo4j/neo4j-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Neo4j\\Neo4jBundle\\Neo4jBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://<my-username>:<my-password>@localhost"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/neo4j.yaml": {
|
||||
"contents": [
|
||||
"neo4j:",
|
||||
" drivers:",
|
||||
" default:",
|
||||
" dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user