Files
iTop/lib/symfony/runtime/CHANGELOG.md
Benjamin Dalsass fb29ff29cf N°7059 - Symfony 6.4 - Application skeleton (#587)
Mise en place d'un squelette temporaire fonctionnel d'application Symfony.

- Ajout bundles debug & runtime pour une implémentation standard
- Configuration minimale
- .env file in specific directory
- Frontal application app.php
2023-12-12 16:40:04 +01:00

20 lines
339 B
Markdown

CHANGELOG
=========
6.4
---
* Add argument `bool $debug = false` to `HttpKernelRunner::__construct()`
5.4
---
* The component is not experimental anymore
* Add options "env_var_name" and "debug_var_name" to `GenericRuntime` and `SymfonyRuntime`
* Add option "dotenv_overload" to `SymfonyRuntime`
5.3.0
-----
* Add the component