Skip to content

Commit 90cb7ed

Browse files
authored
docs: add ADR section (#168)
1 parent 58c6b70 commit 90cb7ed

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ file, replace all occurrences of `7.2` with `6.4` and run `composer up`.
4343
* [PHP configuration files](#php-configuration-files)
4444
* [Other good practices](#other-good-practices-)
4545
* [References](#references-)
46+
* [ADR](#adr-)
4647
* [Contributing](#contributing-)
4748
* [Security](#security-)
4849
* [Credits](#credits-)
@@ -187,13 +188,13 @@ database.
187188

188189
### Tooling 🔨
189190

190-
* Vite-Bundle ([PR](https://github.com/strangebuzz/MicroSymfony/pull/160), [branch](https://github.com/lhapaipai/MicroSymfony/tree/vite), rebased on 2025-02-07)
191-
* Psalm ([PR](https://github.com/strangebuzz/MicroSymfony/pull/160), [branch](https://github.com/strangebuzz/MicroSymfony/tree/psalm), rebased on 2025-02-08)
191+
* Vite-Bundle ([PR](https://github.com/strangebuzz/MicroSymfony/pull/160), [branch](https://github.com/lhapaipai/MicroSymfony/tree/vite), rebased on 2025-02-07) ([demo](https://vite.microsymfony.ovh))
192+
* Psalm ([PR](https://github.com/strangebuzz/MicroSymfony/pull/160), [branch](https://github.com/strangebuzz/MicroSymfony/tree/psalm), rebased on 2025-02-11)
192193
* Taskfile ([PR](https://github.com/strangebuzz/MicroSymfony/pull/86), [branch](https://github.com/jmsche/MicroSymfony/tree/taskfile), rebased on 2024-11-17)
193194
* TwigStan ([PR](https://github.com/strangebuzz/MicroSymfony/pull/95), [branch](https://github.com/strangebuzz/MicroSymfony/tree/twigstan), rebased on 2024-11-17)
194195
* Twig-CS-Fixer ([PR](https://github.com/strangebuzz/MicroSymfony/pull/118), [branch](https://github.com/strangebuzz/MicroSymfony/tree/feat/use-twig-cs-fixer), rebased on 2024-11-21)
195196

196-
One will rebase those branches regularly so they are always up to date.
197+
One will rebase those branches regularly so they are not too outdated.
197198

198199

199200
## Notes 📒
@@ -228,6 +229,17 @@ run:
228229
to install and run [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer)
229230

230231

232+
## ADR 📝
233+
234+
ADR stands for [Architecture Design Records](https://adr.github.io/):
235+
236+
* [2025-01-25] Include the FrankenPHP runtime by default ([PR](https://github.com/strangebuzz/MicroSymfony/pull/54))
237+
* [2025-01-21] Add PHPUnit test suites ([PR](https://github.com/strangebuzz/MicroSymfony/pull/155))
238+
* [2024-12-18] Use PicoCSS instead of BareCSS as the CSS framework ([PR](https://github.com/strangebuzz/MicroSymfony/pull/85))
239+
* [2024-12-05] Convert all configurations files to PHP ([PR](https://github.com/strangebuzz/MicroSymfony/pull/129))
240+
* [2024-09-22] Use the ADR pattern for all controllers ([PR](https://github.com/strangebuzz/MicroSymfony/pull/58))
241+
242+
231243
## References 📚
232244

233245
* [Running a Symfony app on a VPS with Docker and FrankenPHP](https://les-tilleuls.coop/en/blog/running-a-symfony-app-on-a-vps-with-docker-and-frankenphp) (les-tilleuls.coop)

0 commit comments

Comments
 (0)