Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelkins committed Aug 7, 2014
1 parent b1923fc commit 04064bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 04064bf

Please sign in to comment.