Bump the php-dependencies group with 2 updates

Bumps the php-dependencies group with 2 updates: [laravel/nightwatch](https://github.com/laravel/nightwatch) and [laravel/pint](https://github.com/laravel/pint).


Updates `laravel/nightwatch` from 1.10.3 to 1.10.5
- [Release notes](https://github.com/laravel/nightwatch/releases)
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/nightwatch/compare/v1.10.3...v1.10.5)

Updates `laravel/pint` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.22.1...v1.23.0)

---
updated-dependencies:
- dependency-name: laravel/nightwatch
  dependency-version: 1.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/pint
  dependency-version: 1.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-07 08:46:41 +00:00
committed by GitHub
parent c456c663f0
commit d212005ddc

32
composer.lock generated
View File

@@ -3521,16 +3521,16 @@
}, },
{ {
"name": "laravel/nightwatch", "name": "laravel/nightwatch",
"version": "v1.10.3", "version": "v1.10.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/nightwatch.git", "url": "https://github.com/laravel/nightwatch.git",
"reference": "90ec0f78fe09b5328a36b03d8d42d0ef5ecc61d1" "reference": "62bd80ec24521b439cf5c6edc21fdc9c081fd9ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/nightwatch/zipball/90ec0f78fe09b5328a36b03d8d42d0ef5ecc61d1", "url": "https://api.github.com/repos/laravel/nightwatch/zipball/62bd80ec24521b439cf5c6edc21fdc9c081fd9ee",
"reference": "90ec0f78fe09b5328a36b03d8d42d0ef5ecc61d1", "reference": "62bd80ec24521b439cf5c6edc21fdc9c081fd9ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3551,6 +3551,7 @@
"guzzlehttp/psr7": "^2.0", "guzzlehttp/psr7": "^2.0",
"laravel/horizon": "^5.4", "laravel/horizon": "^5.4",
"laravel/pint": "1.21.0", "laravel/pint": "1.21.0",
"livewire/livewire": "^2.0|^3.0",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"mongodb/laravel-mongodb": "^4.0|^5.0", "mongodb/laravel-mongodb": "^4.0|^5.0",
"orchestra/testbench": "^8.0|^9.0|^10.0", "orchestra/testbench": "^8.0|^9.0|^10.0",
@@ -3599,7 +3600,7 @@
"issues": "https://github.com/laravel/nightwatch/issues", "issues": "https://github.com/laravel/nightwatch/issues",
"source": "https://github.com/laravel/nightwatch" "source": "https://github.com/laravel/nightwatch"
}, },
"time": "2025-07-02T00:39:56+00:00" "time": "2025-07-06T23:30:09+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@@ -10238,16 +10239,16 @@
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
"version": "v1.22.1", "version": "v1.23.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pint.git", "url": "https://github.com/laravel/pint.git",
"reference": "941d1927c5ca420c22710e98420287169c7bcaf7" "reference": "9ab851dba4faa51a3c3223dd3d07044129021024"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/941d1927c5ca420c22710e98420287169c7bcaf7", "url": "https://api.github.com/repos/laravel/pint/zipball/9ab851dba4faa51a3c3223dd3d07044129021024",
"reference": "941d1927c5ca420c22710e98420287169c7bcaf7", "reference": "9ab851dba4faa51a3c3223dd3d07044129021024",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10258,10 +10259,10 @@
"php": "^8.2.0" "php": "^8.2.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.75.0", "friendsofphp/php-cs-fixer": "^3.76.0",
"illuminate/view": "^11.44.7", "illuminate/view": "^11.45.1",
"larastan/larastan": "^3.4.0", "larastan/larastan": "^3.5.0",
"laravel-zero/framework": "^11.36.1", "laravel-zero/framework": "^11.45.0",
"mockery/mockery": "^1.6.12", "mockery/mockery": "^1.6.12",
"nunomaduro/termwind": "^2.3.1", "nunomaduro/termwind": "^2.3.1",
"pestphp/pest": "^2.36.0" "pestphp/pest": "^2.36.0"
@@ -10271,6 +10272,9 @@
], ],
"type": "project", "type": "project",
"autoload": { "autoload": {
"files": [
"overrides/Runner/Parallel/ProcessFactory.php"
],
"psr-4": { "psr-4": {
"App\\": "app/", "App\\": "app/",
"Database\\Seeders\\": "database/seeders/", "Database\\Seeders\\": "database/seeders/",
@@ -10300,7 +10304,7 @@
"issues": "https://github.com/laravel/pint/issues", "issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint" "source": "https://github.com/laravel/pint"
}, },
"time": "2025-05-08T08:38:12+00:00" "time": "2025-07-03T10:37:47+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",