mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2221,6 +2221,9 @@
|
||||
"tiloweb/uploaded-file-type-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"timble-one/backend-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"timiki/rpc-client-bundle": [
|
||||
"4.0"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user