Skip to content

Bump the minor-updates group across 1 directory with 20 updates - #1253

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

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-4a11d46c0a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
dedoc/scramble 0.12.36 0.13.44
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.21.0 2.25.0
guzzlehttp/guzzle 7.10.3 7.15.5
laravel/fortify 1.37.2 1.39.0
laravel/framework 12.60.2 12.69.2
laravel/octane 2.17.4 2.19.1
laravel/passport 13.7.5 13.8.0
league/flysystem-aws-s3-v3 3.34.0 3.35.3
league/iso3166 4.4.0 4.5.0
owen-it/laravel-auditing 14.0.3 14.0.6
spatie/temporary-directory 2.3.1 2.4.0
tightenco/ziggy 2.6.2 2.6.4
fumeapp/modeltyper 3.10.0 3.13.0
larastan/larastan 3.9.6 3.12.1
laravel/pint 1.29.1 1.32.1
laravel/sail 1.60.0 1.67.0
laravel/telescope 5.20.0 5.24.0
mockery/mockery 1.6.12 1.6.15
nunomaduro/collision 8.9.4 8.9.5

Updates dedoc/scramble from 0.12.36 to 0.13.44

Release notes

Sourced from dedoc/scramble's releases.

v0.13.44

What's Changed

New Contributors

Full Changelog: dedoc/scramble@0.13.43...v0.13.44

0.13.43

Tuple schemas no longer emit additionalItems. Homogeneous unions now serialize as OpenAPI 3.1 type arrays instead of anyOf.

What's Changed

🚨 Breaking changes 🚨

additionalItems existed in older JSON Schema drafts. OpenAPI 3.1 uses JSON Schema 2020-12, where that keyword is gone — extra items after prefixItems are controlled by items instead.

Scramble was emitting additionalItems: false on fixed-length array / tuple schemas (prefixItems plus minItems / maxItems). Validators such as Redocly rejected the document: Property additionalItems is not expected here.

Tuple length is already pinned with minItems / maxItems, so the extra keyword was both invalid and redundant. It is omitted rather than replaced with items: false.

The generated spec will no longer contain additionalItems. ArrayType::setAdditionalItems() is also gone. This is very unlikely to affect you unless a client or linter depended on that keyword, or you called the setter yourself.

Unions whose branches are only types (string|int, int|float|string, unconstrained array|string, …) now serialize as a type array instead of anyOf:

{ "type": ["string", "integer"] }

instead of

{ "anyOf": [{ "type": "string" }, { "type": "integer" }] }

anyOf is kept when a branch has extra keywords (enum, const, …). integer is dropped when number is present (JSON Schema: integer is a subset of number), so int|float becomes { "type": "number" }. Empty items: {} on unconstrained arrays is omitted so they can fold into the same form.

This is valid OpenAPI 3.1 and usually renders the same in the UI, but generated clients may change if they treated anyOf and type arrays differently.

Added

Unknown operands are treated as numeric (int|float) rather than unknown/string. + also documents array union ($a + [] → array). Impossible arithmetic (1 + []) is never. Concat of mixed values keeps enough of the template to guess download MIME from the extension.

Changes

... (truncated)

