From 39e09f8599fbf335377b4e0309755bf59c8d2ff8 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 20 Feb 2020 09:51:48 -0600 Subject: [PATCH] Updated readme for 4.x --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bff4cc..0151464 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ lazily load association data by accessessing the property, without using Requirements -- CakePHP ORM (or the full framework) >= 3.6.x, < 4.0.0 +- CakePHP ORM (or the full framework) 4.x - sloth `$ composer require jeremyharris/cakephp-lazyload` -For older versions of the CakePHP ORM, please use version `2.0.x`. +For older versions of the CakePHP ORM, look at older releases of this library. ## Usage