Merge pull request #787 from jonnybarnes/dependabot/composer/laravel/dusk-7.7.1

Bump laravel/dusk from 7.7.0 to 7.7.1
This commit is contained in:
Jonny Barnes 2023-04-19 11:20:39 +01:00 committed by GitHub
commit b27e7c05bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
composer.lock generated
View file

@ -8676,16 +8676,16 @@
},
{
"name": "laravel/dusk",
"version": "v7.7.0",
"version": "v7.7.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/dusk.git",
"reference": "c1d17269c317bc99fef3c2e885465d0bb6398434"
"reference": "836338ec355fc129b09f26f3cbc19de2daf065ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/c1d17269c317bc99fef3c2e885465d0bb6398434",
"reference": "c1d17269c317bc99fef3c2e885465d0bb6398434",
"url": "https://api.github.com/repos/laravel/dusk/zipball/836338ec355fc129b09f26f3cbc19de2daf065ad",
"reference": "836338ec355fc129b09f26f3cbc19de2daf065ad",
"shasum": ""
},
"require": {
@ -8704,7 +8704,9 @@
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5.10|^10.0.1"
"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."
@ -8743,9 +8745,9 @@
],
"support": {
"issues": "https://github.com/laravel/dusk/issues",
"source": "https://github.com/laravel/dusk/tree/v7.7.0"
"source": "https://github.com/laravel/dusk/tree/v7.7.1"
},
"time": "2023-02-21T11:38:10+00:00"
"time": "2023-04-13T14:50:22+00:00"
},
{
"name": "laravel/pint",