Skip to content

Commit 25f6a51

Browse files
committed
Update min Livewire version
1 parent 81b723c commit 25f6a51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
1010

1111
- Extracts just the field name from primaryKey - https://github.com/rappasoft/laravel-livewire-tables/pull/506
1212
- Update BS4 pagination - https://github.com/rappasoft/laravel-livewire-tables/pull/507
13+
- Update minimum Livewire version to 2.6
1314

1415
## [1.19.1] - 2021-10-14
1516

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^7.4|^8.0",
22-
"livewire/livewire": "^2.0",
22+
"livewire/livewire": "^2.6",
2323
"spatie/laravel-package-tools": "^1.4.3",
2424
"illuminate/contracts": "^8.0"
2525
},

0 commit comments

Comments
 (0)