Skip to content

Commit

Permalink
docs: added a note about composer
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Oct 4, 2023
1 parent 74cd475 commit ca6b744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Because a live demo is always better than all explanations. Here is it:

* Using strict types in all PHP files ([source](https://github.com/strangebuzz/MicroSymfony/blob/main/src/Controller/AppController.php))
* Using the ADR pattern in an action controller ([source](https://github.com/strangebuzz/MicroSymfony/blob/main/src/Controller/SlugifyAcfion.php)) ([doc](https://symfony.com/doc/current/controller/service.html#invokable-controllers))
* The [composer.json](https://github.com/strangebuzz/MicroSymfony/blob/main/composer.json)
file is normalized with [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize)


## What it doesn't ship? ❌
Expand Down

0 comments on commit ca6b744

Please sign in to comment.