Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 3, 2018
1 parent 08f4502 commit 9142bd5
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 @@ -5,15 +5,15 @@ An emoji parser for Laravel 5.

## Installation

This version requires [PHP](https://php.net) 7, and supports Laravel 5.1, 5.2, 5.3, 5.4, 5.5 or 5.6.
This version requires [PHP](https://php.net) 7.1 or 7.2, and supports Laravel 5.5 or 5.6.

To get the latest version, simply require the project using [Composer](https://getcomposer.org):

```bash
$ composer require alt-three/emoji
```

Once installed, you need to register the `AltThree\Emoji\EmojiServiceProvider` service provider in your `config/app.php`, or if you're using Laravel 5.5, this can be done via the automatic package discovery.
Once installed, if you are not using automatic package discovery, then you need to register the `AltThree\Emoji\EmojiServiceProvider` service provider in your `config/app.php`.

If you'd like to use with [Laravel Markdown](https://github.com/GrahamCampbell/Laravel-Markdown), you'll need to add the `AltThree\Emoji\EmojiExtension` class to the `'extensions'` array in your `config/markdown.php` file.

Expand Down

0 comments on commit 9142bd5

Please sign in to comment.