Create Flex endpoint

This commit is contained in:
github-action[bot]
2026-03-23 09:52:36 +00:00
commit 28dad16285
2 changed files with 48 additions and 0 deletions

23
index.json Normal file
View 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"
}
}

View 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"
}
}
}