From ab19c21a941da91154373128366f51a963e81f68 Mon Sep 17 00:00:00 2001 From: Allan Date: Fri, 3 May 2024 22:40:15 +0200 Subject: [PATCH] Mention doctrine annotations must be installed manually (#1590) --- docs/guide/migrating-to-v4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/migrating-to-v4.md b/docs/guide/migrating-to-v4.md index 3e619a682..9b843c18e 100644 --- a/docs/guide/migrating-to-v4.md +++ b/docs/guide/migrating-to-v4.md @@ -1,6 +1,7 @@ # Migrating to v4 ## Overview +* Doctrine annotations library must now be installed manually: `composer require doctrine/annotations` * As of PHP 8.1 annotations may be used as [PHP attributes](https://www.php.net/manual/en/language.attributes.overview.php) instead. That means all references to annotations in this document also apply to attributes.