Bump laravel/dusk from 7.5.0 to 7.6.1

Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.5.0 to 7.6.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.5.0...v7.6.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-16 07:32:58 +00:00 committed by GitHub
parent 90edd9a270
commit d873e15572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

39
composer.lock generated
View file

@ -8813,16 +8813,16 @@
}, },
{ {
"name": "laravel/dusk", "name": "laravel/dusk",
"version": "v7.5.0", "version": "v7.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/dusk.git", "url": "https://github.com/laravel/dusk.git",
"reference": "cf04717664f80204567ad3077ea7484a0be16497" "reference": "5db55e06a760543363311612c6b446fe06e888dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/cf04717664f80204567ad3077ea7484a0be16497", "url": "https://api.github.com/repos/laravel/dusk/zipball/5db55e06a760543363311612c6b446fe06e888dd",
"reference": "cf04717664f80204567ad3077ea7484a0be16497", "reference": "5db55e06a760543363311612c6b446fe06e888dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8841,7 +8841,7 @@
"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.0" "phpunit/phpunit": "^9.5.10|^10.0.1"
}, },
"suggest": { "suggest": {
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running." "ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
@ -8880,9 +8880,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.5.0" "source": "https://github.com/laravel/dusk/tree/v7.6.1"
}, },
"time": "2023-01-23T04:45:46+00:00" "time": "2023-02-14T16:48:20+00:00"
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
@ -9463,37 +9463,38 @@
}, },
{ {
"name": "php-webdriver/webdriver", "name": "php-webdriver/webdriver",
"version": "1.13.1", "version": "1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git", "url": "https://github.com/php-webdriver/php-webdriver.git",
"reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c" "reference": "3ea4f924afb43056bf9c630509e657d951608563"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c", "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563",
"reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c", "reference": "3ea4f924afb43056bf9c630509e657d951608563",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",
"php": "^5.6 || ~7.0 || ^8.0", "php": "^7.3 || ^8.0",
"symfony/polyfill-mbstring": "^1.12", "symfony/polyfill-mbstring": "^1.12",
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0" "symfony/process": "^5.0 || ^6.0"
}, },
"replace": { "replace": {
"facebook/webdriver": "*" "facebook/webdriver": "*"
}, },
"require-dev": { "require-dev": {
"ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", "ergebnis/composer-normalize": "^2.20.0",
"ondram/ci-detector": "^4.0",
"php-coveralls/php-coveralls": "^2.4", "php-coveralls/php-coveralls": "^2.4",
"php-mock/php-mock-phpunit": "^1.1 || ^2.0", "php-mock/php-mock-phpunit": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", "phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0" "symfony/var-dumper": "^5.0 || ^6.0"
}, },
"suggest": { "suggest": {
"ext-SimpleXML": "For Firefox profile creation" "ext-SimpleXML": "For Firefox profile creation"
@ -9522,9 +9523,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-webdriver/php-webdriver/issues", "issues": "https://github.com/php-webdriver/php-webdriver/issues",
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1" "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0"
}, },
"time": "2022-10-11T11:49:44+00:00" "time": "2023-02-09T12:12:19+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",