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 1
1
# Release Notes
2
2
3
+ ## v6.0.0 (2022-02-09)
4
+
5
+ - Added support for Laravel 9.0.
6
+
3
7
## v5.2.0 (2021-12-19)
4
8
5
9
- 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
6
6
7
7
## Requirements
8
8
9
- - PHP >= 7.3
10
- - Laravel >= 8 .0
9
+ - PHP >= 8.0
10
+ - Laravel >= 9 .0
11
11
12
12
## Installation
13
13
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^7.3|^ 8.0" ,
15
- "illuminate/support" : " ^8 .0" ,
14
+ "php" : " ^8.0" ,
15
+ "illuminate/support" : " ^9 .0" ,
16
16
"symfony/polyfill-mbstring" : " ^1.0" ,
17
- "spatie/laravel-html" : " ^3.0 "
17
+ "spatie/laravel-html" : " ^3.1 "
18
18
},
19
19
"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 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments