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

Commit

Permalink
Merge pull request #33 from patchlevel/native-enum-disclaimer
Browse files Browse the repository at this point in the history
Update README with the hint to native enums in PHP 8.1
  • Loading branch information
DavidBadura authored Dec 1, 2021
2 parents bdbf4b7 + 764f227 commit f7e7579
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@

# enum


Small lightweight library to create enum in PHP without SPLEnum and strict comparisons allowed.

## dislcaimer

For project that are build on PHP >=8.1 please use the language build in Enums described in this rfc: https://wiki.php.net/rfc/enumerations
This library should not be needed anymore and will not support PHP >8.1.

## installation

```
Expand Down

0 comments on commit f7e7579

Please # to comment.