Skip to content

Commit 812c59a

Browse files
committed
Use same major version of Laravel
1 parent b35294a commit 812c59a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## CHANGELOG
1010

11-
### v5.0.0 - UNRELEASED
11+
### v9.0.0 - UNRELEASED
1212

1313
- Add Laravel 9 support
1414
- Remove Laravel 8 and below support

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2424
| Laravel | Package |
2525
|:--------------|:--------|
2626
| 8.x and below | 4.x |
27-
| 9.x | 5.x |
27+
| 9.x | 9.x |
2828

2929
## Quick Installation
3030

31-
`composer require yajra/laravel-datatables-html:^5.0`
31+
`composer require yajra/laravel-datatables-html:^9.0`
3232

3333
#### Service Provider (Optional on Laravel 5.5+)
3434

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "5.0-dev"
40+
"dev-master": "9.0-dev"
4141
},
4242
"laravel": {
4343
"providers": [

0 commit comments

Comments
 (0)