@@ -6,7 +6,7 @@ Laravel Markdown was created by, and is maintained by [Graham Campbell](https://
6
6
![ Banner] ( https://user-images.githubusercontent.com/2829600/71477505-680d0f80-27e2-11ea-94a6-b4bacb08e270.png )
7
7
8
8
<p align =" center " >
9
- <a href =" https://github.com/GrahamCampbell/Laravel-Markdown/actions?query=workflow%3ATests " ><img src =" https://img.shields.io/github/workflow/status/GrahamCampbell/Laravel-Markdown/Tests ?label=Tests&style=flat-square " alt =" Build Status " ></img ></a >
9
+ <a href =" https://github.com/GrahamCampbell/Laravel-Markdown/actions?query=workflow%3ATests " ><img src =" https://img.shields.io/github/actions/ workflow/status/GrahamCampbell/Laravel-Markdown/tests.yml ?label=Tests&style=flat-square " alt =" Build Status " ></img ></a >
10
10
<a href =" https://github.styleci.io/repos/15090687 " ><img src =" https://github.styleci.io/repos/15090687/shield " alt =" StyleCI Status " ></img ></a >
11
11
<a href =" LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square " alt =" Software License " ></img ></a >
12
12
<a href =" https://packagist.org/packages/graham-campbell/markdown " ><img src =" https://img.shields.io/packagist/dt/graham-campbell/markdown?style=flat-square " alt =" Packagist Downloads " ></img ></a >
@@ -16,25 +16,21 @@ Laravel Markdown was created by, and is maintained by [Graham Campbell](https://
16
16
17
17
## Installation
18
18
19
- This version requires [ PHP] ( https://www.php.net/ ) 7.4-8.1 and supports [ Laravel] ( https://laravel.com/ ) 8-9.
20
-
21
- | Markdown | L5.1 | L5.2 | L5.3 | L5.4 | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 |
22
- | ----------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
23
- | 5.3 | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : |
24
- | 6.1 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : |
25
- | 7.1 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : |
26
- | 8.1 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :x : | :x : |
27
- | 9.0 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :x : | :x : |
28
- | 10.3 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : |
29
- | 11.2 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : |
30
- | 12.0 | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : |
31
- | 13.1 | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : |
32
- | 14.0 | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : |
19
+ This version requires [ PHP] ( https://www.php.net/ ) 7.4-8.2 and supports [ Laravel] ( https://laravel.com/ ) 8-10.
20
+
21
+ | Markdown | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 | L10 |
22
+ | ----------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
23
+ | 10.3 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : |
24
+ | 11.2 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : |
25
+ | 12.0 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : |
26
+ | 13.1 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : |
27
+ | 14.0 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : |
28
+ | 15.0 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
33
29
34
30
To get the latest version, simply require the project using [ Composer] ( https://getcomposer.org/ ) :
35
31
36
32
``` bash
37
- $ composer require graham-campbell/markdown:^14.0
33
+ $ composer require " graham-campbell/markdown:^15.0 "
38
34
```
39
35
40
36
Once installed, if you are not using automatic package discovery, then you need to register the ` GrahamCampbell\Markdown\MarkdownServiceProvider ` service provider in your ` config/app.php ` .
0 commit comments