We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b723c commit 25f6a51Copy full SHA for 25f6a51
CHANGELOG.md
@@ -10,6 +10,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
10
11
- Extracts just the field name from primaryKey - https://github.com/rappasoft/laravel-livewire-tables/pull/506
12
- Update BS4 pagination - https://github.com/rappasoft/laravel-livewire-tables/pull/507
13
+- Update minimum Livewire version to 2.6
14
15
## [1.19.1] - 2021-10-14
16
composer.json
@@ -19,7 +19,7 @@
19
],
20
"require": {
21
"php": "^7.4|^8.0",
22
- "livewire/livewire": "^2.0",
+ "livewire/livewire": "^2.6",
23
"spatie/laravel-package-tools": "^1.4.3",
24
"illuminate/contracts": "^8.0"
25
},
0 commit comments