mirror of
https://github.com/wallabag/wallabag.git
synced 2026-03-21 11:32:35 +01:00
bin/console now returns a closure consumed by Symfony Runtime, removing the manual SYMFONY_ENV / SYMFONY_DEBUG env var reading. SymfonyRuntime natively handles the --env and --no-debug CLI flags, so all existing callers that pass --env=<env> keep working unchanged. The three deployment scripts (install.sh, update.sh, release.sh) that prefixed composer install with SYMFONY_ENV are updated to APP_ENV so the environment variable is forwarded to Composer's post-install hooks (cache:clear, assets:install) correctly.