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:
commit
674acce23e
2 changed files with 19 additions and 19 deletions
|
@ -36,7 +36,7 @@
|
||||||
"barryvdh/laravel-ide-helper": "^2.6",
|
"barryvdh/laravel-ide-helper": "^2.6",
|
||||||
"beyondcode/laravel-dump-server": "^1.0",
|
"beyondcode/laravel-dump-server": "^1.0",
|
||||||
"fakerphp/faker": "^1.9.2",
|
"fakerphp/faker": "^1.9.2",
|
||||||
"laravel/dusk": "^6.0",
|
"laravel/dusk": "^7.0",
|
||||||
"laravel/pint": "^1.0.0",
|
"laravel/pint": "^1.0.0",
|
||||||
"laravel/sail": "^1.15",
|
"laravel/sail": "^1.15",
|
||||||
"mockery/mockery": "^1.0",
|
"mockery/mockery": "^1.0",
|
||||||
|
|
36
composer.lock
generated
36
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "0661a04d55cb19d1416d1ce0c1c005cb",
|
"content-hash": "891a2c4a062e6a90805681bf12ec145a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
@ -8750,35 +8750,35 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/dusk",
|
"name": "laravel/dusk",
|
||||||
"version": "v6.25.1",
|
"version": "v7.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/dusk.git",
|
"url": "https://github.com/laravel/dusk.git",
|
||||||
"reference": "cd93e41d610965842e4b61f4691a0a0889737790"
|
"reference": "5c8469f43c2b0f0acf63198be8f74fb0641cc920"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/dusk/zipball/cd93e41d610965842e4b61f4691a0a0889737790",
|
"url": "https://api.github.com/repos/laravel/dusk/zipball/5c8469f43c2b0f0acf63198be8f74fb0641cc920",
|
||||||
"reference": "cd93e41d610965842e4b61f4691a0a0889737790",
|
"reference": "5c8469f43c2b0f0acf63198be8f74fb0641cc920",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
|
"illuminate/console": "^9.0",
|
||||||
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
|
"illuminate/support": "^9.0",
|
||||||
"nesbot/carbon": "^2.0",
|
"nesbot/carbon": "^2.0",
|
||||||
"php": "^7.2|^8.0",
|
"php": "^8.0",
|
||||||
"php-webdriver/webdriver": "^1.9.0",
|
"php-webdriver/webdriver": "^1.9.0",
|
||||||
"symfony/console": "^4.3|^5.0|^6.0",
|
"symfony/console": "^6.0",
|
||||||
"symfony/finder": "^4.3|^5.0|^6.0",
|
"symfony/finder": "^6.0",
|
||||||
"symfony/process": "^4.3|^5.0|^6.0",
|
"symfony/process": "^6.0",
|
||||||
"vlucas/phpdotenv": "^3.0|^4.0|^5.2"
|
"vlucas/phpdotenv": "^5.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "^1.0",
|
"mockery/mockery": "^1.4.2",
|
||||||
"orchestra/testbench": "^4.16|^5.17.1|^6.12.1|^7.0",
|
"orchestra/testbench": "^7.0",
|
||||||
"phpunit/phpunit": "^7.5.15|^8.4|^9.0"
|
"phpunit/phpunit": "^9.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
|
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
|
||||||
|
@ -8786,7 +8786,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "6.x-dev"
|
"dev-master": "7.x-dev"
|
||||||
},
|
},
|
||||||
"laravel": {
|
"laravel": {
|
||||||
"providers": [
|
"providers": [
|
||||||
|
@ -8817,9 +8817,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/laravel/dusk/issues",
|
"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",
|
"name": "laravel/pint",
|
||||||
|
|
Loading…
Add table
Reference in a new issue