Move onto livewire-material 2.2.0 and choose the material pagination theme

Set pagination_theme explicitly now that the package would otherwise take
it over itself; boost:update refreshed the package's guideline and skill.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andreas Reinhold / reini
2026-09-18 16:53:03 +02:00
committed by surtic86
co-authored by Claude Opus 5
parent 5658ac148c
commit 5d9e72fd06
5 changed files with 52 additions and 85 deletions
Generated
+4 -11
View File
@@ -3081,11 +3081,11 @@
},
{
"name": "nonameweb/livewire-material",
"version": "2.1.0",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://gitea.nonameweb.ch/noNameWEB/livewire-material.git",
"reference": "252c649c4515e409be480e6ba0cfe7376b253f6a"
"reference": "ebdc2ef2e1696b416e2cdd5ef0abe91b42abded1"
},
"require": {
"laravel/framework": "^13.0",
@@ -3097,8 +3097,7 @@
"laravel/pint": "^1.32",
"orchestra/testbench": "^11.2",
"pestphp/pest": "^5.1",
"pestphp/pest-plugin-browser": "^5.0",
"pestphp/pest-plugin-laravel": "^5.0"
"pestphp/pest-plugin-browser": "^5.0"
},
"type": "library",
"extra": {
@@ -3137,12 +3136,6 @@
"Composer\\Config::disableProcessTimeout",
"@build",
"@php vendor/bin/testbench serve --ansi"
],
"lint": [
"pint"
],
"test": [
"pest"
]
},
"license": [
@@ -3164,7 +3157,7 @@
"material-3",
"material-design"
],
"time": "2026-09-16T19:02:48+00:00"
"time": "2026-09-18T14:15:25+00:00"
},
{
"name": "nunomaduro/termwind",