From bc71fd75500508e579501f0cc1247fe49dbd6ca3 Mon Sep 17 00:00:00 2001 From: Mikael Jorhult Date: Fri, 15 Mar 2024 15:26:13 +0100 Subject: [PATCH] Replace avatar image with icon. --- composer.json | 5 +- composer.lock | 1235 +++++------------ public/build/assets/app-C6QTKqCf.js | 111 ++ .../{app-Bc0PxViC.css => app-Ddol_v5t.css} | 2 +- public/build/assets/app-DnRfD_ec.js | 111 -- public/build/manifest.json | 4 +- resources/views/partials/topbar.blade.php | 6 +- 7 files changed, 481 insertions(+), 993 deletions(-) create mode 100644 public/build/assets/app-C6QTKqCf.js rename public/build/assets/{app-Bc0PxViC.css => app-Ddol_v5t.css} (52%) delete mode 100644 public/build/assets/app-DnRfD_ec.js diff --git a/composer.json b/composer.json index e01ce949..87a5b2f3 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "laravel/fortify": "^1.17", "laravel/framework": "^10.3", "laravel/tinker": "^2.8", - "laravolt/avatar": "^5.0", "livewire/livewire": "^3.0", "simplesoftwareio/simple-qrcode": "^4.2", "spatie/laravel-activitylog": "^4.7", @@ -31,10 +30,10 @@ "require-dev": { "alebatistella/duskapiconf": "^1.2", "barryvdh/laravel-debugbar": "^3.8", - "barryvdh/laravel-ide-helper": "^2.13", + "barryvdh/laravel-ide-helper": "^3.0", "brianium/paratest": "^7.0", "fakerphp/faker": "^1.20", - "laravel/dusk": "^7.10", + "laravel/dusk": "^8.0", "laravel/pint": "^1.2", "mockery/mockery": "^1.5.1", "nunomaduro/collision": "^7.0", diff --git a/composer.lock b/composer.lock index 6502ebd1..577f6fd4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fd5e8ee48701aee524fe55c87d68af2a", + "content-hash": "bb1191559ed38c70d1041ab213043c79", "packages": [ { "name": "bacon/bacon-qr-code", @@ -514,16 +514,16 @@ }, { "name": "doctrine/inflector", - "version": "2.0.9", + "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65" + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65", - "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", "shasum": "" }, "require": { @@ -585,7 +585,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.9" + "source": "https://github.com/doctrine/inflector/tree/2.0.10" }, "funding": [ { @@ -601,7 +601,7 @@ "type": "tidelift" } ], - "time": "2024-01-15T18:05:13+00:00" + "time": "2024-02-18T20:23:39+00:00" }, { "name": "doctrine/lexer", @@ -1469,102 +1469,18 @@ ], "time": "2023-12-03T19:50:20+00:00" }, - { - "name": "intervention/image", - "version": "2.7.2", - "source": { - "type": "git", - "url": "https://github.com/Intervention/image.git", - "reference": "04be355f8d6734c826045d02a1079ad658322dad" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", - "reference": "04be355f8d6734c826045d02a1079ad658322dad", - "shasum": "" - }, - "require": { - "ext-fileinfo": "*", - "guzzlehttp/psr7": "~1.1 || ^2.0", - "php": ">=5.4.0" - }, - "require-dev": { - "mockery/mockery": "~0.9.2", - "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" - }, - "suggest": { - "ext-gd": "to use GD library based image processing.", - "ext-imagick": "to use Imagick based image processing.", - "intervention/imagecache": "Caching extension for the Intervention Image library" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.4-dev" - }, - "laravel": { - "providers": [ - "Intervention\\Image\\ImageServiceProvider" - ], - "aliases": { - "Image": "Intervention\\Image\\Facades\\Image" - } - } - }, - "autoload": { - "psr-4": { - "Intervention\\Image\\": "src/Intervention/Image" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliver Vogel", - "email": "oliver@intervention.io", - "homepage": "https://intervention.io/" - } - ], - "description": "Image handling and manipulation library with support for Laravel integration", - "homepage": "http://image.intervention.io/", - "keywords": [ - "gd", - "image", - "imagick", - "laravel", - "thumbnail", - "watermark" - ], - "support": { - "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/2.7.2" - }, - "funding": [ - { - "url": "https://paypal.me/interventionio", - "type": "custom" - }, - { - "url": "https://github.com/Intervention", - "type": "github" - } - ], - "time": "2022-05-21T17:30:32+00:00" - }, { "name": "laravel/fortify", - "version": "v1.20.0", + "version": "v1.21.0", "source": { "type": "git", "url": "https://github.com/laravel/fortify.git", - "reference": "587a55f906ae4f8448a19019a4b2ee7002d5c001" + "reference": "b34e672e1d341f6e520f81712f73e56f6cb80767" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/fortify/zipball/587a55f906ae4f8448a19019a4b2ee7002d5c001", - "reference": "587a55f906ae4f8448a19019a4b2ee7002d5c001", + "url": "https://api.github.com/repos/laravel/fortify/zipball/b34e672e1d341f6e520f81712f73e56f6cb80767", + "reference": "b34e672e1d341f6e520f81712f73e56f6cb80767", "shasum": "" }, "require": { @@ -1615,20 +1531,20 @@ "issues": "https://github.com/laravel/fortify/issues", "source": "https://github.com/laravel/fortify" }, - "time": "2024-01-15T20:07:11+00:00" + "time": "2024-03-08T19:55:45+00:00" }, { "name": "laravel/framework", - "version": "v10.43.0", + "version": "v10.48.3", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "4f7802dfc9993cb57cf69615491ce1a7eb2e9529" + "reference": "5791c052b41c6b593556adc687076bfbdd13c501" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/4f7802dfc9993cb57cf69615491ce1a7eb2e9529", - "reference": "4f7802dfc9993cb57cf69615491ce1a7eb2e9529", + "url": "https://api.github.com/repos/laravel/framework/zipball/5791c052b41c6b593556adc687076bfbdd13c501", + "reference": "5791c052b41c6b593556adc687076bfbdd13c501", "shasum": "" }, "require": { @@ -1676,6 +1592,8 @@ "conflict": { "carbonphp/carbon-doctrine-types": ">=3.0", "doctrine/dbal": ">=4.0", + "mockery/mockery": "1.6.8", + "phpunit/phpunit": ">=11.0.0", "tightenco/collect": "<5.5.33" }, "provide": { @@ -1820,20 +1738,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-01-30T16:25:02+00:00" + "time": "2024-03-15T10:17:07+00:00" }, { "name": "laravel/prompts", - "version": "v0.1.15", + "version": "v0.1.16", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "d814a27514d99b03c85aa42b22cfd946568636c1" + "reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/d814a27514d99b03c85aa42b22cfd946568636c1", - "reference": "d814a27514d99b03c85aa42b22cfd946568636c1", + "url": "https://api.github.com/repos/laravel/prompts/zipball/ca6872ab6aec3ab61db3a61f83a6caf764ec7781", + "reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781", "shasum": "" }, "require": { @@ -1875,9 +1793,9 @@ ], "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.1.15" + "source": "https://github.com/laravel/prompts/tree/v0.1.16" }, - "time": "2023-12-29T22:37:42+00:00" + "time": "2024-02-21T19:25:27+00:00" }, { "name": "laravel/serializable-closure", @@ -2005,90 +1923,6 @@ }, "time": "2024-01-04T16:10:04+00:00" }, - { - "name": "laravolt/avatar", - "version": "5.0.0", - "source": { - "type": "git", - "url": "https://github.com/laravolt/avatar.git", - "reference": "a4d533521191449fdb5efc8d9ed015bd639c2307" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravolt/avatar/zipball/a4d533521191449fdb5efc8d9ed015bd639c2307", - "reference": "a4d533521191449fdb5efc8d9ed015bd639c2307", - "shasum": "" - }, - "require": { - "illuminate/cache": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "intervention/image": "^2.7", - "php": ">=8.0" - }, - "require-dev": { - "mockery/mockery": "~1.3", - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "~9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - }, - "laravel": { - "providers": [ - "Laravolt\\Avatar\\ServiceProvider" - ], - "aliases": { - "Avatar": "Laravolt\\Avatar\\Facade" - } - } - }, - "autoload": { - "psr-4": { - "Laravolt\\Avatar\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bayu Hendra Winata", - "email": "uyab.exe@gmail.com", - "homepage": "https://laravolt.dev", - "role": "Developer" - } - ], - "description": "Turn name, email, and any other string into initial-based avatar or gravatar.", - "homepage": "https://github.com/laravolt/avatar", - "keywords": [ - "avatar", - "gravatar", - "laravel", - "laravolt" - ], - "support": { - "issues": "https://github.com/laravolt/avatar/issues", - "source": "https://github.com/laravolt/avatar/tree/5.0.0" - }, - "funding": [ - { - "url": "https://paypal.me/bayuhendra", - "type": "custom" - }, - { - "url": "https://ko-fi.com/bayuhendra", - "type": "ko_fi" - }, - { - "url": "https://www.patreon.com/uyab", - "type": "patreon" - } - ], - "time": "2023-02-25T02:57:48+00:00" - }, { "name": "league/commonmark", "version": "2.4.2", @@ -2279,16 +2113,16 @@ }, { "name": "league/flysystem", - "version": "3.24.0", + "version": "3.25.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "b25a361508c407563b34fac6f64a8a17a8819675" + "reference": "4c44347133618cccd9b3df1729647a1577b4ad99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b25a361508c407563b34fac6f64a8a17a8819675", - "reference": "b25a361508c407563b34fac6f64a8a17a8819675", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4c44347133618cccd9b3df1729647a1577b4ad99", + "reference": "4c44347133618cccd9b3df1729647a1577b4ad99", "shasum": "" }, "require": { @@ -2316,7 +2150,7 @@ "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "microsoft/azure-storage-blob": "^1.1", - "phpseclib/phpseclib": "^3.0.34", + "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", "sabre/dav": "^4.6.0" @@ -2353,7 +2187,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.24.0" + "source": "https://github.com/thephpleague/flysystem/tree/3.25.0" }, "funding": [ { @@ -2365,7 +2199,7 @@ "type": "github" } ], - "time": "2024-02-04T12:10:17+00:00" + "time": "2024-03-09T17:06:45+00:00" }, { "name": "league/flysystem-local", @@ -2485,16 +2319,16 @@ }, { "name": "livewire/livewire", - "version": "v3.4.4", + "version": "v3.4.9", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "c0489d4a76382f6dcf6e2702112f86aa089d0c8d" + "reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/c0489d4a76382f6dcf6e2702112f86aa089d0c8d", - "reference": "c0489d4a76382f6dcf6e2702112f86aa089d0c8d", + "url": "https://api.github.com/repos/livewire/livewire/zipball/c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0", + "reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0", "shasum": "" }, "require": { @@ -2548,7 +2382,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.4.4" + "source": "https://github.com/livewire/livewire/tree/v3.4.9" }, "funding": [ { @@ -2556,7 +2390,7 @@ "type": "github" } ], - "time": "2024-01-28T19:07:11+00:00" + "time": "2024-03-14T14:03:32+00:00" }, { "name": "monolog/monolog", @@ -2916,16 +2750,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.0.0", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc" + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc", - "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", "shasum": "" }, "require": { @@ -2968,9 +2802,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" }, - "time": "2024-01-07T17:17:35+00:00" + "time": "2024-03-05T20:51:40+00:00" }, { "name": "nunomaduro/termwind", @@ -3666,16 +3500,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.0", + "version": "v0.12.1", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" + "reference": "39621c73e0754328252f032c6997b983afc50431" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/39621c73e0754328252f032c6997b983afc50431", + "reference": "39621c73e0754328252f032c6997b983afc50431", "shasum": "" }, "require": { @@ -3739,9 +3573,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.1" }, - "time": "2023-12-20T15:28:09+00:00" + "time": "2024-03-15T03:22:57+00:00" }, { "name": "ralouphie/getallheaders", @@ -4038,29 +3872,29 @@ }, { "name": "spatie/laravel-activitylog", - "version": "4.7.3", + "version": "4.8.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-activitylog.git", - "reference": "ec65a478a909b8df1b4f0c3c45de2592ca7639e5" + "reference": "eb6f37dd40af950ce10cf5280f0acfa3e08c3bff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/ec65a478a909b8df1b4f0c3c45de2592ca7639e5", - "reference": "ec65a478a909b8df1b4f0c3c45de2592ca7639e5", + "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/eb6f37dd40af950ce10cf5280f0acfa3e08c3bff", + "reference": "eb6f37dd40af950ce10cf5280f0acfa3e08c3bff", "shasum": "" }, "require": { - "illuminate/config": "^8.0 || ^9.0 || ^10.0", - "illuminate/database": "^8.69 || ^9.27 || ^10.0", - "illuminate/support": "^8.0 || ^9.0 || ^10.0", - "php": "^8.0", + "illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/database": "^8.69 || ^9.27 || ^10.0 || ^11.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.6.3" }, "require-dev": { "ext-json": "*", - "orchestra/testbench": "^6.23 || ^7.0 || ^8.0", - "pestphp/pest": "^1.20" + "orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0", + "pestphp/pest": "^1.20 || ^2.0" }, "type": "library", "extra": { @@ -4113,7 +3947,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-activitylog/issues", - "source": "https://github.com/spatie/laravel-activitylog/tree/4.7.3" + "source": "https://github.com/spatie/laravel-activitylog/tree/4.8.0" }, "funding": [ { @@ -4125,29 +3959,29 @@ "type": "github" } ], - "time": "2023-01-25T17:04:51+00:00" + "time": "2024-03-08T22:28:17+00:00" }, { "name": "spatie/laravel-flash", - "version": "1.9.1", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-flash.git", - "reference": "f0417044fd5c6be9082fe42fe793e5ccaadf29df" + "reference": "6eb17846deeff5367581f5eba151f8b333b0b215" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-flash/zipball/f0417044fd5c6be9082fe42fe793e5ccaadf29df", - "reference": "f0417044fd5c6be9082fe42fe793e5ccaadf29df", + "url": "https://api.github.com/repos/spatie/laravel-flash/zipball/6eb17846deeff5367581f5eba151f8b333b0b215", + "reference": "6eb17846deeff5367581f5eba151f8b333b0b215", "shasum": "" }, "require": { - "illuminate/session": "^8.0|^9.0|^10.0", + "illuminate/session": "^8.0|^9.0|^10.0|^11.0", "php": "^7.4|^8.0" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0|^8.0", - "phpunit/phpunit": "^9.4" + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.4|^10.5" }, "type": "library", "autoload": { @@ -4178,7 +4012,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-flash/issues", - "source": "https://github.com/spatie/laravel-flash/tree/1.9.1" + "source": "https://github.com/spatie/laravel-flash/tree/1.10.0" }, "funding": [ { @@ -4186,36 +4020,36 @@ "type": "custom" } ], - "time": "2023-01-23T14:53:09+00:00" + "time": "2024-02-27T15:18:02+00:00" }, { "name": "spatie/laravel-model-states", - "version": "2.6.1", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-model-states.git", - "reference": "fc078514e0910559e803306972df7bef7600ae82" + "reference": "91e7dfcf2d1d471d3b7fec151465346e7db43e72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-model-states/zipball/fc078514e0910559e803306972df7bef7600ae82", - "reference": "fc078514e0910559e803306972df7bef7600ae82", + "url": "https://api.github.com/repos/spatie/laravel-model-states/zipball/91e7dfcf2d1d471d3b7fec151465346e7db43e72", + "reference": "91e7dfcf2d1d471d3b7fec151465346e7db43e72", "shasum": "" }, "require": { "ext-json": "*", "facade/ignition-contracts": "^1.0", - "illuminate/contracts": "^8.73 | ^9.0 | ^10.0", - "illuminate/database": "^8.73 | ^9.0 | ^10.0", - "illuminate/support": "^8.73 | ^9.0 | ^10.0", + "illuminate/contracts": "^8.73 | ^9.0 | ^10.0 | ^11.0", + "illuminate/database": "^8.73 | ^9.0 | ^10.0 | ^11.0", + "illuminate/support": "^8.73 | ^9.0 | ^10.0 | ^11.0", "php": "^7.4|^8.0", "spatie/laravel-package-tools": "^1.9" }, "require-dev": { - "orchestra/testbench": "^6.23 | ^7.0 | ^8.0", - "pestphp/pest": "^1.22", - "phpunit/phpunit": "^9.4", - "symfony/var-dumper": "^5.3 | ^6.0" + "orchestra/testbench": "^6.23 | ^7.0 | ^8.0 | ^9.0", + "pestphp/pest": "^1.22|^2.0", + "phpunit/phpunit": "^9.4|^10.0", + "symfony/var-dumper": "^5.3 | ^6.0 | ^7.0" }, "type": "library", "extra": { @@ -4249,7 +4083,7 @@ "state" ], "support": { - "source": "https://github.com/spatie/laravel-model-states/tree/2.6.1" + "source": "https://github.com/spatie/laravel-model-states/tree/2.7.1" }, "funding": [ { @@ -4261,30 +4095,29 @@ "type": "github" } ], - "time": "2024-02-07T18:56:55+00:00" + "time": "2024-03-07T07:05:22+00:00" }, { "name": "spatie/laravel-model-status", - "version": "1.14.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-model-status.git", - "reference": "7ffee82bf3017f22c030acd1b174f161be8a36fa" + "reference": "1ac01a9e6078f9f91f50fb04d6e84716258ecc0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-model-status/zipball/7ffee82bf3017f22c030acd1b174f161be8a36fa", - "reference": "7ffee82bf3017f22c030acd1b174f161be8a36fa", + "url": "https://api.github.com/repos/spatie/laravel-model-status/zipball/1ac01a9e6078f9f91f50fb04d6e84716258ecc0b", + "reference": "1ac01a9e6078f9f91f50fb04d6e84716258ecc0b", "shasum": "" }, "require": { - "illuminate/support": "^8.71|^9.0|^10.0", - "php": "^8.0|^8.1" + "illuminate/support": "^10.0|^11.0", + "php": "^8.2" }, "require-dev": { - "orchestra/testbench": "^6.6|^7.0|^8.0", - "pestphp/pest": "^1.22", - "phpunit/phpunit": "^9.5" + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.34" }, "type": "library", "extra": { @@ -4325,7 +4158,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-model-status/issues", - "source": "https://github.com/spatie/laravel-model-status/tree/1.14.0" + "source": "https://github.com/spatie/laravel-model-status/tree/1.15.0" }, "funding": [ { @@ -4333,20 +4166,20 @@ "type": "custom" } ], - "time": "2023-06-17T22:10:37+00:00" + "time": "2024-03-08T14:56:14+00:00" }, { "name": "spatie/laravel-package-tools", - "version": "1.16.2", + "version": "1.16.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15" + "reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15", - "reference": "e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/59db18c2e20d49a0b6d447bb1c654f6c123beb9e", + "reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e", "shasum": "" }, "require": { @@ -4385,7 +4218,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.2" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.3" }, "funding": [ { @@ -4393,7 +4226,7 @@ "type": "github" } ], - "time": "2024-01-11T08:43:00+00:00" + "time": "2024-03-07T07:35:57+00:00" }, { "name": "spatie/laravel-query-builder", @@ -4511,27 +4344,28 @@ }, { "name": "staudenmeir/laravel-adjacency-list", - "version": "v1.19", + "version": "v1.20", "source": { "type": "git", "url": "https://github.com/staudenmeir/laravel-adjacency-list.git", - "reference": "3ba43b7a0bc5224f8fc2ed00497dadaf4a0d6f12" + "reference": "1101205c6b822001f5b521d0664c32c8173f55bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/staudenmeir/laravel-adjacency-list/zipball/3ba43b7a0bc5224f8fc2ed00497dadaf4a0d6f12", - "reference": "3ba43b7a0bc5224f8fc2ed00497dadaf4a0d6f12", + "url": "https://api.github.com/repos/staudenmeir/laravel-adjacency-list/zipball/1101205c6b822001f5b521d0664c32c8173f55bf", + "reference": "1101205c6b822001f5b521d0664c32c8173f55bf", "shasum": "" }, "require": { "illuminate/database": "^10.0", "php": "^8.1", "staudenmeir/eloquent-has-many-deep-contracts": "^1.1", - "staudenmeir/laravel-cte": "^1.8" + "staudenmeir/laravel-cte": "^1.10" }, "require-dev": { "barryvdh/laravel-ide-helper": "^2.13", "doctrine/dbal": "^3.5.2", + "harrygulliford/laravel-firebird": "^3.2", "larastan/larastan": "^2.0", "mockery/mockery": "^1.5.1", "orchestra/testbench": "^8.15", @@ -4568,7 +4402,7 @@ "description": "Recursive Laravel Eloquent relationships with CTEs", "support": { "issues": "https://github.com/staudenmeir/laravel-adjacency-list/issues", - "source": "https://github.com/staudenmeir/laravel-adjacency-list/tree/v1.19" + "source": "https://github.com/staudenmeir/laravel-adjacency-list/tree/v1.20" }, "funding": [ { @@ -4576,20 +4410,20 @@ "type": "custom" } ], - "time": "2024-02-08T14:17:27+00:00" + "time": "2024-03-08T12:32:10+00:00" }, { "name": "staudenmeir/laravel-cte", - "version": "v1.9", + "version": "v1.10", "source": { "type": "git", "url": "https://github.com/staudenmeir/laravel-cte.git", - "reference": "87f4447829a0f6a6268f52f875c468915cab4909" + "reference": "f308d38e3bd2ac3dd23b3ea73a5af5b8ace95f24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/staudenmeir/laravel-cte/zipball/87f4447829a0f6a6268f52f875c468915cab4909", - "reference": "87f4447829a0f6a6268f52f875c468915cab4909", + "url": "https://api.github.com/repos/staudenmeir/laravel-cte/zipball/f308d38e3bd2ac3dd23b3ea73a5af5b8ace95f24", + "reference": "f308d38e3bd2ac3dd23b3ea73a5af5b8ace95f24", "shasum": "" }, "require": { @@ -4597,6 +4431,7 @@ "php": "^8.1" }, "require-dev": { + "harrygulliford/laravel-firebird": "^3.2", "orchestra/testbench": "^8.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.1", @@ -4628,7 +4463,7 @@ "description": "Laravel queries with common table expressions", "support": { "issues": "https://github.com/staudenmeir/laravel-cte/issues", - "source": "https://github.com/staudenmeir/laravel-cte/tree/v1.9" + "source": "https://github.com/staudenmeir/laravel-cte/tree/v1.10" }, "funding": [ { @@ -4636,20 +4471,20 @@ "type": "custom" } ], - "time": "2023-09-01T17:22:23+00:00" + "time": "2024-03-08T12:15:47+00:00" }, { "name": "symfony/console", - "version": "v6.4.3", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e" + "reference": "0d9e4eb5ad413075624378f474c4167ea202de78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e", - "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e", + "url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78", + "reference": "0d9e4eb5ad413075624378f474c4167ea202de78", "shasum": "" }, "require": { @@ -4714,7 +4549,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.3" + "source": "https://github.com/symfony/console/tree/v6.4.4" }, "funding": [ { @@ -4730,7 +4565,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-02-22T20:27:10+00:00" }, { "name": "symfony/css-selector", @@ -4866,16 +4701,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.4.3", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6" + "reference": "c725219bdf2afc59423c32793d5019d2a904e13a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/6dc3c76a278b77f01d864a6005d640822c6f26a6", - "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/c725219bdf2afc59423c32793d5019d2a904e13a", + "reference": "c725219bdf2afc59423c32793d5019d2a904e13a", "shasum": "" }, "require": { @@ -4921,7 +4756,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.3" + "source": "https://github.com/symfony/error-handler/tree/v6.4.4" }, "funding": [ { @@ -4937,7 +4772,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:40:36+00:00" + "time": "2024-02-22T20:27:10+00:00" }, { "name": "symfony/event-dispatcher", @@ -5161,16 +4996,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.4.3", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9" + "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5677bdf7cade4619cb17fc9e1e7b31ec392244a9", - "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ebc713bc6e6f4b53f46539fc158be85dfcd77304", + "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304", "shasum": "" }, "require": { @@ -5218,7 +5053,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.3" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.4" }, "funding": [ { @@ -5234,20 +5069,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-02-08T15:01:18+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.3", + "version": "v6.4.5", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2" + "reference": "f6947cb939d8efee137797382cb4db1af653ef75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9c6ec4e543044f7568a53a76ab1484ecd30637a2", - "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6947cb939d8efee137797382cb4db1af653ef75", + "reference": "f6947cb939d8efee137797382cb4db1af653ef75", "shasum": "" }, "require": { @@ -5296,7 +5131,7 @@ "symfony/process": "^5.4|^6.0|^7.0", "symfony/property-access": "^5.4.5|^6.0.5|^7.0", "symfony/routing": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.3|^7.0", + "symfony/serializer": "^6.4.4|^7.0.4", "symfony/stopwatch": "^5.4|^6.0|^7.0", "symfony/translation": "^5.4|^6.0|^7.0", "symfony/translation-contracts": "^2.5|^3", @@ -5331,7 +5166,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.3" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.5" }, "funding": [ { @@ -5347,20 +5182,20 @@ "type": "tidelift" } ], - "time": "2024-01-31T07:21:29+00:00" + "time": "2024-03-04T21:00:47+00:00" }, { "name": "symfony/mailer", - "version": "v6.4.3", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee" + "reference": "791c5d31a8204cf3db0c66faab70282307f4376b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/74412c62f88a85a41b61f0b71ab0afcaad6f03ee", - "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee", + "url": "https://api.github.com/repos/symfony/mailer/zipball/791c5d31a8204cf3db0c66faab70282307f4376b", + "reference": "791c5d31a8204cf3db0c66faab70282307f4376b", "shasum": "" }, "require": { @@ -5411,7 +5246,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.3" + "source": "https://github.com/symfony/mailer/tree/v6.4.4" }, "funding": [ { @@ -5427,7 +5262,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:01:07+00:00" + "time": "2024-02-03T21:33:47+00:00" }, { "name": "symfony/mime", @@ -6226,16 +6061,16 @@ }, { "name": "symfony/process", - "version": "v6.4.3", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3" + "reference": "710e27879e9be3395de2b98da3f52a946039f297" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/31642b0818bfcff85930344ef93193f8c607e0a3", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3", + "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297", + "reference": "710e27879e9be3395de2b98da3f52a946039f297", "shasum": "" }, "require": { @@ -6267,7 +6102,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.3" + "source": "https://github.com/symfony/process/tree/v6.4.4" }, "funding": [ { @@ -6283,20 +6118,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-02-20T12:31:00+00:00" }, { "name": "symfony/routing", - "version": "v6.4.3", + "version": "v6.4.5", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842" + "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842", + "url": "https://api.github.com/repos/symfony/routing/zipball/7fe30068e207d9c31c0138501ab40358eb2d49a4", + "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4", "shasum": "" }, "require": { @@ -6350,7 +6185,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.3" + "source": "https://github.com/symfony/routing/tree/v6.4.5" }, "funding": [ { @@ -6366,7 +6201,7 @@ "type": "tidelift" } ], - "time": "2024-01-30T13:55:02+00:00" + "time": "2024-02-27T12:33:30+00:00" }, { "name": "symfony/service-contracts", @@ -6452,16 +6287,16 @@ }, { "name": "symfony/string", - "version": "v7.0.3", + "version": "v7.0.4", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "524aac4a280b90a4420d8d6a040718d0586505ac" + "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/524aac4a280b90a4420d8d6a040718d0586505ac", - "reference": "524aac4a280b90a4420d8d6a040718d0586505ac", + "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b", + "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b", "shasum": "" }, "require": { @@ -6518,7 +6353,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.0.3" + "source": "https://github.com/symfony/string/tree/v7.0.4" }, "funding": [ { @@ -6534,20 +6369,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:41:16+00:00" + "time": "2024-02-01T13:17:36+00:00" }, { "name": "symfony/translation", - "version": "v6.4.3", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "637c51191b6b184184bbf98937702bcf554f7d04" + "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/637c51191b6b184184bbf98937702bcf554f7d04", - "reference": "637c51191b6b184184bbf98937702bcf554f7d04", + "url": "https://api.github.com/repos/symfony/translation/zipball/bce6a5a78e94566641b2594d17e48b0da3184a8e", + "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e", "shasum": "" }, "require": { @@ -6613,7 +6448,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.3" + "source": "https://github.com/symfony/translation/tree/v6.4.4" }, "funding": [ { @@ -6629,7 +6464,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T13:11:52+00:00" + "time": "2024-02-20T13:16:58+00:00" }, { "name": "symfony/translation-contracts", @@ -6785,16 +6620,16 @@ }, { "name": "symfony/var-dumper", - "version": "v6.4.3", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "0435a08f69125535336177c29d56af3abc1f69da" + "reference": "b439823f04c98b84d4366c79507e9da6230944b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0435a08f69125535336177c29d56af3abc1f69da", - "reference": "0435a08f69125535336177c29d56af3abc1f69da", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b439823f04c98b84d4366c79507e9da6230944b1", + "reference": "b439823f04c98b84d4366c79507e9da6230944b1", "shasum": "" }, "require": { @@ -6850,7 +6685,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.3" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.4" }, "funding": [ { @@ -6866,7 +6701,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:53:30+00:00" + "time": "2024-02-15T11:23:52+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -7192,36 +7027,36 @@ }, { "name": "barryvdh/laravel-debugbar", - "version": "v3.9.2", + "version": "v3.12.2", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-debugbar.git", - "reference": "bfd0131c146973cab164e50f5cdd8a67cc60cab1" + "reference": "43555503052443964ce2c1c1f3b0378e58219eb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/bfd0131c146973cab164e50f5cdd8a67cc60cab1", - "reference": "bfd0131c146973cab164e50f5cdd8a67cc60cab1", + "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/43555503052443964ce2c1c1f3b0378e58219eb8", + "reference": "43555503052443964ce2c1c1f3b0378e58219eb8", "shasum": "" }, "require": { - "illuminate/routing": "^9|^10", - "illuminate/session": "^9|^10", - "illuminate/support": "^9|^10", - "maximebf/debugbar": "^1.18.2", + "illuminate/routing": "^9|^10|^11", + "illuminate/session": "^9|^10|^11", + "illuminate/support": "^9|^10|^11", + "maximebf/debugbar": "~1.21.0", "php": "^8.0", - "symfony/finder": "^6" + "symfony/finder": "^6|^7" }, "require-dev": { "mockery/mockery": "^1.3.3", - "orchestra/testbench-dusk": "^5|^6|^7|^8", - "phpunit/phpunit": "^8.5.30|^9.0", + "orchestra/testbench-dusk": "^5|^6|^7|^8|^9", + "phpunit/phpunit": "^9.6|^10.5", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.8-dev" + "dev-master": "3.10-dev" }, "laravel": { "providers": [ @@ -7260,7 +7095,7 @@ ], "support": { "issues": "https://github.com/barryvdh/laravel-debugbar/issues", - "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.9.2" + "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.12.2" }, "funding": [ { @@ -7272,52 +7107,52 @@ "type": "github" } ], - "time": "2023-08-25T18:43:57+00:00" + "time": "2024-03-13T09:50:34+00:00" }, { "name": "barryvdh/laravel-ide-helper", - "version": "v2.14.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-ide-helper.git", - "reference": "485c756f6cff408d6b273274c5e86112c3973d98" + "reference": "bc1d67f01ce8c77e3f97d48ba51fa1d81874f622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/485c756f6cff408d6b273274c5e86112c3973d98", - "reference": "485c756f6cff408d6b273274c5e86112c3973d98", + "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/bc1d67f01ce8c77e3f97d48ba51fa1d81874f622", + "reference": "bc1d67f01ce8c77e3f97d48ba51fa1d81874f622", "shasum": "" }, "require": { - "barryvdh/reflection-docblock": "^2.0.6", + "barryvdh/reflection-docblock": "^2.1.1", "composer/class-map-generator": "^1.0", - "doctrine/dbal": "^2.6 || ^3", "ext-json": "*", - "illuminate/console": "^8 || ^9 || ^10", - "illuminate/filesystem": "^8 || ^9 || ^10", - "illuminate/support": "^8 || ^9 || ^10", + "illuminate/console": "^10 || ^11", + "illuminate/database": "^10.38 || ^11", + "illuminate/filesystem": "^10 || ^11", + "illuminate/support": "^10 || ^11", "nikic/php-parser": "^4.18 || ^5", - "php": "^7.3 || ^8.0", + "php": "^8.1", "phpdocumentor/type-resolver": "^1.1.0" }, "require-dev": { "ext-pdo_sqlite": "*", - "friendsofphp/php-cs-fixer": "^2", - "illuminate/config": "^8 || ^9 || ^10", - "illuminate/view": "^8 || ^9 || ^10", + "friendsofphp/php-cs-fixer": "^3", + "illuminate/config": "^9 || ^10 || ^11", + "illuminate/view": "^9 || ^10 || ^11", "mockery/mockery": "^1.4", - "orchestra/testbench": "^6 || ^7 || ^8", - "phpunit/phpunit": "^8.5 || ^9", - "spatie/phpunit-snapshot-assertions": "^3 || ^4", + "orchestra/testbench": "^8 || ^9", + "phpunit/phpunit": "^10.5", + "spatie/phpunit-snapshot-assertions": "^4 || ^5", "vimeo/psalm": "^5.4" }, "suggest": { - "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10)." + "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10|^11)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.14-dev" + "dev-master": "3.0-dev" }, "laravel": { "providers": [ @@ -7354,7 +7189,7 @@ ], "support": { "issues": "https://github.com/barryvdh/laravel-ide-helper/issues", - "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.14.0" + "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v3.0.0" }, "funding": [ { @@ -7366,7 +7201,7 @@ "type": "github" } ], - "time": "2024-02-05T08:16:36+00:00" + "time": "2024-03-01T12:53:18+00:00" }, { "name": "barryvdh/reflection-docblock", @@ -7422,16 +7257,16 @@ }, { "name": "brianium/paratest", - "version": "v7.4.1", + "version": "v7.4.3", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "b2830e330011d59a799c0002e118f5b4bbdb9604" + "reference": "64fcfd0e28a6b8078a19dbf9127be2ee645b92ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/b2830e330011d59a799c0002e118f5b4bbdb9604", - "reference": "b2830e330011d59a799c0002e118f5b4bbdb9604", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/64fcfd0e28a6b8078a19dbf9127be2ee645b92ec", + "reference": "64fcfd0e28a6b8078a19dbf9127be2ee645b92ec", "shasum": "" }, "require": { @@ -7439,13 +7274,13 @@ "ext-pcre": "*", "ext-reflection": "*", "ext-simplexml": "*", - "fidry/cpu-core-counter": "^1.0.0", + "fidry/cpu-core-counter": "^1.1.0", "jean85/pretty-package-versions": "^2.0.5", "php": "~8.2.0 || ~8.3.0", "phpunit/php-code-coverage": "^10.1.11 || ^11.0.0", "phpunit/php-file-iterator": "^4.1.0 || ^5.0.0", "phpunit/php-timer": "^6.0.0 || ^7.0.0", - "phpunit/phpunit": "^10.5.9 || ^11.0.2", + "phpunit/phpunit": "^10.5.9 || ^11.0.3", "sebastian/environment": "^6.0.1 || ^7.0.0", "symfony/console": "^6.4.3 || ^7.0.3", "symfony/process": "^6.4.3 || ^7.0.3" @@ -7454,11 +7289,11 @@ "doctrine/coding-standard": "^12.0.0", "ext-pcov": "*", "ext-posix": "*", - "phpstan/phpstan": "^1.10.57", + "phpstan/phpstan": "^1.10.58", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2", - "squizlabs/php_codesniffer": "^3.8.1", + "squizlabs/php_codesniffer": "^3.9.0", "symfony/filesystem": "^6.4.3 || ^7.0.3" }, "bin": [ @@ -7500,7 +7335,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v7.4.1" + "source": "https://github.com/paratestphp/paratest/tree/v7.4.3" }, "funding": [ { @@ -7512,20 +7347,20 @@ "type": "paypal" } ], - "time": "2024-02-06T13:50:28+00:00" + "time": "2024-02-20T07:24:02+00:00" }, { "name": "composer/class-map-generator", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9" + "reference": "8286a62d243312ed99b3eee20d5005c961adb311" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9", - "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8286a62d243312ed99b3eee20d5005c961adb311", + "reference": "8286a62d243312ed99b3eee20d5005c961adb311", "shasum": "" }, "require": { @@ -7569,7 +7404,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.1.0" + "source": "https://github.com/composer/class-map-generator/tree/1.1.1" }, "funding": [ { @@ -7585,20 +7420,20 @@ "type": "tidelift" } ], - "time": "2023-06-30T13:58:57+00:00" + "time": "2024-03-15T12:53:41+00:00" }, { "name": "composer/pcre", - "version": "3.1.1", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9" + "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9", - "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9", + "url": "https://api.github.com/repos/composer/pcre/zipball/4775f35b2d70865807c89d32c8e7385b86eb0ace", + "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace", "shasum": "" }, "require": { @@ -7640,7 +7475,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.1" + "source": "https://github.com/composer/pcre/tree/3.1.2" }, "funding": [ { @@ -7656,213 +7491,7 @@ "type": "tidelift" } ], - "time": "2023-10-11T07:11:09+00:00" - }, - { - "name": "doctrine/cache", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/cache.git", - "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", - "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", - "shasum": "" - }, - "require": { - "php": "~7.1 || ^8.0" - }, - "conflict": { - "doctrine/common": ">2.2,<2.4" - }, - "require-dev": { - "cache/integration-tests": "dev-master", - "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psr/cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "symfony/var-exporter": "^4.4 || ^5.4 || ^6" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", - "homepage": "https://www.doctrine-project.org/projects/cache.html", - "keywords": [ - "abstraction", - "apcu", - "cache", - "caching", - "couchdb", - "memcached", - "php", - "redis", - "xcache" - ], - "support": { - "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/2.2.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", - "type": "tidelift" - } - ], - "time": "2022-05-20T20:07:39+00:00" - }, - { - "name": "doctrine/dbal", - "version": "3.8.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/dbal.git", - "reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/c9ea252cdce4da324ede3d6c5913dd89f769afd2", - "reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2", - "doctrine/cache": "^1.11|^2.0", - "doctrine/deprecations": "^0.5.3|^1", - "doctrine/event-manager": "^1|^2", - "php": "^7.4 || ^8.0", - "psr/cache": "^1|^2|^3", - "psr/log": "^1|^2|^3" - }, - "require-dev": { - "doctrine/coding-standard": "12.0.0", - "fig/log-test": "^1", - "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.57", - "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.16", - "psalm/plugin-phpunit": "0.18.4", - "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.8.1", - "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/console": "^4.4|^5.4|^6.0|^7.0", - "vimeo/psalm": "4.30.0" - }, - "suggest": { - "symfony/console": "For helpful console commands such as SQL execution and import of files." - }, - "bin": [ - "bin/doctrine-dbal" - ], - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\DBAL\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - } - ], - "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", - "homepage": "https://www.doctrine-project.org/projects/dbal.html", - "keywords": [ - "abstraction", - "database", - "db2", - "dbal", - "mariadb", - "mssql", - "mysql", - "oci8", - "oracle", - "pdo", - "pgsql", - "postgresql", - "queryobject", - "sasql", - "sql", - "sqlite", - "sqlserver", - "sqlsrv" - ], - "support": { - "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.8.1" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", - "type": "tidelift" - } - ], - "time": "2024-02-03T17:33:49+00:00" + "time": "2024-03-07T15:38:35+00:00" }, { "name": "doctrine/deprecations", @@ -7911,97 +7540,6 @@ }, "time": "2024-01-30T19:34:25+00:00" }, - { - "name": "doctrine/event-manager", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/event-manager.git", - "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32", - "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "conflict": { - "doctrine/common": "<2.9" - }, - "require-dev": { - "doctrine/coding-standard": "^10", - "phpstan/phpstan": "^1.8.8", - "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^4.28" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", - "homepage": "https://www.doctrine-project.org/projects/event-manager.html", - "keywords": [ - "event", - "event dispatcher", - "event manager", - "event system", - "events" - ], - "support": { - "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/2.0.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", - "type": "tidelift" - } - ], - "time": "2022-10-12T20:59:15+00:00" - }, { "name": "fakerphp/faker", "version": "v1.23.1", @@ -8250,16 +7788,16 @@ }, { "name": "jean85/pretty-package-versions", - "version": "2.0.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", "shasum": "" }, "require": { @@ -8267,9 +7805,9 @@ "php": "^7.1|^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.17", + "friendsofphp/php-cs-fixer": "^3.2", "jean85/composer-provided-replaced-stub-package": "^1.0", - "phpstan/phpstan": "^0.12.66", + "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^7.5|^8.5|^9.4", "vimeo/psalm": "^4.3" }, @@ -8303,53 +7841,49 @@ ], "support": { "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" }, - "time": "2021-10-08T21:21:46+00:00" + "time": "2024-03-08T09:58:59+00:00" }, { "name": "laravel/dusk", - "version": "v7.12.1", + "version": "v8.0.0", "source": { "type": "git", "url": "https://github.com/laravel/dusk.git", - "reference": "e7c2509034753dd4b2339b082884eef357673bf7" + "reference": "9f3cdd096e28508f4b4a577c8bfecb5476e27b61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/dusk/zipball/e7c2509034753dd4b2339b082884eef357673bf7", - "reference": "e7c2509034753dd4b2339b082884eef357673bf7", + "url": "https://api.github.com/repos/laravel/dusk/zipball/9f3cdd096e28508f4b4a577c8bfecb5476e27b61", + "reference": "9f3cdd096e28508f4b4a577c8bfecb5476e27b61", "shasum": "" }, "require": { "ext-json": "*", "ext-zip": "*", - "guzzlehttp/guzzle": "^7.2", - "illuminate/console": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", - "nesbot/carbon": "^2.0", - "php": "^8.0", + "guzzlehttp/guzzle": "^7.5", + "illuminate/console": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "php": "^8.1", "php-webdriver/webdriver": "^1.9.0", - "symfony/console": "^6.0", - "symfony/finder": "^6.0", - "symfony/process": "^6.0", + "symfony/console": "^6.2|^7.0", + "symfony/finder": "^6.2|^7.0", + "symfony/process": "^6.2|^7.0", "vlucas/phpdotenv": "^5.2" }, "require-dev": { - "mockery/mockery": "^1.4.2", - "orchestra/testbench": "^7.33|^8.13", + "mockery/mockery": "^1.6", + "orchestra/testbench": "^8.19|^9.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5.10|^10.0.1", - "psy/psysh": "^0.11.12" + "phpunit/phpunit": "^10.1|^11.0", + "psy/psysh": "^0.11.12|^0.12" }, "suggest": { "ext-pcntl": "Used to gracefully terminate Dusk when tests are running." }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "7.x-dev" - }, "laravel": { "providers": [ "Laravel\\Dusk\\DuskServiceProvider" @@ -8379,22 +7913,22 @@ ], "support": { "issues": "https://github.com/laravel/dusk/issues", - "source": "https://github.com/laravel/dusk/tree/v7.12.1" + "source": "https://github.com/laravel/dusk/tree/v8.0.0" }, - "time": "2024-01-03T22:54:48+00:00" + "time": "2024-03-12T14:10:13+00:00" }, { "name": "laravel/pint", - "version": "v1.13.10", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "e2b5060885694ca30ac008c05dc9d47f10ed1abf" + "reference": "6b127276e3f263f7bb17d5077e9e0269e61b2a0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/e2b5060885694ca30ac008c05dc9d47f10ed1abf", - "reference": "e2b5060885694ca30ac008c05dc9d47f10ed1abf", + "url": "https://api.github.com/repos/laravel/pint/zipball/6b127276e3f263f7bb17d5077e9e0269e61b2a0e", + "reference": "6b127276e3f263f7bb17d5077e9e0269e61b2a0e", "shasum": "" }, "require": { @@ -8405,13 +7939,13 @@ "php": "^8.1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.47.1", - "illuminate/view": "^10.41.0", + "friendsofphp/php-cs-fixer": "^3.49.0", + "illuminate/view": "^10.43.0", "larastan/larastan": "^2.8.1", "laravel-zero/framework": "^10.3.0", "mockery/mockery": "^1.6.7", "nunomaduro/termwind": "^1.15.1", - "pestphp/pest": "^2.31.0" + "pestphp/pest": "^2.33.6" }, "bin": [ "builds/pint" @@ -8447,26 +7981,26 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2024-01-22T09:04:15+00:00" + "time": "2024-02-20T17:38:05+00:00" }, { "name": "maximebf/debugbar", - "version": "v1.19.1", + "version": "v1.21.3", "source": { "type": "git", "url": "https://github.com/maximebf/php-debugbar.git", - "reference": "03dd40a1826f4d585ef93ef83afa2a9874a00523" + "reference": "0b407703b08ea0cf6ebc61e267cc96ff7000911b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/03dd40a1826f4d585ef93ef83afa2a9874a00523", - "reference": "03dd40a1826f4d585ef93ef83afa2a9874a00523", + "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0b407703b08ea0cf6ebc61e267cc96ff7000911b", + "reference": "0b407703b08ea0cf6ebc61e267cc96ff7000911b", "shasum": "" }, "require": { "php": "^7.1|^8", "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^4|^5|^6" + "symfony/var-dumper": "^4|^5|^6|^7" }, "require-dev": { "phpunit/phpunit": ">=7.5.20 <10.0", @@ -8480,7 +8014,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-master": "1.21-dev" } }, "autoload": { @@ -8511,13 +8045,13 @@ ], "support": { "issues": "https://github.com/maximebf/php-debugbar/issues", - "source": "https://github.com/maximebf/php-debugbar/tree/v1.19.1" + "source": "https://github.com/maximebf/php-debugbar/tree/v1.21.3" }, - "time": "2023-10-12T08:10:52+00:00" + "time": "2024-03-12T14:23:07+00:00" }, { "name": "mockery/mockery", - "version": "1.6.7", + "version": "1.6.9", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", @@ -8755,20 +8289,21 @@ }, { "name": "phar-io/manifest", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + "reference": "54750ef60c58e43759730615a392c31c80e23176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", + "reference": "54750ef60c58e43759730615a392c31c80e23176", "shasum": "" }, "require": { "ext-dom": "*", + "ext-libxml": "*", "ext-phar": "*", "ext-xmlwriter": "*", "phar-io/version": "^3.0.1", @@ -8809,9 +8344,15 @@ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" + "source": "https://github.com/phar-io/manifest/tree/2.0.4" }, - "time": "2021-07-20T11:28:43+00:00" + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2024-03-03T12:33:53+00:00" }, { "name": "phar-io/version", @@ -8985,21 +8526,21 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.8.0", + "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc" + "reference": "153ae662783729388a584b4361f2545e4d841e3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", + "reference": "153ae662783729388a584b4361f2545e4d841e3c", "shasum": "" }, "require": { "doctrine/deprecations": "^1.0", - "php": "^7.4 || ^8.0", + "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", "phpstan/phpdoc-parser": "^1.13" }, @@ -9037,22 +8578,22 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" }, - "time": "2024-01-11T11:49:22+00:00" + "time": "2024-02-23T11:10:43+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.25.0", + "version": "1.26.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240" + "reference": "231e3186624c03d7e7c890ec662b81e6b0405227" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240", - "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/231e3186624c03d7e7c890ec662b81e6b0405227", + "reference": "231e3186624c03d7e7c890ec662b81e6b0405227", "shasum": "" }, "require": { @@ -9084,22 +8625,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.26.0" }, - "time": "2024-01-04T17:06:16+00:00" + "time": "2024-02-23T16:05:55+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "10.1.11", + "version": "10.1.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "78c3b7625965c2513ee96569a4dbb62601784145" + "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/78c3b7625965c2513ee96569a4dbb62601784145", - "reference": "78c3b7625965c2513ee96569a4dbb62601784145", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e3f51450ebffe8e0efdf7346ae966a656f7d5e5b", + "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b", "shasum": "" }, "require": { @@ -9156,7 +8697,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.11" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.14" }, "funding": [ { @@ -9164,7 +8705,7 @@ "type": "github" } ], - "time": "2023-12-21T15:38:30+00:00" + "time": "2024-03-12T15:33:41+00:00" }, { "name": "phpunit/php-file-iterator", @@ -9411,16 +8952,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.10", + "version": "10.5.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c" + "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50b8e314b6d0dd06521dc31d1abffa73f25f850c", - "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/20a63fc1c6db29b15da3bd02d4b6cf59900088a7", + "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7", "shasum": "" }, "require": { @@ -9492,7 +9033,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.10" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.13" }, "funding": [ { @@ -9508,35 +9049,35 @@ "type": "tidelift" } ], - "time": "2024-02-04T09:07:51+00:00" + "time": "2024-03-12T15:37:41+00:00" }, { "name": "protonemedia/laravel-dusk-fakes", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/protonemedia/laravel-dusk-fakes.git", - "reference": "5247adbb0d07822fd7bd6f7f1ed02e647fe7a96b" + "reference": "0f8ba244f05824e6e410e0d0e5dc76fd792472cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protonemedia/laravel-dusk-fakes/zipball/5247adbb0d07822fd7bd6f7f1ed02e647fe7a96b", - "reference": "5247adbb0d07822fd7bd6f7f1ed02e647fe7a96b", + "url": "https://api.github.com/repos/protonemedia/laravel-dusk-fakes/zipball/0f8ba244f05824e6e410e0d0e5dc76fd792472cf", + "reference": "0f8ba244f05824e6e410e0d0e5dc76fd792472cf", "shasum": "" }, "require": { - "illuminate/contracts": "^10.0", - "laravel/dusk": "^7.0", - "php": "^8.1|^8.2|^8.3", + "illuminate/contracts": "^10.0|^11.0", + "laravel/dusk": "^7.0|^8.0", + "php": "^8.2|^8.3", "spatie/invade": "^1.1" }, "require-dev": { "laravel/pint": "^1.0", "nesbot/carbon": "^2.66", - "nunomaduro/collision": "^6.0", - "orchestra/testbench": "^8.0", - "pestphp/pest": "^1.21", - "pestphp/pest-plugin-laravel": "^1.1", + "nunomaduro/collision": "^7.0|^8.0", + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.0", + "pestphp/pest-plugin-laravel": "^2.0", "phpunit/phpunit": "^10.4" }, "type": "library", @@ -9573,71 +9114,22 @@ ], "support": { "issues": "https://github.com/protonemedia/laravel-dusk-fakes/issues", - "source": "https://github.com/protonemedia/laravel-dusk-fakes/tree/1.5.0" + "source": "https://github.com/protonemedia/laravel-dusk-fakes/tree/1.6.0" }, - "time": "2024-01-02T10:51:21+00:00" - }, - { - "name": "psr/cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/3.0.0" - }, - "time": "2021-02-03T23:26:27+00:00" + "time": "2024-03-12T14:24:06+00:00" }, { "name": "sebastian/cli-parser", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae" + "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae", - "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084", + "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084", "shasum": "" }, "require": { @@ -9672,7 +9164,8 @@ "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0" + "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1" }, "funding": [ { @@ -9680,7 +9173,7 @@ "type": "github" } ], - "time": "2023-02-03T06:58:15+00:00" + "time": "2024-03-02T07:12:49+00:00" }, { "name": "sebastian/code-unit", @@ -9930,16 +9423,16 @@ }, { "name": "sebastian/diff", - "version": "5.1.0", + "version": "5.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f" + "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/fbf413a49e54f6b9b17e12d900ac7f6101591b7f", - "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", + "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", "shasum": "" }, "require": { @@ -9947,7 +9440,7 @@ }, "require-dev": { "phpunit/phpunit": "^10.0", - "symfony/process": "^4.2 || ^5" + "symfony/process": "^6.4" }, "type": "library", "extra": { @@ -9985,7 +9478,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "security": "https://github.com/sebastianbergmann/diff/security/policy", - "source": "https://github.com/sebastianbergmann/diff/tree/5.1.0" + "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" }, "funding": [ { @@ -9993,7 +9486,7 @@ "type": "github" } ], - "time": "2023-12-22T10:55:06+00:00" + "time": "2024-03-02T07:15:17+00:00" }, { "name": "sebastian/environment", @@ -10061,16 +9554,16 @@ }, { "name": "sebastian/exporter", - "version": "5.1.1", + "version": "5.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc" + "reference": "955288482d97c19a372d3f31006ab3f37da47adf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc", - "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf", + "reference": "955288482d97c19a372d3f31006ab3f37da47adf", "shasum": "" }, "require": { @@ -10127,7 +9620,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", - "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1" + "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2" }, "funding": [ { @@ -10135,20 +9628,20 @@ "type": "github" } ], - "time": "2023-09-24T13:22:09+00:00" + "time": "2024-03-02T07:17:12+00:00" }, { "name": "sebastian/global-state", - "version": "6.0.1", + "version": "6.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4" + "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4", - "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", + "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", "shasum": "" }, "require": { @@ -10182,14 +9675,14 @@ } ], "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", + "homepage": "https://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "security": "https://github.com/sebastianbergmann/global-state/security/policy", - "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1" + "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2" }, "funding": [ { @@ -10197,7 +9690,7 @@ "type": "github" } ], - "time": "2023-07-19T07:19:23+00:00" + "time": "2024-03-02T07:19:19+00:00" }, { "name": "sebastian/lines-of-code", @@ -10823,16 +10316,16 @@ }, { "name": "spatie/laravel-ignition", - "version": "2.4.1", + "version": "2.4.2", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "005e1e7b1232f3b22d7e7be3f602693efc7dba67" + "reference": "351504f4570e32908839fc5a2dc53bf77d02f85e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/005e1e7b1232f3b22d7e7be3f602693efc7dba67", - "reference": "005e1e7b1232f3b22d7e7be3f602693efc7dba67", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/351504f4570e32908839fc5a2dc53bf77d02f85e", + "reference": "351504f4570e32908839fc5a2dc53bf77d02f85e", "shasum": "" }, "require": { @@ -10911,20 +10404,20 @@ "type": "github" } ], - "time": "2024-01-12T13:14:58+00:00" + "time": "2024-02-09T16:08:40+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", "shasum": "" }, "require": { @@ -10953,7 +10446,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.2" + "source": "https://github.com/theseer/tokenizer/tree/1.2.3" }, "funding": [ { @@ -10961,7 +10454,7 @@ "type": "github" } ], - "time": "2023-11-20T00:12:19+00:00" + "time": "2024-03-03T12:36:25+00:00" } ], "aliases": [], @@ -10973,5 +10466,5 @@ "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/public/build/assets/app-C6QTKqCf.js b/public/build/assets/app-C6QTKqCf.js new file mode 100644 index 00000000..ccce8ece --- /dev/null +++ b/public/build/assets/app-C6QTKqCf.js @@ -0,0 +1,111 @@ +var ol=Object.create,Co=Object.defineProperty,sl=Object.getOwnPropertyDescriptor,So=Object.getOwnPropertyNames,ll=Object.getPrototypeOf,cl=Object.prototype.hasOwnProperty,yn=(t,n)=>function(){return n||(0,t[So(t)[0]])((n={exports:{}}).exports,n),n.exports},ul=(t,n,e,a)=>{if(n&&typeof n=="object"||typeof n=="function")for(let o of So(n))!cl.call(t,o)&&o!==e&&Co(t,o,{get:()=>n[o],enumerable:!(a=sl(n,o))||a.enumerable});return t},vt=(t,n,e)=>(e=t!=null?ol(ll(t)):{},ul(n||!t||!t.__esModule?Co(e,"default",{value:t,enumerable:!0}):e,t)),Ft=yn({"../alpine/packages/alpinejs/dist/module.cjs.js"(t,n){var e=Object.create,a=Object.defineProperty,o=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,m=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty,I=(r,i)=>function(){return i||(0,r[s(r)[0]])((i={exports:{}}).exports,i),i.exports},V=(r,i)=>{for(var l in i)a(r,l,{get:i[l],enumerable:!0})},B=(r,i,l,h)=>{if(i&&typeof i=="object"||typeof i=="function")for(let v of s(i))!w.call(r,v)&&v!==l&&a(r,v,{get:()=>i[v],enumerable:!(h=o(i,v))||h.enumerable});return r},G=(r,i,l)=>(l=r!=null?e(m(r)):{},B(i||!r||!r.__esModule?a(l,"default",{value:r,enumerable:!0}):l,r)),R=r=>B(a({},"__esModule",{value:!0}),r),z=I({"node_modules/@vue/shared/dist/shared.cjs.js"(r){Object.defineProperty(r,"__esModule",{value:!0});function i(E,te){const de=Object.create(null),Ce=E.split(",");for(let nt=0;nt!!de[nt.toLowerCase()]:nt=>!!de[nt]}var l={1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"HYDRATE_EVENTS",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT",[-1]:"HOISTED",[-2]:"BAIL"},h={1:"STABLE",2:"DYNAMIC",3:"FORWARDED"},v="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt",p=i(v),b=2;function O(E,te=0,de=E.length){let Ce=E.split(/(\r?\n)/);const nt=Ce.filter((Nt,Dt)=>Dt%2===1);Ce=Ce.filter((Nt,Dt)=>Dt%2===0);let mt=0;const Rt=[];for(let Nt=0;Nt=te){for(let Dt=Nt-b;Dt<=Nt+b||de>mt;Dt++){if(Dt<0||Dt>=Ce.length)continue;const Dr=Dt+1;Rt.push(`${Dr}${" ".repeat(Math.max(3-String(Dr).length,0))}| ${Ce[Dt]}`);const Xn=Ce[Dt].length,ti=nt[Dt]&&nt[Dt].length||0;if(Dt===Nt){const Zn=te-(mt-(Xn+ti)),Li=Math.max(1,de>mt?Xn-Zn:de-te);Rt.push(" | "+" ".repeat(Zn)+"^".repeat(Li))}else if(Dt>Nt){if(de>mt){const Zn=Math.max(Math.min(de-mt,Xn),1);Rt.push(" | "+"^".repeat(Zn))}mt+=Xn+ti}}break}return Rt.join(` +`)}var q="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",ue=i(q),qe=i(q+",async,autofocus,autoplay,controls,default,defer,disabled,hidden,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected"),ht=/[>/="'\u0009\u000a\u000c\u0020]/,Xe={};function dt(E){if(Xe.hasOwnProperty(E))return Xe[E];const te=ht.test(E);return te&&console.error(`unsafe attribute name: ${E}`),Xe[E]=!te}var qt={acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},un=i("animation-iteration-count,border-image-outset,border-image-slice,border-image-width,box-flex,box-flex-group,box-ordinal-group,column-count,columns,flex,flex-grow,flex-positive,flex-shrink,flex-negative,flex-order,grid-row,grid-row-end,grid-row-span,grid-row-start,grid-column,grid-column-end,grid-column-span,grid-column-start,font-weight,line-clamp,line-height,opacity,order,orphans,tab-size,widows,z-index,zoom,fill-opacity,flood-opacity,stop-opacity,stroke-dasharray,stroke-dashoffset,stroke-miterlimit,stroke-opacity,stroke-width"),Re=i("accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap");function et(E){if(en(E)){const te={};for(let de=0;de{if(de){const Ce=de.split(tt);Ce.length>1&&(te[Ce[0].trim()]=Ce[1].trim())}}),te}function Zt(E){let te="";if(!E)return te;for(const de in E){const Ce=E[de],nt=de.startsWith("--")?de:Zr(de);(An(Ce)||typeof Ce=="number"&&un(nt))&&(te+=`${nt}:${Ce};`)}return te}function dn(E){let te="";if(An(E))te=E;else if(en(E))for(let de=0;de]/;function Di(E){const te=""+E,de=Si.exec(te);if(!de)return te;let Ce="",nt,mt,Rt=0;for(mt=de.index;mt||--!>|qn(de,te))}var Wr=E=>E==null?"":fn(E)?JSON.stringify(E,Ti,2):String(E),Ti=(E,te)=>Tn(te)?{[`Map(${te.size})`]:[...te.entries()].reduce((de,[Ce,nt])=>(de[`${Ce} =>`]=nt,de),{})}:tn(te)?{[`Set(${te.size})`]:[...te.values()]}:fn(te)&&!en(te)&&!Kr(te)?String(te):te,Ai=["bigInt","optionalChaining","nullishCoalescingOperator"],br=Object.freeze({}),_r=Object.freeze([]),xr=()=>{},Un=()=>!1,Yn=/^on[^a-z]/,zn=E=>Yn.test(E),Vn=E=>E.startsWith("onUpdate:"),qr=Object.assign,Ur=(E,te)=>{const de=E.indexOf(te);de>-1&&E.splice(de,1)},Yr=Object.prototype.hasOwnProperty,zr=(E,te)=>Yr.call(E,te),en=Array.isArray,Tn=E=>kn(E)==="[object Map]",tn=E=>kn(E)==="[object Set]",Er=E=>E instanceof Date,Cr=E=>typeof E=="function",An=E=>typeof E=="string",ki=E=>typeof E=="symbol",fn=E=>E!==null&&typeof E=="object",Kn=E=>fn(E)&&Cr(E.then)&&Cr(E.catch),Vr=Object.prototype.toString,kn=E=>Vr.call(E),Pi=E=>kn(E).slice(8,-1),Kr=E=>kn(E)==="[object Object]",Jr=E=>An(E)&&E!=="NaN"&&E[0]!=="-"&&""+parseInt(E,10)===E,Gr=i(",key,ref,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Pn=E=>{const te=Object.create(null);return de=>te[de]||(te[de]=E(de))},Qr=/-(\w)/g,Xr=Pn(E=>E.replace(Qr,(te,de)=>de?de.toUpperCase():"")),Ii=/\B([A-Z])/g,Zr=Pn(E=>E.replace(Ii,"-$1").toLowerCase()),In=Pn(E=>E.charAt(0).toUpperCase()+E.slice(1)),Ri=Pn(E=>E?`on${In(E)}`:""),Sr=(E,te)=>E!==te&&(E===E||te===te),Ni=(E,te)=>{for(let de=0;de{Object.defineProperty(E,te,{configurable:!0,enumerable:!1,value:de})},Gn=E=>{const te=parseFloat(E);return isNaN(te)?E:te},Qn,ei=()=>Qn||(Qn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});r.EMPTY_ARR=_r,r.EMPTY_OBJ=br,r.NO=Un,r.NOOP=xr,r.PatchFlagNames=l,r.babelParserDefaultPlugins=Ai,r.camelize=Xr,r.capitalize=In,r.def=Jn,r.escapeHtml=Di,r.escapeHtmlComment=Oi,r.extend=qr,r.generateCodeFrame=O,r.getGlobalThis=ei,r.hasChanged=Sr,r.hasOwn=zr,r.hyphenate=Zr,r.invokeArrayFns=Ni,r.isArray=en,r.isBooleanAttr=qe,r.isDate=Er,r.isFunction=Cr,r.isGloballyWhitelisted=p,r.isHTMLTag=Bn,r.isIntegerKey=Jr,r.isKnownAttr=Re,r.isMap=Tn,r.isModelListener=Vn,r.isNoUnitNumericStyleProp=un,r.isObject=fn,r.isOn=zn,r.isPlainObject=Kr,r.isPromise=Kn,r.isReservedProp=Gr,r.isSSRSafeAttrName=dt,r.isSVGTag=Ci,r.isSet=tn,r.isSpecialBooleanAttr=ue,r.isString=An,r.isSymbol=ki,r.isVoidTag=Wn,r.looseEqual=qn,r.looseIndexOf=Br,r.makeMap=i,r.normalizeClass=dn,r.normalizeStyle=et,r.objectToString=Vr,r.parseStringStyle=It,r.propsToAttrMap=qt,r.remove=Ur,r.slotFlagsText=h,r.stringifyStyle=Zt,r.toDisplayString=Wr,r.toHandlerKey=Ri,r.toNumber=Gn,r.toRawType=Pi,r.toTypeString=kn}}),D=I({"node_modules/@vue/shared/index.js"(r,i){i.exports=z()}}),y=I({"node_modules/@vue/reactivity/dist/reactivity.cjs.js"(r){Object.defineProperty(r,"__esModule",{value:!0});var i=D(),l=new WeakMap,h=[],v,p=Symbol("iterate"),b=Symbol("Map key iterate");function O(d){return d&&d._isEffect===!0}function q(d,N=i.EMPTY_OBJ){O(d)&&(d=d.raw);const j=ht(d,N);return N.lazy||j(),j}function ue(d){d.active&&(Xe(d),d.options.onStop&&d.options.onStop(),d.active=!1)}var qe=0;function ht(d,N){const j=function(){if(!j.active)return d();if(!h.includes(j)){Xe(j);try{return Re(),h.push(j),v=j,d()}finally{h.pop(),et(),v=h[h.length-1]}}};return j.id=qe++,j.allowRecurse=!!N.allowRecurse,j._isEffect=!0,j.active=!0,j.raw=d,j.deps=[],j.options=N,j}function Xe(d){const{deps:N}=d;if(N.length){for(let j=0;j{At&&At.forEach(nn=>{(nn!==v||nn.allowRecurse)&&wt.add(nn)})};if(N==="clear")Ye.forEach(Lt);else if(j==="length"&&i.isArray(d))Ye.forEach((At,nn)=>{(nn==="length"||nn>=me)&&Lt(At)});else switch(j!==void 0&&Lt(Ye.get(j)),N){case"add":i.isArray(d)?i.isIntegerKey(j)&&Lt(Ye.get("length")):(Lt(Ye.get(p)),i.isMap(d)&&Lt(Ye.get(b)));break;case"delete":i.isArray(d)||(Lt(Ye.get(p)),i.isMap(d)&&Lt(Ye.get(b)));break;case"set":i.isMap(d)&&Lt(Ye.get(p));break}const Or=At=>{At.options.onTrigger&&At.options.onTrigger({effect:At,target:d,key:j,type:N,newValue:me,oldValue:ae,oldTarget:De}),At.options.scheduler?At.options.scheduler(At):At()};wt.forEach(Or)}var It=i.makeMap("__proto__,__v_isRef,__isVue"),Zt=new Set(Object.getOwnPropertyNames(Symbol).map(d=>Symbol[d]).filter(i.isSymbol)),dn=Wn(),Hn=Wn(!1,!0),yr=Wn(!0),wr=Wn(!0,!0),Bn=Ci();function Ci(){const d={};return["includes","indexOf","lastIndexOf"].forEach(N=>{d[N]=function(...j){const me=E(this);for(let De=0,Ye=this.length;De{d[N]=function(...j){un();const me=E(this)[N].apply(this,j);return et(),me}}),d}function Wn(d=!1,N=!1){return function(me,ae,De){if(ae==="__v_isReactive")return!d;if(ae==="__v_isReadonly")return d;if(ae==="__v_raw"&&De===(d?N?Xr:Qr:N?Pn:Gr).get(me))return me;const Ye=i.isArray(me);if(!d&&Ye&&i.hasOwn(Bn,ae))return Reflect.get(Bn,ae,De);const wt=Reflect.get(me,ae,De);return(i.isSymbol(ae)?Zt.has(ae):It(ae))||(d||Ue(me,"get",ae),N)?wt:Ce(wt)?!Ye||!i.isIntegerKey(ae)?wt.value:wt:i.isObject(wt)?d?Sr(wt):In(wt):wt}}var Si=Hr(),Di=Hr(!0);function Hr(d=!1){return function(j,me,ae,De){let Ye=j[me];if(!d&&(ae=E(ae),Ye=E(Ye),!i.isArray(j)&&Ce(Ye)&&!Ce(ae)))return Ye.value=ae,!0;const wt=i.isArray(j)&&i.isIntegerKey(me)?Number(me)i.isObject(d)?In(d):d,_r=d=>i.isObject(d)?Sr(d):d,xr=d=>d,Un=d=>Reflect.getPrototypeOf(d);function Yn(d,N,j=!1,me=!1){d=d.__v_raw;const ae=E(d),De=E(N);N!==De&&!j&&Ue(ae,"get",N),!j&&Ue(ae,"get",De);const{has:Ye}=Un(ae),wt=me?xr:j?_r:br;if(Ye.call(ae,N))return wt(d.get(N));if(Ye.call(ae,De))return wt(d.get(De));d!==ae&&d.get(N)}function zn(d,N=!1){const j=this.__v_raw,me=E(j),ae=E(d);return d!==ae&&!N&&Ue(me,"has",d),!N&&Ue(me,"has",ae),d===ae?j.has(d):j.has(d)||j.has(ae)}function Vn(d,N=!1){return d=d.__v_raw,!N&&Ue(E(d),"iterate",p),Reflect.get(d,"size",d)}function qr(d){d=E(d);const N=E(this);return Un(N).has.call(N,d)||(N.add(d),tt(N,"add",d,d)),this}function Ur(d,N){N=E(N);const j=E(this),{has:me,get:ae}=Un(j);let De=me.call(j,d);De?Jr(j,me,d):(d=E(d),De=me.call(j,d));const Ye=ae.call(j,d);return j.set(d,N),De?i.hasChanged(N,Ye)&&tt(j,"set",d,N,Ye):tt(j,"add",d,N),this}function Yr(d){const N=E(this),{has:j,get:me}=Un(N);let ae=j.call(N,d);ae?Jr(N,j,d):(d=E(d),ae=j.call(N,d));const De=me?me.call(N,d):void 0,Ye=N.delete(d);return ae&&tt(N,"delete",d,void 0,De),Ye}function zr(){const d=E(this),N=d.size!==0,j=i.isMap(d)?new Map(d):new Set(d),me=d.clear();return N&&tt(d,"clear",void 0,void 0,j),me}function en(d,N){return function(me,ae){const De=this,Ye=De.__v_raw,wt=E(Ye),Lt=N?xr:d?_r:br;return!d&&Ue(wt,"iterate",p),Ye.forEach((Or,At)=>me.call(ae,Lt(Or),Lt(At),De))}}function Tn(d,N,j){return function(...me){const ae=this.__v_raw,De=E(ae),Ye=i.isMap(De),wt=d==="entries"||d===Symbol.iterator&&Ye,Lt=d==="keys"&&Ye,Or=ae[d](...me),At=j?xr:N?_r:br;return!N&&Ue(De,"iterate",Lt?b:p),{next(){const{value:nn,done:$i}=Or.next();return $i?{value:nn,done:$i}:{value:wt?[At(nn[0]),At(nn[1])]:At(nn),done:$i}},[Symbol.iterator](){return this}}}}function tn(d){return function(...N){{const j=N[0]?`on key "${N[0]}" `:"";console.warn(`${i.capitalize(d)} operation ${j}failed: target is readonly.`,E(this))}return d==="delete"?!1:this}}function Er(){const d={get(De){return Yn(this,De)},get size(){return Vn(this)},has:zn,add:qr,set:Ur,delete:Yr,clear:zr,forEach:en(!1,!1)},N={get(De){return Yn(this,De,!1,!0)},get size(){return Vn(this)},has:zn,add:qr,set:Ur,delete:Yr,clear:zr,forEach:en(!1,!0)},j={get(De){return Yn(this,De,!0)},get size(){return Vn(this,!0)},has(De){return zn.call(this,De,!0)},add:tn("add"),set:tn("set"),delete:tn("delete"),clear:tn("clear"),forEach:en(!0,!1)},me={get(De){return Yn(this,De,!0,!0)},get size(){return Vn(this,!0)},has(De){return zn.call(this,De,!0)},add:tn("add"),set:tn("set"),delete:tn("delete"),clear:tn("clear"),forEach:en(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(De=>{d[De]=Tn(De,!1,!1),j[De]=Tn(De,!0,!1),N[De]=Tn(De,!1,!0),me[De]=Tn(De,!0,!0)}),[d,j,N,me]}var[Cr,An,ki,fn]=Er();function Kn(d,N){const j=N?d?fn:ki:d?An:Cr;return(me,ae,De)=>ae==="__v_isReactive"?!d:ae==="__v_isReadonly"?d:ae==="__v_raw"?me:Reflect.get(i.hasOwn(j,ae)&&ae in me?j:me,ae,De)}var Vr={get:Kn(!1,!1)},kn={get:Kn(!1,!0)},Pi={get:Kn(!0,!1)},Kr={get:Kn(!0,!0)};function Jr(d,N,j){const me=E(j);if(me!==j&&N.call(d,me)){const ae=i.toRawType(d);console.warn(`Reactive ${ae} contains both the raw and reactive versions of the same object${ae==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}var Gr=new WeakMap,Pn=new WeakMap,Qr=new WeakMap,Xr=new WeakMap;function Ii(d){switch(d){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Zr(d){return d.__v_skip||!Object.isExtensible(d)?0:Ii(i.toRawType(d))}function In(d){return d&&d.__v_isReadonly?d:Jn(d,!1,Br,Vr,Gr)}function Ri(d){return Jn(d,!1,Ti,kn,Pn)}function Sr(d){return Jn(d,!0,Wr,Pi,Qr)}function Ni(d){return Jn(d,!0,Ai,Kr,Xr)}function Jn(d,N,j,me,ae){if(!i.isObject(d))return console.warn(`value cannot be made reactive: ${String(d)}`),d;if(d.__v_raw&&!(N&&d.__v_isReactive))return d;const De=ae.get(d);if(De)return De;const Ye=Zr(d);if(Ye===0)return d;const wt=new Proxy(d,Ye===2?me:j);return ae.set(d,wt),wt}function Gn(d){return Qn(d)?Gn(d.__v_raw):!!(d&&d.__v_isReactive)}function Qn(d){return!!(d&&d.__v_isReadonly)}function ei(d){return Gn(d)||Qn(d)}function E(d){return d&&E(d.__v_raw)||d}function te(d){return i.def(d,"__v_skip",!0),d}var de=d=>i.isObject(d)?In(d):d;function Ce(d){return!!(d&&d.__v_isRef===!0)}function nt(d){return Nt(d)}function mt(d){return Nt(d,!0)}var Rt=class{constructor(d,N=!1){this._shallow=N,this.__v_isRef=!0,this._rawValue=N?d:E(d),this._value=N?d:de(d)}get value(){return Ue(E(this),"get","value"),this._value}set value(d){d=this._shallow?d:E(d),i.hasChanged(d,this._rawValue)&&(this._rawValue=d,this._value=this._shallow?d:de(d),tt(E(this),"set","value",d))}};function Nt(d,N=!1){return Ce(d)?d:new Rt(d,N)}function Dt(d){tt(E(d),"set","value",d.value)}function Dr(d){return Ce(d)?d.value:d}var Xn={get:(d,N,j)=>Dr(Reflect.get(d,N,j)),set:(d,N,j,me)=>{const ae=d[N];return Ce(ae)&&!Ce(j)?(ae.value=j,!0):Reflect.set(d,N,j,me)}};function ti(d){return Gn(d)?d:new Proxy(d,Xn)}var Zn=class{constructor(d){this.__v_isRef=!0;const{get:N,set:j}=d(()=>Ue(this,"get","value"),()=>tt(this,"set","value"));this._get=N,this._set=j}get value(){return this._get()}set value(d){this._set(d)}};function Li(d){return new Zn(d)}function nl(d){ei(d)||console.warn("toRefs() expects a reactive object but received a plain one.");const N=i.isArray(d)?new Array(d.length):{};for(const j in d)N[j]=Ba(d,j);return N}var rl=class{constructor(d,N){this._object=d,this._key=N,this.__v_isRef=!0}get value(){return this._object[this._key]}set value(d){this._object[this._key]=d}};function Ba(d,N){return Ce(d[N])?d[N]:new rl(d,N)}var il=class{constructor(d,N,j){this._setter=N,this._dirty=!0,this.__v_isRef=!0,this.effect=q(d,{lazy:!0,scheduler:()=>{this._dirty||(this._dirty=!0,tt(E(this),"set","value"))}}),this.__v_isReadonly=j}get value(){const d=E(this);return d._dirty&&(d._value=this.effect(),d._dirty=!1),Ue(d,"get","value"),d._value}set value(d){this._setter(d)}};function al(d){let N,j;return i.isFunction(d)?(N=d,j=()=>{console.warn("Write operation failed: computed value is readonly")}):(N=d.get,j=d.set),new il(N,j,i.isFunction(d)||!d.set)}r.ITERATE_KEY=p,r.computed=al,r.customRef=Li,r.effect=q,r.enableTracking=Re,r.isProxy=ei,r.isReactive=Gn,r.isReadonly=Qn,r.isRef=Ce,r.markRaw=te,r.pauseTracking=un,r.proxyRefs=ti,r.reactive=In,r.readonly=Sr,r.ref=nt,r.resetTracking=et,r.shallowReactive=Ri,r.shallowReadonly=Ni,r.shallowRef=mt,r.stop=ue,r.toRaw=E,r.toRef=Ba,r.toRefs=nl,r.track=Ue,r.trigger=tt,r.triggerRef=Dt,r.unref=Dr}}),x=I({"node_modules/@vue/reactivity/index.js"(r,i){i.exports=y()}}),M={};V(M,{Alpine:()=>Ha,default:()=>tl}),n.exports=R(M);var P=!1,F=!1,H=[],je=-1;function U(r){A(r)}function A(r){H.includes(r)||H.push(r),ce()}function $(r){let i=H.indexOf(r);i!==-1&&i>je&&H.splice(i,1)}function ce(){!F&&!P&&(P=!0,queueMicrotask(Se))}function Se(){P=!1,F=!0;for(let r=0;rr.effect(i,{scheduler:l=>{ot?U(l):l()}}),lt=r.raw}function xt(r){oe=r}function Mt(r){let i=()=>{};return[h=>{let v=oe(h);return r._x_effects||(r._x_effects=new Set,r._x_runEffects=()=>{r._x_effects.forEach(p=>p())}),r._x_effects.add(v),i=()=>{v!==void 0&&(r._x_effects.delete(v),Pe(v))},v},()=>{i()}]}function kt(r,i){let l=!0,h,v=oe(()=>{let p=r();JSON.stringify(p),l?h=p:queueMicrotask(()=>{i(p,h),h=p}),l=!1});return()=>Pe(v)}function Oe(r,i,l={}){r.dispatchEvent(new CustomEvent(i,{detail:l,bubbles:!0,composed:!0,cancelable:!0}))}function _e(r,i){if(typeof ShadowRoot=="function"&&r instanceof ShadowRoot){Array.from(r.children).forEach(v=>_e(v,i));return}let l=!1;if(i(r,()=>l=!0),l)return;let h=r.firstElementChild;for(;h;)_e(h,i),h=h.nextElementSibling}function xe(r,...i){console.warn(`Alpine Warning: ${r}`,...i)}var ke=!1;function ye(){ke&&xe("Alpine has already been initialized on this page. Calling Alpine.start() more than once can cause problems."),ke=!0,document.body||xe("Unable to initialize. Trying to load Alpine before `` is available. Did you forget to add `defer` in Alpine's `