From 5b0577a8629e1f162f4028c2d6f3c2d37849aa0e Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 21 Feb 2024 16:21:14 +0000 Subject: [PATCH] Bump core Laravel dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a6fb3eb..92ae51c 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "brianium/paratest": "^6.4", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.45", - "laravel/sanctum": "^3.2", + "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8", "livewire/livewire": "^2.11", "sentry/sentry-laravel": "^3.2", @@ -22,8 +22,8 @@ "fakerphp/faker": "^1.9.1", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", - "nunomaduro/collision": "^6.1", - "phpunit/phpunit": "^9.5.10", + "nunomaduro/collision": "^7.0", + "phpunit/phpunit": "^10.1", "spatie/laravel-ignition": "^2.0" }, "autoload": {