Bump laravel/dusk from 7.7.0 to 7.7.1
Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.7.0 to 7.7.1. - [Release notes](https://github.com/laravel/dusk/releases) - [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/laravel/dusk/compare/v7.7.0...v7.7.1) --- updated-dependencies: - dependency-name: laravel/dusk dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3f1d1b2662
commit
a48afca310
1 changed files with 9 additions and 7 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -8676,16 +8676,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/dusk",
|
"name": "laravel/dusk",
|
||||||
"version": "v7.7.0",
|
"version": "v7.7.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/dusk.git",
|
"url": "https://github.com/laravel/dusk.git",
|
||||||
"reference": "c1d17269c317bc99fef3c2e885465d0bb6398434"
|
"reference": "836338ec355fc129b09f26f3cbc19de2daf065ad"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/dusk/zipball/c1d17269c317bc99fef3c2e885465d0bb6398434",
|
"url": "https://api.github.com/repos/laravel/dusk/zipball/836338ec355fc129b09f26f3cbc19de2daf065ad",
|
||||||
"reference": "c1d17269c317bc99fef3c2e885465d0bb6398434",
|
"reference": "836338ec355fc129b09f26f3cbc19de2daf065ad",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -8704,7 +8704,9 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "^1.4.2",
|
"mockery/mockery": "^1.4.2",
|
||||||
"orchestra/testbench": "^7.0|^8.0",
|
"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": {
|
"suggest": {
|
||||||
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
|
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
|
||||||
|
@ -8743,9 +8745,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.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",
|
"name": "laravel/pint",
|
||||||
|
|
Loading…
Add table
Reference in a new issue