diff --git a/composer.lock b/composer.lock index 0b5525e8b3..5e6e808594 100644 --- a/composer.lock +++ b/composer.lock @@ -8727,23 +8727,24 @@ }, { "name": "laravel/dusk", - "version": "v7.1.1", + "version": "v7.12.3", "source": { "type": "git", "url": "https://github.com/laravel/dusk.git", - "reference": "c7aacfabdf0883ba9a76c23a0d08b63dea2d0de8" + "reference": "676df11326c29d11ee566cd046f8e49e0ce6eb0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/dusk/zipball/c7aacfabdf0883ba9a76c23a0d08b63dea2d0de8", - "reference": "c7aacfabdf0883ba9a76c23a0d08b63dea2d0de8", + "url": "https://api.github.com/repos/laravel/dusk/zipball/676df11326c29d11ee566cd046f8e49e0ce6eb0a", + "reference": "676df11326c29d11ee566cd046f8e49e0ce6eb0a", "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", @@ -8754,8 +8755,10 @@ }, "require-dev": { "mockery/mockery": "^1.4.2", - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^7.33|^8.13", + "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." @@ -8794,9 +8797,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.12.3" }, - "time": "2022-09-29T09:38:10+00:00" + "time": "2024-02-15T13:38:58+00:00" }, { "name": "mockery/mockery",