Skip to content

Commit

Permalink
Mention doctrine annotations must be installed manually (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
winternet-studio committed May 3, 2024
1 parent 256d42c commit ab19c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/migrating-to-v4.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ab19c21

Please sign in to comment.