mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
27 lines
814 B
JSON
27 lines
814 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-scraper-tool": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_scraper_tool.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" _defaults:",
|
|
" autowire: true",
|
|
" autoconfigure: true",
|
|
"",
|
|
" Symfony\\AI\\Agent\\Bridge\\Scraper\\Scraper: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "d5835512c629bb436e7d9c5f82156d0f03ff6e36"
|
|
}
|
|
}
|
|
}
|