Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-07-22 11:21:21 +00:00
parent 398477b6ff
commit 1306a73efc
4 changed files with 0 additions and 57 deletions
-1
View File
@@ -497,7 +497,6 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [prooph/event-store-symfony-bundle](https://packagist.org/packages/prooph/event-store-symfony-bundle) | [0.10](prooph/event-store-symfony-bundle/0.10) |
| [prooph/pdo-event-store](https://packagist.org/packages/prooph/pdo-event-store) | [1.15](prooph/pdo-event-store/1.15) |
| [prooph/service-bus-symfony-bundle](https://packagist.org/packages/prooph/service-bus-symfony-bundle) | [0.6](prooph/service-bus-symfony-bundle/0.6) |
| [psys/order-invoice-bundle](https://packagist.org/packages/psys/order-invoice-bundle) | [1.2](psys/order-invoice-bundle/1.2) |
| [pugx/geo-form-bundle](https://packagist.org/packages/pugx/geo-form-bundle) | [0.2](pugx/geo-form-bundle/0.2) |
| [pusher/pusher-php-server](https://packagist.org/packages/pusher/pusher-php-server) | [3.0](pusher/pusher-php-server/3.0) |
| [qandidate/toggle-bundle](https://packagist.org/packages/qandidate/toggle-bundle) | [1.0](qandidate/toggle-bundle/1.0) |
-4
View File
@@ -1588,10 +1588,6 @@
"prooph/service-bus-symfony-bundle": [
"0.6"
],
"psys/order-invoice-bundle": [
"1.0",
"1.2"
],
"pugx/geo-form-bundle": [
"0.2"
],
-33
View File
@@ -1,33 +0,0 @@
{
"manifests": {
"psys/order-invoice-bundle": {
"manifest": {
"bundles": {
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"migrations/": "migrations/",
"templates/": "templates/"
}
},
"files": {
"config/packages/psys_order_invoice.yaml": {
"contents": [
"psys_order_invoice:",
" pdf_exporter:",
" engine: mpdf",
" template_path: invoice/oi_default.html.twig",
""
],
"executable": false
}
},
"ref": "7ac8c5197c64b961de6914aa8d835d421e7ec487"
}
}
}
-19
View File
@@ -1,19 +0,0 @@
{
"manifests": {
"psys/order-invoice-bundle": {
"manifest": {
"bundles": {
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": [
"all"
]
},
"copy-from-package": {
"migrations/": "migrations/",
"templates/": "templates/"
}
},
"files": [],
"ref": "e0539849b88c67e9e7335cfea9897675ac66893c"
}
}
}