From 630faef9c3ec1ec1a1a6ed53e4149e655245013f Mon Sep 17 00:00:00 2001 From: alin Date: Tue, 29 Oct 2024 13:56:07 +0100 Subject: [PATCH] Update dependencies Service update --- composer.json | 44 ++++++++++++++++++++++---------------------- monorepo-builder.php | 4 ++-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 8c69587e4..535fc944e 100644 --- a/composer.json +++ b/composer.json @@ -17,21 +17,21 @@ "dragonmantank/cron-expression": "^3.4.0", "fakerphp/faker": "^v1.23.1", "guzzlehttp/guzzle": "^7.9.2", - "illuminate/auth": "^v11.28.1", - "illuminate/cache": "^v11.28.1", - "illuminate/collections": "^v11.28.1", - "illuminate/config": "^v11.28.1", - "illuminate/console": "^v11.28.1", - "illuminate/container": "^v11.28.1", - "illuminate/contracts": "^v11.28.1", - "illuminate/database": "^v11.28.1", - "illuminate/events": "^v11.28.1", - "illuminate/filesystem": "^v11.28.1", - "illuminate/http": "^v11.28.1", - "illuminate/pipeline": "^v11.28.1", - "illuminate/support": "^v11.28.1", - "illuminate/translation": "^v11.28.1", - "illuminate/validation": "^v11.28.1", + "illuminate/auth": "^v11.29.0", + "illuminate/cache": "^v11.29.0", + "illuminate/collections": "^v11.29.0", + "illuminate/config": "^v11.29.0", + "illuminate/console": "^v11.29.0", + "illuminate/container": "^v11.29.0", + "illuminate/contracts": "^v11.29.0", + "illuminate/database": "^v11.29.0", + "illuminate/events": "^v11.29.0", + "illuminate/filesystem": "^v11.29.0", + "illuminate/http": "^v11.29.0", + "illuminate/pipeline": "^v11.29.0", + "illuminate/support": "^v11.29.0", + "illuminate/translation": "^v11.29.0", + "illuminate/validation": "^v11.29.0", "league/flysystem": "^3.29.1", "mockery/mockery": "1.6.*", "psr/http-client": "^1.0.3", @@ -40,8 +40,8 @@ "psr/log": "^3.0.2", "ramsey/http-range": "^1.1.0", "shrikeh/teapot": "^2.3.1", - "symfony/console": "^v7.1.5", - "symfony/finder": "^7.1.4", + "symfony/console": "^v7.1.6", + "symfony/finder": "^7.1.6", "vlucas/phpdotenv": "^5.6.1", "xenolope/quahog": "^3.0" }, @@ -50,17 +50,17 @@ "bamarni/composer-bin-plugin": "^1.8.2", "codeception/codeception": "^5.1.2", "codeception/module-asserts": "^3.0.0", - "illuminate/testing": "^v11.28.1", - "laravel/fortify": "^1.24.2", + "illuminate/testing": "^v11.29.0", + "laravel/fortify": "^1.24.3", "league/flysystem-adapter-test-utilities": "^3.29.0", "nette/neon": "^3.4.4", "orchestra/testbench": "^v9.5.2", - "orchestra/testbench-dusk": "^v9.8.0", + "orchestra/testbench-dusk": "^v9.8.1", "phpstan/phpstan": "^1.12.7", "predis/predis": "^2.2.2", "roave/security-advisories": "dev-master", - "symfony/var-dumper": "^v7.1.5", - "symfony/yaml": "^v7.1.5", + "symfony/var-dumper": "^v7.1.6", + "symfony/yaml": "^v7.1.6", "twig/twig": "^3.14.0", "yosymfony/toml": "^1.0.4" }, diff --git a/monorepo-builder.php b/monorepo-builder.php index 6323ad3df..6655766ef 100644 --- a/monorepo-builder.php +++ b/monorepo-builder.php @@ -50,8 +50,8 @@ 'codeception/codeception' => '^5.1.2', "codeception/module-asserts" => "^3.0.0", 'orchestra/testbench' => '^v9.5.2', - 'orchestra/testbench-dusk' => '^v9.8.0', - 'illuminate/testing' => '^vv11.28.1' + 'orchestra/testbench-dusk' => '^v9.8.1', + 'illuminate/testing' => '^v11.29.0' ], ComposerJsonSection::AUTOLOAD => [