Skip to content

Commit 447fdc4

Browse files
committed
Suggest bentools/doctrine-ulid
1 parent b1a0c04 commit 447fdc4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ print $ulid; // 01b8kyr6g8bc61ce8r6k2t16hy
2929
## License
3030

3131
MIT © [Robin van der Vleuten](https://www.robinvdvleuten.nl)
32+
33+
34+
## See also
35+
36+
- [bentools/doctrine-ulid](https://github.com/bpolaszek/doctrine-ulid) - To use this library with Doctrine ORM.

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"branch-alias": {
3333
"dev-master": "2.0.x-dev"
3434
}
35+
},
36+
"suggest": {
37+
"bentools/doctrine-ulid": "Use ULID with Doctrine ORM"
3538
}
3639
}

0 commit comments

Comments
 (0)