@@ -16,21 +16,22 @@ Laravel Markdown was created by, and is maintained by [Graham Campbell](https://
1616
1717## Installation
1818
19- This version requires [ PHP] ( https://www.php.net/ ) 7.4-8.4 and supports [ Laravel] ( https://laravel.com/ ) 8-11.
20-
21- | Markdown | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 | L10 | L11 |
22- | ----------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
23- | 10.3 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :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 : | :x : |
25- | 12.0 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : |
26- | 13.1 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : |
27- | 14.0 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : |
28- | 15.3 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
19+ This version requires [ PHP] ( https://www.php.net/ ) 8.1-8.4 and supports [ Laravel] ( https://laravel.com/ ) 9-12.
20+
21+ | Markdown | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 | L10 | L11 | L12 |
22+ | ----------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
23+ | 10.3 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :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 : | :x : | :x : |
25+ | 12.0 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : |
26+ | 13.1 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : |
27+ | 14.0 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : |
28+ | 15.3 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : |
29+ | 16.0 | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
2930
3031To get the latest version, simply require the project using [ Composer] ( https://getcomposer.org/ ) :
3132
3233``` bash
33- $ composer require " graham-campbell/markdown:^15.3 "
34+ $ composer require " graham-campbell/markdown:^16.0 "
3435```
3536
3637Once 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