From 625ebfdf92f7450d2247c062a998ce834f4020ce Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 1 Nov 2024 07:33:43 -0400 Subject: [PATCH] chore: bumps dependencies and uses pest 3 --- composer.json | 74 +++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 6e9f14d3..a0649f87 100755 --- a/composer.json +++ b/composer.json @@ -21,51 +21,51 @@ "require": { "php": "^8.2", "ext-json": "*", - "dragonmantank/cron-expression": "^3.3.3", - "guzzlehttp/guzzle": "^7.8.1", - "illuminate/cache": "^11.5.0", - "illuminate/collections": "^11.5.0", - "illuminate/config": "^11.5.0", - "illuminate/console": "^11.5.0", - "illuminate/container": "^11.5.0", - "illuminate/contracts": "^11.5.0", - "illuminate/events": "^11.5.0", - "illuminate/filesystem": "^11.5.0", - "illuminate/process": "^11.5.0", - "illuminate/support": "^11.5.0", - "illuminate/testing": "^11.5.0", + "dragonmantank/cron-expression": "^3.4.0", + "guzzlehttp/guzzle": "^7.9.2", + "illuminate/cache": "^11.30.0", + "illuminate/collections": "^11.30.0", + "illuminate/config": "^11.30.0", + "illuminate/console": "^11.30.0", + "illuminate/container": "^11.30.0", + "illuminate/contracts": "^11.30.0", + "illuminate/events": "^11.30.0", + "illuminate/filesystem": "^11.30.0", + "illuminate/process": "^11.30.0", + "illuminate/support": "^11.30.0", + "illuminate/testing": "^11.30.0", "laravel-zero/foundation": "^11.5.0", - "laravel/prompts": "^0.1.20 || ^0.2 || ^0.3", - "league/flysystem": "^3.27.0", - "nunomaduro/collision": "^8.1.1", + "laravel/prompts": "^0.3.1 || ^0.3.1 || ^0.3.1", + "league/flysystem": "^3.29.1", + "nunomaduro/collision": "^8.5.0", "nunomaduro/laravel-console-summary": "^1.12.1", "nunomaduro/laravel-console-task": "^1.9", "nunomaduro/laravel-desktop-notifier": "^2.8.1", - "nunomaduro/termwind": "^2.0.1", - "psr/log": "^3.0", - "ramsey/uuid": "^4.7.5", - "symfony/console": "^7.0.6", - "symfony/error-handler": "^7.0.6", - "symfony/event-dispatcher": "^7.0.3", - "symfony/finder": "^7.0", - "symfony/process": "^7.0.4", - "symfony/var-dumper": "^7.0.6", - "vlucas/phpdotenv": "^5.6.0" + "nunomaduro/termwind": "^2.2.0", + "psr/log": "^3.0.2", + "ramsey/uuid": "^4.7.6", + "symfony/console": "^7.1.6", + "symfony/error-handler": "^7.1.6", + "symfony/event-dispatcher": "^7.1.6", + "symfony/finder": "^7.1.6", + "symfony/process": "^7.1.6", + "symfony/var-dumper": "^7.1.6", + "vlucas/phpdotenv": "^5.6.1" }, "require-dev": { - "illuminate/bus": "^11.5.0", - "illuminate/database": "^11.5.0", - "illuminate/http": "^11.5.0", - "illuminate/log": "^11.5.0", - "illuminate/queue": "^11.5.0", - "illuminate/redis": "^11.5.0", - "illuminate/view": "^11.5.0", + "illuminate/bus": "^11.30.0", + "illuminate/database": "^11.30.0", + "illuminate/http": "^11.30.0", + "illuminate/log": "^11.30.0", + "illuminate/queue": "^11.30.0", + "illuminate/redis": "^11.30.0", + "illuminate/view": "^11.30.0", "laravel-zero/phar-updater": "^1.4", - "laravel/pint": "^1.15.2", - "nunomaduro/laravel-console-dusk": "^1.13", + "laravel/pint": "^1.18.1", + "nunomaduro/laravel-console-dusk": "^1.13.1", "nunomaduro/laravel-console-menu": "^3.5", - "pestphp/pest": "^2.34.7", - "phpstan/phpstan": "^1.10.67" + "pestphp/pest": "^3.5.1", + "phpstan/phpstan": "^1.12.7" }, "autoload": { "psr-4": {