Skip to content

Commit 3b702b5

Browse files
authored
Update readme to let composer take the last stable version.
The previous version was outdated, it's simple to install (and maintain) by this way.
1 parent 2bced09 commit 3b702b5

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,12 @@ Into this:
5050
```
5151

5252
## Installation
53-
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `fedeisas/laravel-mail-css-inliner`.
54-
5553
This package needs Laravel 5.x
56-
```json
57-
{
58-
"require": {
59-
"fedeisas/laravel-mail-css-inliner": "~1.5"
60-
}
61-
}
62-
```
6354

64-
Next, update Composer from the Terminal:
55+
Begin by installing this package through Composer. Require it directly from the Terminal to take the last stable version:
6556
```bash
66-
$ composer update
57+
$ composer require `fedeisas/laravel-mail-css-inliner`
6758
```
68-
6959
Once this operation completes, you must add the service provider. Open `app/config/app.php`, and add a new item to the providers array.
7060
```php
7161
'providers' => [

0 commit comments

Comments
 (0)