diff --git a/README.md b/README.md index fa35be16..3846d8a4 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Versions -------- * Version 3 supports DBAL ^4.0, ORM ^3.0, and PHP 8.2. See the [upgrade guide](https://laravel-doctrine-orm-official.readthedocs.io/en/latest/upgrade.html) for more information. -* Version 2 supports Laravel 9 - 11, DBAL ^3.0 and ORM ^2.0. -* Version 1 supports Laravel 6 - 9, DBAL ^2.0 and ORM ^2.0. +* Version 2 supports Laravel 9 - 11, DBAL ^3.0, ORM ^2.0, and PHP ^8.0. +* Version 1 supports Laravel 6 - 9, DBAL ^2.0, ORM ^2.0, and PHP ^5.5 - ^8.0. See [documentation in version 2](https://github.com/laravel-doctrine/orm/tree/2.0?tab=readme-ov-file#versions) License