File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## v6.0.0 (2022-02-09)
4+
5+ - Added support for Laravel 9.0.
6+
37## v5.2.0 (2021-12-19)
48
59- Added support for PHP 8.1.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ A Laravel package for converting URLs in a given string of text into clickable l
66
77## Requirements
88
9- - PHP >= 7.3
10- - Laravel >= 8 .0
9+ - PHP >= 8.0
10+ - Laravel >= 9 .0
1111
1212## Installation
1313
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^7.3|^ 8.0" ,
15- "illuminate/support" : " ^8 .0" ,
14+ "php" : " ^8.0" ,
15+ "illuminate/support" : " ^9 .0" ,
1616 "symfony/polyfill-mbstring" : " ^1.0" ,
17- "spatie/laravel-html" : " ^3.0 "
17+ "spatie/laravel-html" : " ^3.1 "
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " ^9.3 " ,
21- "mockery/mockery" : " ^1.3.1 "
20+ "phpunit/phpunit" : " ^9.5.10 " ,
21+ "mockery/mockery" : " ^1.4.4 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
You can’t perform that action at this time.
0 commit comments