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:
commit
965c69748f
2 changed files with 19 additions and 23 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": "^7.0",
|
"laravel/dusk": "^8.0",
|
||||||
"laravel/pint": "^1.0",
|
"laravel/pint": "^1.0",
|
||||||
"laravel/sail": "^1.18",
|
"laravel/sail": "^1.18",
|
||||||
"mockery/mockery": "^1.4.4",
|
"mockery/mockery": "^1.4.4",
|
||||||
|
|
40
composer.lock
generated
40
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": "ed959f0ebfc2cffaf227b9ed7e3457a8",
|
"content-hash": "c65be2fc38b63c7bb6f2580972640643",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
@ -9853,47 +9853,43 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/dusk",
|
"name": "laravel/dusk",
|
||||||
"version": "v7.13.0",
|
"version": "v8.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/dusk.git",
|
"url": "https://github.com/laravel/dusk.git",
|
||||||
"reference": "dce7c4cc1c308bb18e95b2b3bf7d06d3f040a1f6"
|
"reference": "9f3cdd096e28508f4b4a577c8bfecb5476e27b61"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/dusk/zipball/dce7c4cc1c308bb18e95b2b3bf7d06d3f040a1f6",
|
"url": "https://api.github.com/repos/laravel/dusk/zipball/9f3cdd096e28508f4b4a577c8bfecb5476e27b61",
|
||||||
"reference": "dce7c4cc1c308bb18e95b2b3bf7d06d3f040a1f6",
|
"reference": "9f3cdd096e28508f4b4a577c8bfecb5476e27b61",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"guzzlehttp/guzzle": "^7.2",
|
"guzzlehttp/guzzle": "^7.5",
|
||||||
"illuminate/console": "^9.0|^10.0",
|
"illuminate/console": "^10.0|^11.0",
|
||||||
"illuminate/support": "^9.0|^10.0",
|
"illuminate/support": "^10.0|^11.0",
|
||||||
"nesbot/carbon": "^2.0",
|
"php": "^8.1",
|
||||||
"php": "^8.0",
|
|
||||||
"php-webdriver/webdriver": "^1.9.0",
|
"php-webdriver/webdriver": "^1.9.0",
|
||||||
"symfony/console": "^6.0",
|
"symfony/console": "^6.2|^7.0",
|
||||||
"symfony/finder": "^6.0",
|
"symfony/finder": "^6.2|^7.0",
|
||||||
"symfony/process": "^6.0",
|
"symfony/process": "^6.2|^7.0",
|
||||||
"vlucas/phpdotenv": "^5.2"
|
"vlucas/phpdotenv": "^5.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "^1.4.2",
|
"mockery/mockery": "^1.6",
|
||||||
"orchestra/testbench": "^7.33|^8.13",
|
"orchestra/testbench": "^8.19|^9.0",
|
||||||
"phpstan/phpstan": "^1.10",
|
"phpstan/phpstan": "^1.10",
|
||||||
"phpunit/phpunit": "^9.5.10|^10.0.1",
|
"phpunit/phpunit": "^10.1|^11.0",
|
||||||
"psy/psysh": "^0.11.12"
|
"psy/psysh": "^0.11.12|^0.12"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
|
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "7.x-dev"
|
|
||||||
},
|
|
||||||
"laravel": {
|
"laravel": {
|
||||||
"providers": [
|
"providers": [
|
||||||
"Laravel\\Dusk\\DuskServiceProvider"
|
"Laravel\\Dusk\\DuskServiceProvider"
|
||||||
|
@ -9923,9 +9919,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/laravel/dusk/issues",
|
"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",
|
"name": "laravel/pint",
|
||||||
|
|
Loading…
Add table
Reference in a new issue