Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloelcolombiano committed Oct 9, 2023
1 parent fc47951 commit 775cf71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit 775cf71

Please sign in to comment.