From 775cf710a5a975f97f99fba68979a0145c257487 Mon Sep 17 00:00:00 2001 From: Juan Pablo Ramirez Date: Tue, 10 Oct 2023 01:45:55 +0200 Subject: [PATCH] Updates readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a81e19..27476713 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,12 @@ ArticleFactory::make(5)->with('Authors[3].Address.City.Country')->persist(); --- ## Installation -CakePHP 4 and non-CakePHP applications +CakePHP 5 and non-CakePHP applications +``` +composer require --dev vierge-noire/cakephp-fixture-factories "^3.0" +``` +CakePHP 4 ``` composer require --dev vierge-noire/cakephp-fixture-factories "^2.5" ```