From f4f9ac2bdc34f22ee2fedb6779b6731ed89bcc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SIGUI=20Kess=C3=A9=20Emmanuel?= Date: Mon, 9 Oct 2023 12:05:24 +0100 Subject: [PATCH] :arrow_up: Update requirements --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 5671ad0..e1d38bd 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": "9a8b1b3342fb787a7b841eb28fa6f436", + "content-hash": "74760f344dc9e530039732cd05808b1f", "packages": [ { "name": "brick/math", @@ -1967,16 +1967,16 @@ }, { "name": "livewire/livewire", - "version": "v3.0.5", + "version": "v3.0.6", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "37f11583c61a75d51b2146c2fe38f506ad36014b" + "reference": "1ec54cdf57c6f1bf734bb14f9732904473b91c3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/37f11583c61a75d51b2146c2fe38f506ad36014b", - "reference": "37f11583c61a75d51b2146c2fe38f506ad36014b", + "url": "https://api.github.com/repos/livewire/livewire/zipball/1ec54cdf57c6f1bf734bb14f9732904473b91c3f", + "reference": "1ec54cdf57c6f1bf734bb14f9732904473b91c3f", "shasum": "" }, "require": { @@ -1985,15 +1985,15 @@ "illuminate/validation": "^10.0", "league/mime-type-detection": "^1.9", "php": "^8.1", - "symfony/http-kernel": "^5.0|^6.0" + "symfony/http-kernel": "^6.2" }, "require-dev": { "calebporzio/sushi": "^2.1", "laravel/framework": "^10.0", "laravel/prompts": "^0.1.6", "mockery/mockery": "^1.3.1", - "orchestra/testbench": "^7.0|^8.0", - "orchestra/testbench-dusk": "^7.0|^8.0", + "orchestra/testbench": "^8.0", + "orchestra/testbench-dusk": "^8.0", "phpunit/phpunit": "^9.0", "psy/psysh": "@stable" }, @@ -2029,7 +2029,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.0.5" + "source": "https://github.com/livewire/livewire/tree/v3.0.6" }, "funding": [ { @@ -2037,7 +2037,7 @@ "type": "github" } ], - "time": "2023-09-16T11:51:32+00:00" + "time": "2023-10-06T19:19:24+00:00" }, { "name": "masterminds/html5", @@ -13513,7 +13513,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.1||^8.2" + "php": "*" }, "platform-dev": [], "plugin-api-version": "2.3.0"