Commits
  • 6351072 Improve Boost integration (#1275)
  • 0bab958 Add Boost guide and troubleshooting skill (#1272)
  • 26d30bc Fix PhpDoc summary and description split for CRLF files (#1271)
  • 2226e66 Handle mixed reflection types and invalid arithmetic
  • 7bdc684 Unwrap collapsed unions with a single type
  • d1611d7 Normalize union schemas and simplify array types
  • b4c5784 Improve + operator
  • e9a8c24 Optimize homogeneous union schemas into type arrays (#1269)
  • f64b2ad Fix type refining (#1268)
  • ea7df42 Fix self binding
  • 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.21.0 to 2.25.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.25.0

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

New methods:

  • ->optimizeImages (Chromium, LibreOffice, PDF Engines)
  • $chromium->screenshot->selector
  • $pdfengines->optimize
  • $pdfengines->titleBookmarks
  • $pdfengines->stamps
  • $pdfengines->watermarks

stamping and watermarking (Chromium, LibreOffice, PDF Engines) now accept an image or PDF file source and can be called repeatedly to apply multiple stamps or watermarks.

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

v2.24.0

Adds support for the PSR-7 package's 3.0 release. Thanks @​mbabker!

v2.23.0

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

New class:

  • Gotenberg\FacturX

New methods:

  • $chromium->pdf->facturX
  • $libreoffice->facturX
  • $pdfengines->facturX
  • $pdfengines->injectFacturX
  • ->allowPrinting (Chromium, LibreOffice, PDF Engines)
  • ->allowCopying (Chromium, LibreOffice, PDF Engines)
  • ->allowModifying (Chromium, LibreOffice, PDF Engines)
  • ->allowAnnotating (Chromium, LibreOffice, PDF Engines)
  • ->allowFillingForms (Chromium, LibreOffice, PDF Engines)
  • ->allowAssembling (Chromium, LibreOffice, PDF Engines)

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

v2.22.0

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

New method:

  • $chromium->screenshot->deviceScaleFactor

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

Commits
  • 690480b feat(pdfengines): apply multiple stamps and watermarks; optimize takes quality
  • 1af1613 feat(pdfengines): add addStamp and stamps for applying multiple stamps
  • 7b894fe feat(pdfengines): add titleBookmarks for the merge route
  • bc16cc0 test: cover optimizeImages and selector in the endpoint scenarios
  • 02349e7 feat: add image optimization and element-selector screenshots
  • 2996e69 feat: add support for guzzlehttp/psr7 3.0 (#71)
  • 50fc01d chore(deps): bump actions/checkout from 6 to 7
  • fb33203 feat(pdfengines): add Factur-X API and encryption permissions
  • 2c27c89 chore(deps): bump codecov/codecov-action from 6 to 7
  • d2a6f10 feat(chromium): add deviceScaleFactor for screenshots
  • Additional commits viewable in compare view

Updates guzzlehttp/guzzle from 7.10.3 to 7.15.5

Release notes

Sourced from guzzlehttp/guzzle's releases.

7.15.5

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13.1
  • Adjusted guzzlehttp/promises version constraint to ^2.5.3

7.15.4

Added

  • Added support for PHP 8.6

Changed

  • Replace the deprecated spl_object_hash() in handler stack debug output for PHP 8.6

7.15.3

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.5.2

Fixed

  • Fail a cURL multi handler wait with an attributable error when the transfer is no longer tracked
  • Fix StreamHandler resolving numeric IPv4 hosts differently from cURL handlers on macOS and Windows
  • Fix StreamHandler TLS peer names and proxy authorities for numeric IPv4 hosts on all platforms
  • Settle a cURL multi handler transfer displaced by a request reusing its native handle ID

7.15.2

Security

Fixed

  • Preserve RequestException when the stream handler rejects a request before opening a stream

7.15.1

Security

7.15.0

Added

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.15.5 - 2026-08-24

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13.1
  • Adjusted guzzlehttp/promises version constraint to ^2.5.3

7.15.4 - 2026-08-24

Added

  • Added support for PHP 8.6

Changed

  • Replace the deprecated spl_object_hash() in handler stack debug output for PHP 8.6

7.15.3 - 2026-08-05

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.5.2

Fixed

  • Fail a cURL multi handler wait with an attributable error when the transfer is no longer tracked
  • Fix StreamHandler resolving numeric IPv4 hosts differently from cURL handlers on macOS and Windows
  • Fix StreamHandler TLS peer names and proxy authorities for numeric IPv4 hosts on all platforms
  • Settle a cURL multi handler transfer displaced by a request reusing its native handle ID

7.15.2 - 2026-07-26

Security

Fixed

  • Preserve RequestException when the stream handler rejects a request before opening a stream

7.15.1 - 2026-07-18

Security

... (truncated)

Commits

Updates laravel/fortify from 1.37.2 to 1.39.0

Release notes

Sourced from laravel/fortify's releases.

v1.39.0

v1.38.0

v1.37.3

Changelog

Sourced from laravel/fortify's changelog.

v1.39.0 - 2026-08-23

v1.38.0 - 2026-08-07

v1.37.3 - 2026-06-29

Commits
  • b1fc507 Fix repeat 2FA enable deleting pending secret (#696)
  • bfa20e2 Update CHANGELOG
  • c04ca29 Add option to override RecoveryCode class (#694)
  • 35037d8 [1.x] Supports PHPStan 2 (#691)
  • f4f5b81 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#690)
  • 5aaa27a Update CHANGELOG
  • 66b9503 Respect lowercase_usernames config when resetting password (#687)
  • 49de8fa Use literal status code in LockoutResponse to fix PHPStan analysis (#688)
  • c15bb43 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#686)
  • 015a33f Bump shivammathur/setup-php in the github-actions group (#684)
  • Additional commits viewable in compare view

Updates laravel/framework from 12.60.2 to 12.69.2

Release notes

Sourced from laravel/framework's releases.

v12.69.2

v12.69.1

v12.69.0

v12.68.0

v12.67.0

v12.66.0

v12.65.0

v12.64.0

v12.63.0

v12.62.0

... (truncated)

Commits
  • 17d034e Update version to v12.69.2
  • 0d98dd2 fix route url generation under certain circumstances
  • 3b16ba5 Wrap the autocompleter callback return type in askWithCompletion() (#61487)
  • 8189a1d Wrap the closure return type in withFreshQueryLog() (#61458)
  • 6ef8801 [12.x] Default memoryExceededExitCode for Cloud (#61432)
  • 698ebb6 Update CHANGELOG
  • 0c07b0b Update version to v12.69.1
  • 7de7458 [12.x] Fix TypeError in userFromRecaller() when the recaller matches no user ...
  • 757e27c Update CHANGELOG
  • 335429f Update version to v12.69.0
  • Additional commits viewable in compare view

Updates laravel/octane from 2.17.4 to 2.19.1

Release notes

Sourced from laravel/octane's releases.

v2.19.1

v2.19.0

v2.18.0

v2.17.5

Changelog

Sourced from laravel/octane's changelog.

v2.19.1 - 2026-08-13

v2.19.0 - 2026-08-05

v2.18.0 - 2026-07-21

v2.17.5 - 2026-06-04

Commits
  • 68a2516 Cast $managerProcessId to integer within Swoole's (#1158)
  • 0bb590b Update CHANGELOG
  • 49b111b override server artisan dev command (#1156)
  • 038f1e4 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#1154)
  • 9b45d95 Update CHANGELOG
  • 404a2f9 Fix formatting in Caddyfile for frankenphp worker (#1153)
  • c57ee3c fix: prevent malformed multipart request from crashing the frankenphp worker ...
  • 50e8a5d Update the existing OCTANE_SERVER value on install (#1148)
  • 36a3b3f Add state_file config option with env() override (#1147)
  • 4456fea Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#1146)
  • Additional commits viewable in compare view

Updates laravel/passport from 13.7.5 to 13.8.0

Release notes

Sourced from laravel/passport's releases.

v13.8.0

v13.7.6

Changelog

Sourced from laravel/passport's changelog.

v13.8.0 - 2026-08-28

v13.7.6 - 2026-07-22

Commits
  • 63118b3 Upgrade phpseclib to v4 (#1939)
  • a427aba Update CHANGELOG
  • 980ed27 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#1937)
  • 8760872 fix: connection name retrieval by using Eloquent Model's it own implementatio...
  • da0310a Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#1935)
  • 6dc25f1 Bump shivammathur/setup-php in the github-actions group (#1933)
  • a613ac4 Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#1931)
  • cbb58f2 Enable Dependabot auto-merge (#1928)
  • 9332c9c Update dependabot.yml
  • 599e2ed Add Dependabot cooldown of 5 days (#1922)
  • Additional commits viewable in compare view

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

Commits
  • b03780c Populate the failure reason on AwsS3V3Adapter exceptions
  • 8475ef9 fix: honor explicit ACL override in AwsS3V3 copy
  • 3f93d3f Fixes #1903:Remove lock file
  • See full diff in compare view

Updates league/iso3166 from 4.4.0 to 4.5.0

Release notes

Sourced from league/iso3166's releases.

4.5.0

Full Changelog: alcohol/iso3166@4.4.0...4.5.0

Changelog

Sourced from league/iso3166's changelog.

[4.5.0]

Commits
  • d2a202e Rename Nauru to Naoero
  • af382a6 Bump actions/checkout from 6 to 7
  • a41f8b8 Bump codecov/codecov-action from 6 to 7
  • 7e5a99e Bump codecov/codecov-action from 5 to 6
  • 11e6a93 Bump actions/checkout from 4 to 6
  • 8fe7be1 Bump codecov/codecov-action from 4 to 5
  • See full diff in compare view

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

Release notes

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

v14.0.6

What's Changed

Full Changelog: owen-it/laravel-auditing@v14.0.5...v14.0.6

v14.0.5

What's Changed

New Contributors

Full Changelog: owen-it/laravel-auditing@v14.0.4...v14.0.5

v14.0.4

What's Changed

  • Refactor model pr...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 14, 2026
Bumps the minor-updates group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.36` | `0.13.44` |
| [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.21.0` | `2.25.0` |
| [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) | `7.10.3` | `7.15.5` |
| [laravel/fortify](https://github.com/laravel/fortify) | `1.37.2` | `1.39.0` |
| [laravel/framework](https://github.com/laravel/framework) | `12.60.2` | `12.69.2` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.4` | `2.19.1` |
| [laravel/passport](https://github.com/laravel/passport) | `13.7.5` | `13.8.0` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.34.0` | `3.35.3` |
| [league/iso3166](https://github.com/alcohol/iso3166) | `4.4.0` | `4.5.0` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.3` | `14.0.6` |
| [spatie/temporary-directory](https://github.com/spatie/temporary-directory) | `2.3.1` | `2.4.0` |
| [tightenco/ziggy](https://github.com/tighten/ziggy) | `2.6.2` | `2.6.4` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.10.0` | `3.13.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.9.6` | `3.12.1` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.1` | `1.32.1` |
| [laravel/sail](https://github.com/laravel/sail) | `1.60.0` | `1.67.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.20.0` | `5.24.0` |
| [mockery/mockery](https://github.com/mockery/mockery) | `1.6.12` | `1.6.15` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.4` | `8.9.5` |



Updates `dedoc/scramble` from 0.12.36 to 0.13.44
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.12.36...v0.13.44)

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.21.0 to 2.25.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.21.0...v2.25.0)

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

Updates `laravel/fortify` from 1.37.2 to 1.39.0
- [Release notes](https://github.com/laravel/fortify/releases)
- [Changelog](https://github.com/laravel/fortify/blob/1.x/CHANGELOG.md)
- [Commits](laravel/fortify@v1.37.2...v1.39.0)

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

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

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

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

Updates `league/iso3166` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/alcohol/iso3166/releases)
- [Changelog](https://github.com/alcohol/iso3166/blob/main/CHANGELOG.md)
- [Commits](alcohol/iso3166@4.4.0...4.5.0)

Updates `owen-it/laravel-auditing` from 14.0.3 to 14.0.6
- [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.3...v14.0.6)

Updates `spatie/temporary-directory` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/spatie/temporary-directory/releases)
- [Changelog](https://github.com/spatie/temporary-directory/blob/main/CHANGELOG.md)
- [Commits](spatie/temporary-directory@2.3.1...2.4.0)

Updates `tightenco/ziggy` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/tighten/ziggy/releases)
- [Changelog](https://github.com/tighten/ziggy/blob/2.x/CHANGELOG.md)
- [Commits](tighten/ziggy@v2.6.2...v2.6.4)

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

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

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

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

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

Updates `mockery/mockery` from 1.6.12 to 1.6.15
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.12...1.6.15)

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

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.43
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: fumeapp/modeltyper
  dependency-version: 3.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-version: 2.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.15.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/fortify
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.69.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.32.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/iso3166
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: mockery/mockery
  dependency-version: 1.6.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: owen-it/laravel-auditing
  dependency-version: 14.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: spatie/temporary-directory
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tightenco/ziggy
  dependency-version: 2.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/composer/main/minor-updates-4a11d46c0a branch from c45d6e2 to 627f0b8 Compare September 21, 2026 08:07
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