From 04064bf38e71c07a99ee2bd79328fbd075da704a Mon Sep 17 00:00:00 2001 From: Andrew Elkins Date: Thu, 7 Aug 2014 11:18:46 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 671f420..a300bc1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Cabinet - Laravel 4 File Upload Package (Version 1.0.3) +Cabinet - Laravel 4 File Upload Package (Version 1.1.0) ===================== Cabinet is a file upload package for Laravel 4. @@ -19,10 +19,16 @@ Cabinet is a package that allows easy upload of files and images. ### Required setup -In the `require` key of `composer.json` file add the following +In the `require` key of `composer.json` file add the following: + +For use with Laravel 4.1.x "andrew13/cabinet": "1.0.x" +For use with Laravel 4.2.x + + "andrew13/cabinet": "1.1.x" + Run the Composer update command $ composer update