From fcd67e522400e08170f831555c68d029576642a7 Mon Sep 17 00:00:00 2001 From: Justin Obara Date: Tue, 1 Aug 2023 10:26:46 -0400 Subject: [PATCH] ci: support chrome driver 115 for frontend tests (resolves #1886) (#1887) ci: support chrome driver 115 for frontend tests --- composer.lock | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index daf5cc1b0..db7451666 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": "1ec00fbeeb4ddca0cced5fbd4a770d89", + "content-hash": "b722522069d18749e7899732f95b2de2", "packages": [ { "name": "akaunting/laravel-money", @@ -12214,23 +12214,24 @@ }, { "name": "laravel/dusk", - "version": "v7.1.1", + "version": "v7.9.2", "source": { "type": "git", "url": "https://github.com/laravel/dusk.git", - "reference": "c7aacfabdf0883ba9a76c23a0d08b63dea2d0de8" + "reference": "9af939b4f62b9086b7ce38aa1e953034809c5962" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/dusk/zipball/c7aacfabdf0883ba9a76c23a0d08b63dea2d0de8", - "reference": "c7aacfabdf0883ba9a76c23a0d08b63dea2d0de8", + "url": "https://api.github.com/repos/laravel/dusk/zipball/9af939b4f62b9086b7ce38aa1e953034809c5962", + "reference": "9af939b4f62b9086b7ce38aa1e953034809c5962", "shasum": "" }, "require": { "ext-json": "*", "ext-zip": "*", - "illuminate/console": "^9.0", - "illuminate/support": "^9.0", + "guzzlehttp/guzzle": "^7.2", + "illuminate/console": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", "nesbot/carbon": "^2.0", "php": "^8.0", "php-webdriver/webdriver": "^1.9.0", @@ -12241,8 +12242,10 @@ }, "require-dev": { "mockery/mockery": "^1.4.2", - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^7.0|^8.0", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.5.10|^10.0.1", + "psy/psysh": "^0.11.12" }, "suggest": { "ext-pcntl": "Used to gracefully terminate Dusk when tests are running." @@ -12281,9 +12284,9 @@ ], "support": { "issues": "https://github.com/laravel/dusk/issues", - "source": "https://github.com/laravel/dusk/tree/v7.1.1" + "source": "https://github.com/laravel/dusk/tree/v7.9.2" }, - "time": "2022-09-29T09:38:10+00:00" + "time": "2023-07-30T03:20:41+00:00" }, { "name": "laravel/pint", @@ -15733,5 +15736,5 @@ "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" }