diff --git a/README.md b/README.md index e90bf7c..0dbeda0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ UUID (v1, v3-v5) Generator (RFC4122) +> Note: If your library uses PHP version 8 or higher it is recommended to use [infocyph/UID](https://github.com/infocyph/UID) instead. ## Prerequisites diff --git a/composer.json b/composer.json index 2b9aaf5..db4f73b 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,9 @@ } }, "minimum-stability": "stable", + "suggest": { + "inforcyph/uid": "If your library uses PHP version 8 or higher, it is recommended to use [infocyph/UID](https://github.com/infocyph/UID) instead." + }, "require": { "php": ">=7.1" }