Merge pull request #1333 from jonnybarnes/dependabot/composer/laravel/dusk-8.0.0

build(deps-dev): Bump laravel/dusk from 7.13.0 to 8.0.0
This commit is contained in:
Jonny Barnes 2024-03-13 16:53:03 +00:00 committed by GitHub
commit 965c69748f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 23 deletions

View file

@ -36,7 +36,7 @@
"barryvdh/laravel-ide-helper": "^2.6",
"beyondcode/laravel-dump-server": "^1.0",
"fakerphp/faker": "^1.9.2",
"laravel/dusk": "^7.0",
"laravel/dusk": "^8.0",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",

40
composer.lock generated
View file

@ -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": "ed959f0ebfc2cffaf227b9ed7e3457a8",
"content-hash": "c65be2fc38b63c7bb6f2580972640643",
"packages": [
{
"name": "aws/aws-crt-php",
@ -9853,47 +9853,43 @@
},
{
"name": "laravel/dusk",
"version": "v7.13.0",
"version": "v8.0.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/dusk.git",
"reference": "dce7c4cc1c308bb18e95b2b3bf7d06d3f040a1f6"
"reference": "9f3cdd096e28508f4b4a577c8bfecb5476e27b61"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/dce7c4cc1c308bb18e95b2b3bf7d06d3f040a1f6",
"reference": "dce7c4cc1c308bb18e95b2b3bf7d06d3f040a1f6",
"url": "https://api.github.com/repos/laravel/dusk/zipball/9f3cdd096e28508f4b4a577c8bfecb5476e27b61",
"reference": "9f3cdd096e28508f4b4a577c8bfecb5476e27b61",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-zip": "*",
"guzzlehttp/guzzle": "^7.2",
"illuminate/console": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"nesbot/carbon": "^2.0",
"php": "^8.0",
"guzzlehttp/guzzle": "^7.5",
"illuminate/console": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"php": "^8.1",
"php-webdriver/webdriver": "^1.9.0",
"symfony/console": "^6.0",
"symfony/finder": "^6.0",
"symfony/process": "^6.0",
"symfony/console": "^6.2|^7.0",
"symfony/finder": "^6.2|^7.0",
"symfony/process": "^6.2|^7.0",
"vlucas/phpdotenv": "^5.2"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^7.33|^8.13",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^8.19|^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5.10|^10.0.1",
"psy/psysh": "^0.11.12"
"phpunit/phpunit": "^10.1|^11.0",
"psy/psysh": "^0.11.12|^0.12"
},
"suggest": {
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Dusk\\DuskServiceProvider"
@ -9923,9 +9919,9 @@
],
"support": {
"issues": "https://github.com/laravel/dusk/issues",
"source": "https://github.com/laravel/dusk/tree/v7.13.0"
"source": "https://github.com/laravel/dusk/tree/v8.0.0"
},
"time": "2024-02-23T22:29:53+00:00"
"time": "2024-03-12T14:10:13+00:00"
},
{
"name": "laravel/pint",