From 013713cd5954de59cdaee120a131c6c6c75b853a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Collin?= Date: Tue, 10 Feb 2015 14:56:42 +0100 Subject: [PATCH] Split versions for L4/L5 --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 88290a9..875ce84 100755 --- a/readme.md +++ b/readme.md @@ -28,10 +28,16 @@ It's not 'strictly' a data mapper, as the Domain objects extend an Entity class. Add this line to your composer.json file : +Laravel 4 : ``` "Analogue/ORM": "~1.0" ``` +Laravel 5 : +``` +"Analogue/ORM": "~2.0" +``` + Then run : ```