Require Bacon QR Code directly and update Livewire Material to 1.0.1
Bacon QR Code stays at the v3.1.1 Fortify already installed; SealShare now draws QR codes with it too. Livewire Material 1.0.1 compiles its components to the same view on every machine and keeps a full-screen dialog's subtitle on a phone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
This commit is contained in:
co-authored by
Claude Opus 5
parent
9fd600571d
commit
fbe358b2e5
@@ -10,6 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.5",
|
"php": "^8.5",
|
||||||
|
"bacon/bacon-qr-code": "^3.0",
|
||||||
"laravel/fortify": "^1.30",
|
"laravel/fortify": "^1.30",
|
||||||
"laravel/framework": "^13.0",
|
"laravel/framework": "^13.0",
|
||||||
"laravel/octane": "^2.13",
|
"laravel/octane": "^2.13",
|
||||||
|
|||||||
Generated
+4
-4
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "c3e08a235fe90acdef7903ef3fd01376",
|
"content-hash": "6417746ab937b9640000ddd69375ab49",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@@ -2999,11 +2999,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nonameweb/livewire-material",
|
"name": "nonameweb/livewire-material",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.nonameweb.ch/noNameWEB/livewire-material.git",
|
"url": "https://gitea.nonameweb.ch/noNameWEB/livewire-material.git",
|
||||||
"reference": "51bf034b74813575a53aa81ee8ead64a315f35ef"
|
"reference": "7798352cfc71643a88d4658f9704e65c4e24e8da"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"laravel/framework": "^13.0",
|
"laravel/framework": "^13.0",
|
||||||
@@ -3083,7 +3083,7 @@
|
|||||||
"material-design",
|
"material-design",
|
||||||
"tailwindcss"
|
"tailwindcss"
|
||||||
],
|
],
|
||||||
"time": "2026-09-13T07:56:00+00:00"
|
"time": "2026-09-13T09:16:52+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nunomaduro/termwind",
|
"name": "nunomaduro/termwind",
|
||||||
|
|||||||
Reference in New Issue
Block a user