Skip to content

Commit

Permalink
Readme update.
Browse files Browse the repository at this point in the history
Sets text for release version 0.2.5
  • Loading branch information
amostajo committed Jun 25, 2015
1 parent caa59e5 commit abb36bb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ Current version includes:
Under development:

- Events
- Guest user cart

On the horizon:

- Guest user cart
- Shipping orders
- Coupons
- Product and variations solution
Expand All @@ -81,10 +81,16 @@ On the horizon:

## Installation

In order to install Laravel Shop, you can run
With composer

```bash
composer require amsgames/laravel-shop
```

Or add

```json
"amsgames/laravel-shop": "v0.2.0"
"amsgames/laravel-shop": "v0.2.5"
```

to your composer.json. Then run `composer install` or `composer update`.
Expand Down

0 comments on commit abb36bb

Please sign in to comment.