mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|