Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Docs: Add deprecation notice #8

Merged
merged 1 commit into from
Jan 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

# Doctrine Native Enums

This library provides first-class support to [PHP Enums](https://wiki.php.net/rfc/enumerations), introduced in PHP 8.1,
This library provides support to [PHP Enums](https://wiki.php.net/rfc/enumerations), introduced in PHP 8.1,
within your Doctrine entities.

⚠️ **Jan 2022: Doctrine ORM 2.11 finally introduced [native support](https://www.doctrine-project.org/2022/01/11/orm-2.11.html) for PHP 8.1 enums! 🎉**

**This means that this bundle will soon or later be discontinued. Please upgrade your dependencies!**

## Installation

```bash
Expand Down