diff --git a/README.md b/README.md index b2b860a..4488dda 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ $ulid = Ulid::generate(true); print $ulid; // 01b8kyr6g8bc61ce8r6k2t16hy ``` +## See also + +- [bentools/doctrine-ulid](https://github.com/bpolaszek/doctrine-ulid) - To use this library with Doctrine ORM. + ## License -MIT © [Robin van der Vleuten](https://www.robinvdvleuten.nl) +MIT © [Robin van der Vleuten](https://www.robinvdvleuten.nl) \ No newline at end of file diff --git a/composer.json b/composer.json index c3722b6..a093aea 100644 --- a/composer.json +++ b/composer.json @@ -32,5 +32,8 @@ "branch-alias": { "dev-master": "2.0.x-dev" } + }, + "suggest": { + "bentools/doctrine-ulid": "Use ULID with Doctrine ORM" } }