Skip to content

Commit

Permalink
updated readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
darryldecode committed Jan 17, 2015
1 parent 65f3bcd commit d73c93d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ A Shopping Cart Implementation for Laravel Framework

Install the package through [Composer](http://getcomposer.org/). Edit your project's `composer.json` file by adding:

### Laravel 5

```php
"require": {
"laravel/framework": "4.2.*",
"laravel/framework": "5.0.*",
"darryldecode/cart": "dev-master"
}
```
Expand Down

0 comments on commit d73c93d

Please sign in to comment.