Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Sep 1, 2014
1 parent 978712d commit 5edee3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ This Laravel 4 package provides a variety of generators to speed up your develop
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `way/generators`.

"require-dev": {
"way/generators": "2.*"
"way/generators": "~3.0"
}

> Please note that version 2 of this package removed support for a couple of generators, such as `generate:form`. If you'd like to continue using them, stick with version `1.1`.
> Version 3 of these generators works with Laravel 4.3. Because the folder structure is different, if you are still on 4.2 or below, instead, pull in `~2.0`.

Next, update Composer from the Terminal:

Expand Down

0 comments on commit 5edee3a

Please sign in to comment.