Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-11-16 20:35:07 +00:00
parent 8e644892cb
commit a38fdc8ee8
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -259,6 +259,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [jawira/case-converter-twig](https://packagist.org/packages/jawira/case-converter-twig) | [0.0](jawira/case-converter-twig/0.0) |
| [jawira/doctrine-diagram-bundle](https://packagist.org/packages/jawira/doctrine-diagram-bundle) | [0.7](jawira/doctrine-diagram-bundle/0.7) |
| [jbtcd/fitbit-bundle](https://packagist.org/packages/jbtcd/fitbit-bundle) | [1.0](jbtcd/fitbit-bundle/1.0) |
| [jeandanyel/crud-bundle](https://packagist.org/packages/jeandanyel/crud-bundle) | [0.1](jeandanyel/crud-bundle/0.1) |
| [jeandanyel/list-bundle](https://packagist.org/packages/jeandanyel/list-bundle) | [0.1](jeandanyel/list-bundle/0.1) |
| [jmose/command-scheduler-bundle](https://packagist.org/packages/jmose/command-scheduler-bundle) | [2.0](jmose/command-scheduler-bundle/2.0) |
| [jms/serializer-bundle](https://packagist.org/packages/jms/serializer-bundle) | [4.0](jms/serializer-bundle/4.0) |
@@ -0,0 +1,27 @@
{
"manifests": {
"jeandanyel/crud-bundle": {
"manifest": {
"bundles": {
"Jeandanyel\\CrudBundle\\JeandanyelCrudBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/jeandanyel_crud.yaml": {
"contents": [
"jeandanyel_crud:",
" resource: \"@JeandanyelCrudBundle/config/routes.yaml\"",
""
],
"executable": false
}
},
"ref": "e1a14e824f21130fcb61ac5c2e7d4d0697d80bc3"
}
}
}
+3
View File
@@ -816,6 +816,9 @@
"jbtcd/fitbit-bundle": [
"1.0"
],
"jeandanyel/crud-bundle": [
"0.1"
],
"jeandanyel/list-bundle": [
"0.1"
],
+27
View File
@@ -0,0 +1,27 @@
{
"manifests": {
"jeandanyel/crud-bundle": {
"manifest": {
"bundles": {
"Jeandanyel\\CrudBundle\\JeandanyelCrudBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/jeandanyel_crud.yaml": {
"contents": [
"jeandanyel_crud:",
" resource: \"@JeandanyelCrudBundle/config/routes.yaml\"",
""
],
"executable": false
}
},
"ref": "e1a14e824f21130fcb61ac5c2e7d4d0697d80bc3"
}
}
}