mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -33,6 +33,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [sensiolabs/security-checker](https://packagist.org/packages/sensiolabs/security-checker) | [4.0](sensiolabs/security-checker/4.0) | `sec-check`, `sec-checker`, `sec-checks`, `seccheck`, `secchecker`, `secchecks`, `security-check`, `security-checker`, `securitycheck`, `securitychecker` |
|
||||
| [symfony/aha-send-mailer](https://packagist.org/packages/symfony/aha-send-mailer) | [7.2](symfony/aha-send-mailer/7.2) | `aha-send-mailer`, `ahasendmailer` |
|
||||
| [symfony/ai-bundle](https://packagist.org/packages/symfony/ai-bundle) | [0.1](symfony/ai-bundle/0.1) | `ai`, `ai-bundle`, `aibundle` |
|
||||
| [symfony/ai-open-meteo-tool](https://packagist.org/packages/symfony/ai-open-meteo-tool) | [0.1](symfony/ai-open-meteo-tool/0.1) | `ai-open-meteo-tool`, `aiopenmeteotool` |
|
||||
| [symfony/ai-serp-api-tool](https://packagist.org/packages/symfony/ai-serp-api-tool) | [0.1](symfony/ai-serp-api-tool/0.1) | `ai-serp-api-tool`, `aiserpapitool` |
|
||||
| [symfony/all-my-sms-notifier](https://packagist.org/packages/symfony/all-my-sms-notifier) | [5.3](symfony/all-my-sms-notifier/5.3) | `all-my-sms-notifier` |
|
||||
| [symfony/allmysms-notifier](https://packagist.org/packages/symfony/allmysms-notifier) | [5.3](symfony/allmysms-notifier/5.3) | `allmysms-notifier`, `allmysmsnotifier` |
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ai-open-meteo-tool": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/ai_open_meteo_tool.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
" Symfony\\AI\\Agent\\Bridge\\OpenMeteo\\OpenMeteo: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b218c1f757206805bcaeb3703c1215bfcd5ff8d0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,10 @@
|
||||
"ahasendmailer": "symfony/aha-send-mailer",
|
||||
"ai": "symfony/ai-bundle",
|
||||
"ai-bundle": "symfony/ai-bundle",
|
||||
"ai-open-meteo-tool": "symfony/ai-open-meteo-tool",
|
||||
"ai-serp-api-tool": "symfony/ai-serp-api-tool",
|
||||
"aibundle": "symfony/ai-bundle",
|
||||
"aiopenmeteotool": "symfony/ai-open-meteo-tool",
|
||||
"aiserpapitool": "symfony/ai-serp-api-tool",
|
||||
"alice": "hautelook/alice-bundle",
|
||||
"all-my-sms-notifier": "symfony/all-my-sms-notifier",
|
||||
@@ -669,6 +671,9 @@
|
||||
"symfony/ai-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"symfony/ai-open-meteo-tool": [
|
||||
"0.1"
|
||||
],
|
||||
"symfony/ai-serp-api-tool": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ai-open-meteo-tool": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/ai_open_meteo_tool.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
" Symfony\\AI\\Agent\\Bridge\\OpenMeteo\\OpenMeteo: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b218c1f757206805bcaeb3703c1215bfcd5ff8d0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user