Skip to content

Bump the minor-updates group across 1 directory with 22 updates#200

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-85ebf1f59b
Open

Bump the minor-updates group across 1 directory with 22 updates#200
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-85ebf1f59b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the minor-updates group with 20 updates in the / directory:

Package From To
dedoc/scramble 0.13.16 0.13.23
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.17.0 2.21.0
korridor/laravel-computed-attributes 3.2.0 3.3.0
korridor/laravel-has-many-sync 3.1.0 3.2.0
korridor/laravel-model-validation-rules 3.3.0 3.4.0
laravel/jetstream 5.5.1 5.5.3
laravel/nightwatch 1.24.4 1.27.0
laravel/octane 2.17.1 2.17.4
laravel/passport 13.6.0 13.7.5
league/flysystem-aws-s3-v3 3.32.0 3.34.0
maatwebsite/excel 3.1.68 3.1.69
owen-it/laravel-auditing 14.0.2 14.0.3
tpetry/laravel-postgresql-enhanced 3.6.0 3.7.0
fumeapp/modeltyper 3.9.0 3.10.0
larastan/larastan 3.9.3 3.9.6
laravel/pint 1.29.0 1.29.1
laravel/sail 1.54.0 1.60.0
laravel/telescope 5.18.0 5.20.0
nunomaduro/collision 8.9.1 8.9.4

Updates dedoc/scramble from 0.13.16 to 0.13.23

Release notes

Sourced from dedoc/scramble's releases.

v0.13.23

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.22...v0.13.23

v0.13.22

What's Changed

Security: addresses a potential code execution issue under specific conditions.

New Contributors

Full Changelog: dedoc/scramble@v0.13.21...v0.13.22

v0.13.21

What's Changed

  • Fix relationship resource guessing when not explicitly provided and recognize JSON:API parameters when resource is transformed to response by @​romalytvynenko in dedoc/scramble#1143

Full Changelog: dedoc/scramble@v0.13.20...v0.13.21

v0.13.20

What's Changed

Full Changelog: dedoc/scramble@v0.13.19...v0.13.20

v0.13.19

What's Changed

Full Changelog: dedoc/scramble@v0.13.18...v0.13.19

v0.13.18

What's Changed

... (truncated)

