diff --git a/composer.json b/composer.json index da573b99..9429d2d0 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "laravel/tinker": "^2.7", "league/flysystem-aws-s3-v3": "^3.0", "league/oauth2-client": "^2.6", - "livewire/livewire": "^2.12.8", + "livewire/livewire": "^3.5.12", "maatwebsite/excel": "^3.1", "predis/predis": "^2.0", "protonemedia/laravel-form-components": "^3.8", diff --git a/composer.lock b/composer.lock index 230aaecc..d1df4249 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": "84d00180dcd3be836834eabced4a6076", + "content-hash": "0af4b3166fe234070713a01379390fc4", "packages": [ { "name": "aws/aws-crt-php", @@ -3405,34 +3405,37 @@ }, { "name": "livewire/livewire", - "version": "v2.12.8", + "version": "v3.5.12", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "7d657d0dd8761a981f7ac3cd8d71c3b724f3e0b8" + "reference": "3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/7d657d0dd8761a981f7ac3cd8d71c3b724f3e0b8", - "reference": "7d657d0dd8761a981f7ac3cd8d71c3b724f3e0b8", + "url": "https://api.github.com/repos/livewire/livewire/zipball/3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d", + "reference": "3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d", "shasum": "" }, "require": { - "illuminate/database": "^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", - "illuminate/validation": "^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^10.0|^11.0", + "illuminate/routing": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/validation": "^10.0|^11.0", + "laravel/prompts": "^0.1.24|^0.2|^0.3", "league/mime-type-detection": "^1.9", - "php": "^7.2.5|^8.0", - "symfony/http-kernel": "^5.0|^6.0" + "php": "^8.1", + "symfony/console": "^6.0|^7.0", + "symfony/http-kernel": "^6.2|^7.0" }, "require-dev": { "calebporzio/sushi": "^2.1", - "laravel/framework": "^7.0|^8.0|^9.0|^10.0", + "laravel/framework": "^10.15.0|^11.0", "mockery/mockery": "^1.3.1", - "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0", - "orchestra/testbench-dusk": "^5.2|^6.0|^7.0|^8.0", - "phpunit/phpunit": "^8.4|^9.0", - "psy/psysh": "@stable" + "orchestra/testbench": "^8.21.0|^9.0", + "orchestra/testbench-dusk": "^8.24|^9.1", + "phpunit/phpunit": "^10.4", + "psy/psysh": "^0.11.22|^0.12" }, "type": "library", "extra": { @@ -3466,7 +3469,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v2.12.8" + "source": "https://github.com/livewire/livewire/tree/v3.5.12" }, "funding": [ { @@ -3474,7 +3477,7 @@ "type": "github" } ], - "time": "2024-07-13T19:58:46+00:00" + "time": "2024-10-15T19:35:06+00:00" }, { "name": "maatwebsite/excel",