Merge pull request #390 from jonnybarnes/dependabot/composer/laravel/dusk-7.0.0

Bump laravel/dusk from 6.25.1 to 7.0.0
This commit is contained in:
Jonny Barnes 2022-08-24 11:44:30 +01:00 committed by GitHub
commit 674acce23e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 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": "^6.0",
"laravel/dusk": "^7.0",
"laravel/pint": "^1.0.0",
"laravel/sail": "^1.15",
"mockery/mockery": "^1.0",

36
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": "0661a04d55cb19d1416d1ce0c1c005cb",
"content-hash": "891a2c4a062e6a90805681bf12ec145a",
"packages": [
{
"name": "aws/aws-crt-php",
@ -8750,35 +8750,35 @@
},
{
"name": "laravel/dusk",
"version": "v6.25.1",
"version": "v7.0.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/dusk.git",
"reference": "cd93e41d610965842e4b61f4691a0a0889737790"
"reference": "5c8469f43c2b0f0acf63198be8f74fb0641cc920"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/cd93e41d610965842e4b61f4691a0a0889737790",
"reference": "cd93e41d610965842e4b61f4691a0a0889737790",
"url": "https://api.github.com/repos/laravel/dusk/zipball/5c8469f43c2b0f0acf63198be8f74fb0641cc920",
"reference": "5c8469f43c2b0f0acf63198be8f74fb0641cc920",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-zip": "*",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^9.0",
"illuminate/support": "^9.0",
"nesbot/carbon": "^2.0",
"php": "^7.2|^8.0",
"php": "^8.0",
"php-webdriver/webdriver": "^1.9.0",
"symfony/console": "^4.3|^5.0|^6.0",
"symfony/finder": "^4.3|^5.0|^6.0",
"symfony/process": "^4.3|^5.0|^6.0",
"vlucas/phpdotenv": "^3.0|^4.0|^5.2"
"symfony/console": "^6.0",
"symfony/finder": "^6.0",
"symfony/process": "^6.0",
"vlucas/phpdotenv": "^5.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.16|^5.17.1|^6.12.1|^7.0",
"phpunit/phpunit": "^7.5.15|^8.4|^9.0"
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.0"
},
"suggest": {
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
@ -8786,7 +8786,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
"dev-master": "7.x-dev"
},
"laravel": {
"providers": [
@ -8817,9 +8817,9 @@
],
"support": {
"issues": "https://github.com/laravel/dusk/issues",
"source": "https://github.com/laravel/dusk/tree/v6.25.1"
"source": "https://github.com/laravel/dusk/tree/v7.0.0"
},
"time": "2022-07-25T13:51:51+00:00"
"time": "2022-08-19T14:33:56+00:00"
},
{
"name": "laravel/pint",