Commits
  • 1eea402 Improve performance for projects with many inline types (#1163)
  • 18669bc Improve null coalescing operator inference (#1152)
  • a7a3426 tests ci attempt
  • e80c257 Support type inference for method calls and property access on union types (#...
  • 74bbe10 Fix styling
  • 28ba403 Support real-time Facades (#1146)
  • b54b0c4 Add support for $this in rule expressions and improve rules evaluation safe...
  • fa0ebd6 support custom field for confirmed rule (#1128)
  • b286d4a Fix relationship resource guessing when not explicitly provided and recognize...
  • 5554598 Add toResourceCollection support on paginators (#1142)
  • Additional commits viewable in compare view

Updates flowframe/laravel-trend from 0.4.0 to 0.5.0

Release notes

Sourced from flowframe/laravel-trend's releases.

v0.5.0

What's Changed

Full Changelog: Flowframe/laravel-trend@v0.4.0...v0.5.0

Commits

Updates gotenberg/gotenberg-php from 2.17.0 to 2.21.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.21.0

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium->embedsMetadata
  • $libreoffice->embedsMetadata
  • $pdfengines->embedsMetadata

See https://github.com/gotenberg/gotenberg/releases/tag/v8.31.0 for more details.

v2.20.0

This release brings the client up-to-date with the latest Gotenberg version.

Deprecations:

  • public function webhook(string $url, string $errorUrl = '') => $errorUrl is now optional and deprecated.

See https://github.com/gotenberg/gotenberg/releases/tag/v8.30.0 for more details.

v2.19.0

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium->skipNetworkAlmostIdleEvent
  • $libreOffice->initialView
  • $libreOffice->initialPage
  • $libreOffice->magnification
  • $libreOffice->zoom
  • $libreOffice->pageLayout
  • $libreOffice->firstPageOnLeft
  • $libreOffice->resizeWindowToInitialPage
  • $libreOffice->centerWindow
  • $libreOffice->openInFullScreenMode
  • $libreOffice->displayPDFDocumentTitle
  • $libreOffice->hideViewerMenubar
  • $libreOffice->hideViewerToolbar
  • $libreOffice->hideViewerWindowControls
  • $libreOffice->useTransitionEffects
  • $libreOffice->openBookmarkLevels
  • ->webhookEventsUrl (all modules)
  • ->correlationId (all modules)
  • $gotenbergApiErrored->getCorrelationId

Deprecations:

  • ->trace — use ->correlationId instead
  • $gotenbergApiErrored->getGotenbergTrace — use ->getCorrelationId instead

... (truncated)

Commits
  • 991a618 feat(pdfengines): add embed metadata
  • 8084147 docs(CONTRIBUTING.md): remove do not push instruction [skip ci]
  • aeb5ccf docs: more succint [skip ci]
  • b06d02d docs(markdown): human-centric instead of agents first [skip ci]
  • ae7ae40 chore(deps): bump codecov/codecov-action from 5 to 6
  • d5c6013 chore(webhook): deprecate Gotenberg-Webhook-Error-Url
  • 2f18647 feat(chromium): add skipNetworkAlmostIdle
  • af480fc feat: comply with Gotenberg 8.29.0
  • d2e4ada fix(agents): better context
  • 7f2594e chore(downloadFrom): use const for field
  • Additional commits viewable in compare view

Updates guzzlehttp/guzzle from 7.10.0 to 7.10.4

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.10.4

Fixed

  • Fix IPv6 literal matching in no-proxy rules
  • Handle cURL multi completion messages without handles after cancelled transfers
  • Fix magic client request methods such as options() to uppercase inferred HTTP methods

Release 7.10.3

Fixed

  • Fail clearly when an HTTP response header line is invalid
  • Remove middleware by name when the name is also a callable string
  • Treat empty request protocol versions as HTTP/1.1

Release 7.10.2

Fixed

  • Normalize HTTP version request options before applying them to PSR-7 requests
  • Use string values for headers generated by request preparation and response decoding

Release 7.10.1

Fixed

  • Fail clearly when cURL options cannot be applied
  • Fail clearly when the certificate option is malformed
  • Fail clearly when JSON decode depth is invalid
  • Fail clearly when session cookie data is malformed
  • Fail clearly when the stream progress option is not callable
  • Prevent response creation failures from exposing stale cURL responses
Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.10.4 - 2025-05-22

Fixed

  • Fix IPv6 literal matching in no-proxy rules
  • Handle cURL multi completion messages without handles after cancelled transfers
  • Fix magic client request methods such as options() to uppercase inferred HTTP methods

7.10.3 - 2025-05-20

Fixed

  • Fail clearly when an HTTP response header line is invalid
  • Remove middleware by name when the name is also a callable string
  • Treat empty request protocol versions as HTTP/1.1

7.10.2 - 2026-05-20

Fixed

  • Normalize HTTP version request options before applying them to PSR-7 requests
  • Use string values for headers generated by request preparation and response decoding

7.10.1 - 2026-05-19

Fixed

  • Fail clearly when cURL options cannot be applied
  • Fail clearly when the certificate option is malformed
  • Fail clearly when JSON decode depth is invalid
  • Fail clearly when session cookie data is malformed
  • Fail clearly when the stream progress option is not callable
  • Prevent response creation failures from exposing stale cURL responses
Commits

Updates korridor/laravel-computed-attributes from 3.2.0 to 3.3.0

Release notes

Sourced from korridor/laravel-computed-attributes's releases.

3.3.0

What's Changed

Commits
  • d17908c Add static analyser
  • d08668a Added support for enum values in validate command
  • ae9478f Updated readme
  • 1b3118b Add Laravel 13 support
  • 7627d49 Bump codecov/codecov-action from 5 to 6
  • d371d2e Update PHP_CodeSniffer repository link
  • 8105d95 Bump actions/checkout from 4 to 6
  • See full diff in compare view

Updates korridor/laravel-has-many-sync from 3.1.0 to 3.2.0

Commits

Updates korridor/laravel-model-validation-rules from 3.3.0 to 3.4.0

Release notes

Sourced from korridor/laravel-model-validation-rules's releases.

3.4.0 - Laravel 13 support

  • Laravel 13 support
  • Static code analysis with Larastan
Commits

Updates laravel/framework from 12.55.1 to 12.60.2

Release notes

Sourced from laravel/framework's releases.

v12.60.2

v12.60.1

v12.60.0

v12.59.0

v12.58.0

v12.57.0

v12.56.0

Commits

Updates laravel/jetstream from 5.5.1 to 5.5.3

Release notes

Sourced from laravel/jetstream's releases.

v5.5.3

v5.5.2

Changelog

Sourced from laravel/jetstream's changelog.

v5.5.3 - 2026-05-19

v5.5.2 - 2026-03-20

Commits

Updates laravel/nightwatch from 1.24.4 to 1.27.0

Release notes

Sourced from laravel/nightwatch's releases.

v1.27.0

What's Changed

Full Changelog: laravel/nightwatch@1.26.1...v1.27.0

1.26.1

What's Changed

Full Changelog: laravel/nightwatch@v1.26.0...1.26.1

v1.26.0

What's Changed

Full Changelog: laravel/nightwatch@v1.25.0...v1.26.0

v1.25.0

What's Changed

New Contributors

Full Changelog: laravel/nightwatch@v1.24.4...v1.25.0

Changelog

Sourced from laravel/nightwatch's changelog.

v1.27.0 - 2026-05-21

What's Changed

Full Changelog: laravel/nightwatch@1.26.1...v1.27.0

v1.26.0 - 2026-04-01

What's Changed

Full Changelog: laravel/nightwatch@v1.25.0...v1.26.0

v1.25.0 - 2026-03-31

What's Changed

New Contributors

Full Changelog: laravel/nightwatch@v1.24.4...v1.25.0

Commits

Updates laravel/octane from 2.17.1 to 2.17.4

Release notes

Sourced from laravel/octane's releases.

v2.17.4

v2.17.3

v2.17.2

Changelog

Sourced from laravel/octane's changelog.

v2.17.4 - 2026-05-22

v2.17.3 - 2026-04-23

v2.17.2 - 2026-04-16

Commits

Updates laravel/passport from 13.6.0 to 13.7.5

Release notes

Sourced from laravel/passport's releases.

v13.7.5

v13.7.4

v13.7.3

v13.7.2

v13.7.1

v13.7.0

Changelog

Sourced from laravel/passport's changelog.

v13.7.5 - 2026-04-16

v13.7.4 - 2026-04-09

v13.7.3 - 2026-04-07

v13.7.2 - 2026-04-02

This change permanently invalidates client credential tokens for any user whose user ID happens to match the client ID of the token issuer.

v13.7.1 - 2026-04-01

v13.7.0 - 2026-03-21

Commits
  • 90053dc Clarify that running passport:hash is not optional (#1911)
  • ed8956c add notices of invalid tokens when user and client have identical ids (#1910)
  • d085f96 Update CHANGELOG
  • 16c4579 [13.x] Support space-delimited prompt parameter (#1906)
  • cfcd9db Update CHANGELOG
  • f4f85e3 [13.x] Fix session JSON serialization (#1905)
  • 27ba0a8 Update CHANGELOG
  • 0c016c9 [13.X] fix: resolve user as null when user ID matches client ID on integer ke...
  • dd68c65 Update CHANGELOG
  • ca14d97 Prevent user impersonation via client credentials token (#1901)
  • Additional commits viewable in compare view

Updates league/flysystem-aws-s3-v3 from 3.32.0 to 3.34.0

Commits

Updates maatwebsite/excel from 3.1.68 to 3.1.69

Release notes

Sourced from maatwebsite/excel's releases.

3.1.69

What's Changed

New Contributors

Full Changelog: SpartnerNL/Laravel-Excel@3.1.68...3.1.69

Commits

Updates owen-it/laravel-auditing from 14.0.2 to 14.0.3

Release notes

Sourced from owen-it/laravel-auditing's releases.

v14.0.3

What's Changed

Full Changelog: owen-it/laravel-auditing@v14.0.2...v14.0.3

Commits

Updates tpetry/laravel-postgresql-enhanced from 3.6.0 to 3.7.0

Changelog

Sourced from tpetry/laravel-postgresql-enhanced's changelog.

[3.7.0] - 2026-05-17

Fixed

  • Laravel 13.8 support for SortDirection enum
Commits

Updates fumeapp/modeltyper from 3.9.0 to 3.10.0

Release notes

Sourced from fumeapp/modeltyper's releases.

v3.10.0

What's Changed

Full Changelog: fumeapp/modeltyper@v3.9.0...v3.10.0

Commits

Bumps the minor-updates group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.13.16` | `0.13.23` |
| [flowframe/laravel-trend](https://github.com/Flowframe/laravel-trend) | `0.4.0` | `0.5.0` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.17.0` | `2.21.0` |
| [korridor/laravel-computed-attributes](https://github.com/korridor/laravel-computed-attributes) | `3.2.0` | `3.3.0` |
| [korridor/laravel-has-many-sync](https://github.com/korridor/laravel-has-many-sync) | `3.1.0` | `3.2.0` |
| [korridor/laravel-model-validation-rules](https://github.com/korridor/laravel-model-validation-rules) | `3.3.0` | `3.4.0` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.5.1` | `5.5.3` |
| [laravel/nightwatch](https://github.com/laravel/nightwatch) | `1.24.4` | `1.27.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.1` | `2.17.4` |
| [laravel/passport](https://github.com/laravel/passport) | `13.6.0` | `13.7.5` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.32.0` | `3.34.0` |
| [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `3.1.68` | `3.1.69` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.2` | `14.0.3` |
| [tpetry/laravel-postgresql-enhanced](https://github.com/tpetry/laravel-postgresql-enhanced) | `3.6.0` | `3.7.0` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.9.0` | `3.10.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.9.3` | `3.9.6` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.0` | `1.29.1` |
| [laravel/sail](https://github.com/laravel/sail) | `1.54.0` | `1.60.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.18.0` | `5.20.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.1` | `8.9.4` |



Updates `dedoc/scramble` from 0.13.16 to 0.13.23
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.13.16...v0.13.23)

Updates `flowframe/laravel-trend` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/Flowframe/laravel-trend/releases)
- [Changelog](https://github.com/Flowframe/laravel-trend/blob/master/CHANGELOG.md)
- [Commits](Flowframe/laravel-trend@v0.4.0...v0.5.0)

Updates `gotenberg/gotenberg-php` from 2.17.0 to 2.21.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.17.0...v2.21.0)

Updates `guzzlehttp/guzzle` from 7.10.0 to 7.10.4
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.10.0...7.10.4)

Updates `korridor/laravel-computed-attributes` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/korridor/laravel-computed-attributes/releases)
- [Commits](korridor/laravel-computed-attributes@3.2.0...3.3.0)

Updates `korridor/laravel-has-many-sync` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/korridor/laravel-has-many-sync/releases)
- [Commits](korridor/laravel-has-many-sync@3.1.0...3.2.0)

Updates `korridor/laravel-model-validation-rules` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/korridor/laravel-model-validation-rules/releases)
- [Commits](korridor/laravel-model-validation-rules@3.3.0...3.4.0)

Updates `laravel/framework` from 12.55.1 to 12.60.2
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.55.1...v12.60.2)

Updates `laravel/jetstream` from 5.5.1 to 5.5.3
- [Release notes](https://github.com/laravel/jetstream/releases)
- [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md)
- [Commits](laravel/jetstream@v5.5.1...v5.5.3)

Updates `laravel/nightwatch` from 1.24.4 to 1.27.0
- [Release notes](https://github.com/laravel/nightwatch/releases)
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md)
- [Commits](laravel/nightwatch@v1.24.4...v1.27.0)

Updates `laravel/octane` from 2.17.1 to 2.17.4
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.17.1...v2.17.4)

Updates `laravel/passport` from 13.6.0 to 13.7.5
- [Release notes](https://github.com/laravel/passport/releases)
- [Changelog](https://github.com/laravel/passport/blob/13.x/CHANGELOG.md)
- [Commits](laravel/passport@v13.6.0...v13.7.5)

Updates `league/flysystem-aws-s3-v3` from 3.32.0 to 3.34.0
- [Commits](thephpleague/flysystem-aws-s3-v3@3.32.0...3.34.0)

Updates `maatwebsite/excel` from 3.1.68 to 3.1.69
- [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases)
- [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md)
- [Commits](SpartnerNL/Laravel-Excel@3.1.68...3.1.69)

Updates `owen-it/laravel-auditing` from 14.0.2 to 14.0.3
- [Release notes](https://github.com/owen-it/laravel-auditing/releases)
- [Changelog](https://github.com/owen-it/laravel-auditing/blob/master/CHANGELOG.md)
- [Commits](owen-it/laravel-auditing@v14.0.2...v14.0.3)

Updates `tpetry/laravel-postgresql-enhanced` from 3.6.0 to 3.7.0
- [Changelog](https://github.com/tpetry/laravel-postgresql-enhanced/blob/master/CHANGELOG.md)
- [Commits](tpetry/laravel-postgresql-enhanced@3.6.0...3.7.0)

Updates `fumeapp/modeltyper` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/fumeapp/modeltyper/releases)
- [Commits](fumeapp/modeltyper@v3.9.0...v3.10.0)

Updates `larastan/larastan` from 3.9.3 to 3.9.6
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.9.3...v3.9.6)

Updates `laravel/pint` from 1.29.0 to 1.29.1
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.29.0...v1.29.1)

Updates `laravel/sail` from 1.54.0 to 1.60.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.54.0...v1.60.0)

Updates `laravel/telescope` from 5.18.0 to 5.20.0
- [Release notes](https://github.com/laravel/telescope/releases)
- [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
- [Commits](laravel/telescope@5.18.0...v5.20.0)

Updates `nunomaduro/collision` from 8.9.1 to 8.9.4
- [Commits](nunomaduro/collision@v8.9.1...v8.9.4)

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: flowframe/laravel-trend
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: korridor/laravel-computed-attributes
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: korridor/laravel-has-many-sync
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: korridor/laravel-model-validation-rules
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.60.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/jetstream
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/nightwatch
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: maatwebsite/excel
  dependency-version: 3.1.69
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: owen-it/laravel-auditing
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tpetry/laravel-postgresql-enhanced
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.29.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants