mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -747,6 +747,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](../../../tree/main/troopers/alertify-bundle/3.0) |
|
||||
| [troopers/mangopay-bundle](https://packagist.org/packages/troopers/mangopay-bundle) | [3.0](../../../tree/main/troopers/mangopay-bundle/3.0) |
|
||||
| [tsantos/serializer-bundle](https://packagist.org/packages/tsantos/serializer-bundle) | [1.0](../../../tree/main/tsantos/serializer-bundle/1.0) |
|
||||
| [vbcherepanov/a2a-symfony-bundle](https://packagist.org/packages/vbcherepanov/a2a-symfony-bundle) | [1.0](../../../tree/main/vbcherepanov/a2a-symfony-bundle/1.0) |
|
||||
| [velhron/dadata-bundle](https://packagist.org/packages/velhron/dadata-bundle) | [1.0](../../../tree/main/velhron/dadata-bundle/1.0) |
|
||||
| [velpl/buggregator-profiler-bundle](https://packagist.org/packages/velpl/buggregator-profiler-bundle) | [0.2](../../../tree/main/velpl/buggregator-profiler-bundle/0.2) |
|
||||
| [verschoof/transip-api-bundle](https://packagist.org/packages/verschoof/transip-api-bundle) | [1.2](../../../tree/main/verschoof/transip-api-bundle/1.2) |
|
||||
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"vbcherepanov/a2a-symfony-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"A2A\\Bundle\\A2ABundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/a2a.yaml": {
|
||||
"contents": [
|
||||
"# a2a:",
|
||||
"# executor: App\\Agent\\MyExecutor",
|
||||
"# card_file: '%kernel.project_dir%/config/agent-card.json'",
|
||||
"# public_url: '%env(A2A_PUBLIC_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/a2a.yaml": {
|
||||
"contents": [
|
||||
"a2a:",
|
||||
" resource: .",
|
||||
" type: a2a",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "99f3b2199ae4d9997083f1147e1ead2c3f211949"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2418,6 +2418,9 @@
|
||||
"tsantos/serializer-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"vbcherepanov/a2a-symfony-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"velhron/dadata-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"vbcherepanov/a2a-symfony-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"A2A\\Bundle\\A2ABundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/a2a.yaml": {
|
||||
"contents": [
|
||||
"# a2a:",
|
||||
"# executor: App\\Agent\\MyExecutor",
|
||||
"# card_file: '%kernel.project_dir%/config/agent-card.json'",
|
||||
"# public_url: '%env(A2A_PUBLIC_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/a2a.yaml": {
|
||||
"contents": [
|
||||
"a2a:",
|
||||
" resource: .",
|
||||
" type: a2a",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "99f3b2199ae4d9997083f1147e1ead2c3f211949"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user