mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Create Flex endpoint
This commit is contained in:
23
index.json
Normal file
23
index.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"aliases": {
|
||||
"ai-postgres-store": "symfony/ai-postgres-store",
|
||||
"aipostgresstore": "symfony/ai-postgres-store"
|
||||
},
|
||||
"recipes": {
|
||||
"symfony/ai-postgres-store": [
|
||||
"0.1"
|
||||
]
|
||||
},
|
||||
"recipe-conflicts": [],
|
||||
"versions": [],
|
||||
"branch": "main",
|
||||
"is_contrib": false,
|
||||
"_links": {
|
||||
"repository": "github.com/symfony/recipes",
|
||||
"origin_template": "{package}:{version}@github.com/symfony/recipes:main",
|
||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1523/{package_dotted}.{version}.json",
|
||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1523/archived/{package_dotted}/{ref}.json",
|
||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||
}
|
||||
}
|
||||
25
symfony.ai-postgres-store.0.1.json
Normal file
25
symfony.ai-postgres-store.0.1.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ai-postgres-store": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/ai_postgres_store.yaml": {
|
||||
"contents": [
|
||||
"ai:",
|
||||
" store:",
|
||||
" postgres:",
|
||||
" default:",
|
||||
" dbal_connection: 'doctrine.dbal.default_connection'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2dc03e717a268169c6cb88e260a4cc860ade3c94"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user