Skip to content

Commit

Permalink
Update required version in Composer to retrieve 0.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed Aug 27, 2014
1 parent a5199b1 commit 1b21385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Take a look at the [easyrec installation guide](http://easyrec.sourceforge.net/w

[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.2+, and [Composer](https://getcomposer.org) are required.

To get the latest version of Laravel easyrec, simply require `"antoineaugusti/laravel-easyrec": "~1.0"` in your `composer.json` file. You'll then need to run `composer install` or `composer update`.
To get the latest version of Laravel easyrec, simply require `"antoineaugusti/laravel-easyrec": "~0.1"` in your `composer.json` file. You'll then need to run `composer install` or `composer update`.

Once Laravel easyrec is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.

Expand Down

0 comments on commit 1b21385

Please sign in to comment.