Skip to content

Commit

Permalink
Update README to let people know it also works in Laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesvanegmond committed Mar 10, 2016
1 parent 61ebd56 commit e152fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Into this:
## Installation
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `fedeisas/laravel-mail-css-inliner`.

This package needs Laravel 4.x or Laravel 5.x
```json
{
"require": {
"laravel/framework": "4.1.*",
"fedeisas/laravel-mail-css-inliner": "~1.3"
"fedeisas/laravel-mail-css-inliner": "~1.4"
}
}
```
Expand Down

0 comments on commit e152fca

Please sign in to comment.