We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ebd56 commit e152fcaCopy full SHA for e152fca
README.md
@@ -46,11 +46,11 @@ Into this:
46
## Installation
47
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `fedeisas/laravel-mail-css-inliner`.
48
49
+This package needs Laravel 4.x or Laravel 5.x
50
```json
51
{
52
"require": {
- "laravel/framework": "4.1.*",
53
- "fedeisas/laravel-mail-css-inliner": "~1.3"
+ "fedeisas/laravel-mail-css-inliner": "~1.4"
54
}
55
56
```
0 commit comments