Skip to content

Commit

Permalink
Update README.md & add minimal TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Apr 8, 2022
1 parent 85d6624 commit 7dd525d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,22 @@ enum Suit: string implements ReadableEnumInterface

---

- Features
- [Readable enums](#readable-enums)
- [Flag enums](#flag-enums)
- [Extra values](#extra-values)
- [Integrations](#integrations)
- [Symfony Forms](#symfony-form)
- [Symfony Controller Argument Resolver](#symfony-httpkernel)
- Symfony VarDumper
- [Doctrine ORM](#doctrine)
- [Doctrine ODM](#doctrine-odm)
- [Faker](#faker)

## Installation

```bash
composer require "elao/enum:^2.0@alpha"
composer require "elao/enum:^2.0@beta"
```

Or, in order to help and test latest changes:
Expand Down

0 comments on commit 7dd525d

Please sign in to comment.