From 8413de637f0e2605b45adafdd2d1787adb84e5c3 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 7 Dec 2023 14:37:14 -0500 Subject: [PATCH] update dependencies --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 347f31e..9a38519 100644 --- a/composer.json +++ b/composer.json @@ -17,19 +17,19 @@ ], "require": { "php": "^8.1", - "doctrine/dbal": "^3.6", + "doctrine/dbal": "^3.7.2", "illuminate/contracts": "^10.0", "illuminate/support": "^10.0", - "spatie/laravel-package-tools": "^1.14.0" + "spatie/laravel-package-tools": "^1.16.1" }, "require-dev": { - "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.9", - "orchestra/testbench": "^8.0", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-arch": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", - "spatie/docker": "^1.10" + "laravel/pint": "^1.13.7", + "nunomaduro/collision": "^7.10", + "orchestra/testbench": "^8.17", + "pestphp/pest": "^2.28", + "pestphp/pest-plugin-arch": "^2.5", + "pestphp/pest-plugin-laravel": "^2.2", + "spatie/docker": "^1.11" }, "autoload": { "psr-4": { @@ -68,4 +68,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}