Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-02-26 00:40:03 +00:00
parent 4716e94bd3
commit fc03d93fd6
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -687,6 +687,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [tilleuls/sylius-quick-import-plugin](https://packagist.org/packages/tilleuls/sylius-quick-import-plugin) | [0.1](tilleuls/sylius-quick-import-plugin/0.1) |
| [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) |
| [tiloweb/uploaded-file-type-bundle](https://packagist.org/packages/tiloweb/uploaded-file-type-bundle) | [2.0](tiloweb/uploaded-file-type-bundle/2.0) |
| [timble-one/backend-bundle](https://packagist.org/packages/timble-one/backend-bundle) | [0.1](timble-one/backend-bundle/0.1) |
| [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) |
| [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) |
| [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) |
@@ -0,0 +1,36 @@
{
"manifests": {
"timble-one/backend-bundle": {
"manifest": {
"bundles": {
"TimbleOne\\BackendBundle\\BackendBundle": [
"all"
]
},
"dockerfile": [
"RUN install-php-extensions gd exif"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> TimbleOne BackendBundle </>",
"<bg=blue;fg=white> </>",
"",
"This bundle requires the PHP extensions <comment>gd</> and <comment>exif</>.",
"",
"If your project uses Symfony Docker and has a root <comment>Dockerfile</> with:",
" <comment>###> recipes ###</>",
" <comment>###< recipes ###</>",
"then Symfony Flex will add:",
" <comment>RUN install-php-extensions gd exif</>",
"",
"If you don't use Docker, install these PHP extensions on your machine/server",
"and restart PHP-FPM / your web server afterwards.",
"",
"Composer will fail with a clear error until <comment>ext-gd</> and <comment>ext-exif</> are available."
]
},
"files": [],
"ref": "0198b38c97999a45375a0db66c009de979d234e5"
}
}
}
+3
View File
@@ -2221,6 +2221,9 @@
"tiloweb/uploaded-file-type-bundle": [
"2.0"
],
"timble-one/backend-bundle": [
"0.1"
],
"timiki/rpc-client-bundle": [
"4.0"
],
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"timble-one/backend-bundle": {
"manifest": {
"bundles": {
"TimbleOne\\BackendBundle\\BackendBundle": [
"all"
]
},
"dockerfile": [
"RUN install-php-extensions gd exif"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> TimbleOne BackendBundle </>",
"<bg=blue;fg=white> </>",
"",
"This bundle requires the PHP extensions <comment>gd</> and <comment>exif</>.",
"",
"If your project uses Symfony Docker and has a root <comment>Dockerfile</> with:",
" <comment>###> recipes ###</>",
" <comment>###< recipes ###</>",
"then Symfony Flex will add:",
" <comment>RUN install-php-extensions gd exif</>",
"",
"If you don't use Docker, install these PHP extensions on your machine/server",
"and restart PHP-FPM / your web server afterwards.",
"",
"Composer will fail with a clear error until <comment>ext-gd</> and <comment>ext-exif</> are available."
]
},
"files": [],
"ref": "0198b38c97999a45375a0db66c009de979d234e5"
}
}
}