Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-03-01 13:57:20 +00:00
parent 14984cb52f
commit d3b60e61de
4 changed files with 42 additions and 0 deletions
+1
View File
@@ -232,6 +232,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [jolicode/gif-exception-bundle](https://packagist.org/packages/jolicode/gif-exception-bundle) | [1.0](jolicode/gif-exception-bundle/1.0) |
| [jolicode/jolitypo](https://packagist.org/packages/jolicode/jolitypo) | [1.0](jolicode/jolitypo/1.0) |
| [jonathankablan/fast-entity-bundle](https://packagist.org/packages/jonathankablan/fast-entity-bundle) | [2.0](jonathankablan/fast-entity-bundle/2.0) |
| [jrmgx/interactive-bundle](https://packagist.org/packages/jrmgx/interactive-bundle) | [1.0](jrmgx/interactive-bundle/1.0) |
| [jsor/doctrine-postgis](https://packagist.org/packages/jsor/doctrine-postgis) | [1.7](jsor/doctrine-postgis/1.7) |
| [jupi/prestashop-webservice-bundle](https://packagist.org/packages/jupi/prestashop-webservice-bundle) | [1.0](jupi/prestashop-webservice-bundle/1.0) |
| [jurry/amqp-symfony-bundle](https://packagist.org/packages/jurry/amqp-symfony-bundle) | [1.0](jurry/amqp-symfony-bundle/1.0) |
@@ -0,0 +1,19 @@
{
"manifests": {
"jrmgx/interactive-bundle": {
"manifest": {
"bundles": {
"Jrmgx\\InteractiveBundle\\InteractiveBundle": [
"dev",
"test"
]
},
"copy-from-package": {
"bin/interactive_console": "%BIN_DIR%/interactive"
}
},
"files": [],
"ref": "be62ae3467bcdbb3be7ff97160b4b1d1f8ea841a"
}
}
}
+3
View File
@@ -721,6 +721,9 @@
"jonathankablan/fast-entity-bundle": [
"2.0"
],
"jrmgx/interactive-bundle": [
"1.0"
],
"jsor/doctrine-postgis": [
"1.7"
],
+19
View File
@@ -0,0 +1,19 @@
{
"manifests": {
"jrmgx/interactive-bundle": {
"manifest": {
"bundles": {
"Jrmgx\\InteractiveBundle\\InteractiveBundle": [
"dev",
"test"
]
},
"copy-from-package": {
"bin/interactive_console": "%BIN_DIR%/interactive"
}
},
"files": [],
"ref": "be62ae3467bcdbb3be7ff97160b4b1d1f8ea841a"
}
}
}