From 5d84aee68b56627ad4c900a63e3a1aca2651afb1 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Sat, 26 Oct 2024 13:43:47 -0600 Subject: [PATCH] Added link to 2.0 readme for old Laravel versions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb18cdc5..2198be30 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ Versions * Version 3 supports DBAL ^4.0 and ORM ^3.0. 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 9, DBAL ^2.0 and ORM ^2.0. +* Version 1 supports Laravel 6 - 9, DBAL ^2.0 and ORM ^2.0. + See [documentation in version 2](https://github.com/laravel-doctrine/orm/tree/2.0?tab=readme-ov-file#versions) License -------