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