Skip to content

Commit e152fca

Browse files
committed
Update README to let people know it also works in Laravel 5
1 parent 61ebd56 commit e152fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Into this:
4646
## Installation
4747
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `fedeisas/laravel-mail-css-inliner`.
4848

49+
This package needs Laravel 4.x or Laravel 5.x
4950
```json
5051
{
5152
"require": {
52-
"laravel/framework": "4.1.*",
53-
"fedeisas/laravel-mail-css-inliner": "~1.3"
53+
"fedeisas/laravel-mail-css-inliner": "~1.4"
5454
}
5555
}
5656
```

0 commit comments

Comments
 (0)