Skip to content

Commit f634c84

Browse files
committed
Add support for Laravel 9.0
1 parent 65f9aef commit f634c84

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
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" : {

0 commit comments

Comments
 (0)