Skip to content

Bump the minor-updates group across 1 directory with 17 updates - #1174

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

Bump the minor-updates group across 1 directory with 17 updates#1174
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-e23fb1c0d8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
dedoc/scramble 0.12.36 0.13.35
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.21.0 2.24.0
laravel/fortify 1.37.2 1.37.3
laravel/octane 2.17.4 2.18.0
league/flysystem-aws-s3-v3 3.34.0 3.35.2
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.3
fumeapp/modeltyper 3.10.0 3.11.0
larastan/larastan 3.9.6 3.10.0
laravel/pint 1.29.1 1.29.3
laravel/sail 1.60.0 1.64.0
laravel/telescope 5.20.0 5.21.0
nunomaduro/collision 8.9.4 8.9.5

Updates dedoc/scramble from 0.12.36 to 0.13.35

Release notes

Sourced from dedoc/scramble's releases.

v0.13.35

What's Changed

Full Changelog: dedoc/scramble@v0.13.34...v0.13.35

v0.13.34

What's Changed

Full Changelog: dedoc/scramble@v0.13.33...v0.13.34

v0.13.32

What's Changed

  • Improve JSON schema examples: add multiple @example support, avoid using example (deprecated, using examples instead) when serializing JSON schemas by @​romalytvynenko in dedoc/scramble#1205
  • Improve Laravel 10.x compatibility for paginators

Full Changelog: dedoc/scramble@v0.13.31...v0.13.32

v0.13.31

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.30...v0.13.31

v0.13.30

What's Changed

Full Changelog: dedoc/scramble@v0.13.29...v0.13.30

... (truncated)

Commits
  • c072f73 resolve references in self out type builder (#1221)
  • af86ba2 fix parameters order (#1213)
  • e006f81 min/max/between/size rules in file context (#1212)
  • f364b4d Add #[Api] attribute for route-level API assignment (#1211)
  • 867b73d added IgnoreResponse attribute (#1210)
  • 2ef252b wip (#1208)
  • 546a727 Merge branch 'main' of github.com:dedoc/documentor
  • fb7cae3 fix paginator definition compatibility with laravel 10
  • 6809040 Improve JSON schema examples: add multiple @example support, avoid using `e...
  • efdac7e Fix styling
  • 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.24.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

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
  • 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
  • 955f02d docs(README): switch logo URL [skip ci]
  • See full diff in compare view

Updates guzzlehttp/guzzle from 7.10.3 to 7.15.2

Release notes

Sourced from guzzlehttp/guzzle's releases.

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

  • Added Multiplexing::NONE support as a client, cURL multi handler, and conditional request option

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13
  • Use locale-independent ASCII folding for all case normalization and comparison
  • Bound cURL upload reads to the declared Content-Length
  • Sanitize the cURL error text exposed through exception handler context
  • Fail closed when a named cURL multi connection cap cannot be applied
  • Reject the request-level CURLOPT_SHARE cURL option when named connection caps are configured
  • Strengthen old-libcurl SOCKS isolation for raw CURLOPT_PRE_PROXY and opaque share handles
  • Isolate HTTP proxy tunnels from opaque shared connection caches
  • Trigger runtime deprecations for previously deprecated functionality in 7.1.0

Deprecated

  • Deprecated Utils::jsonDecode() and Utils::jsonEncode() in favor of native JSON functions
  • Deprecated passing CURLMOPT_PIPELINING in the cURL multi handler options array
  • Deprecated passing CURLOPT_PROXYHEADER without cURL proxy header separation support

Fixed

  • Defer cURL requests created from multi callbacks until native execution unwinds
  • Fail synchronous waits from native cURL callbacks promptly instead of self-deadlocking
  • Guard cURL multi handle removal against progress callbacks re-entering the handler
  • Scope promise waits on the cURL multi handler to the awaited transfer
  • Strip Content-Length and Transfer-Encoding when redirects discard the request body

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

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

7.15.0 - 2026-07-17

Added

  • Added Multiplexing::NONE support as a client, cURL multi handler, and conditional request option

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13
  • Use locale-independent ASCII folding for all case normalization and comparison
  • Bound cURL upload reads to the declared Content-Length
  • Sanitize the cURL error text exposed through exception handler context
  • Fail closed when a named cURL multi connection cap cannot be applied
  • Reject the request-level CURLOPT_SHARE cURL option when named connection caps are configured
  • Strengthen old-libcurl SOCKS isolation for raw CURLOPT_PRE_PROXY and opaque share handles
  • Isolate HTTP proxy tunnels from opaque shared connection caches
  • Trigger runtime deprecations for previously deprecated functionality in 7.1.0

Deprecated

  • Deprecated Utils::jsonDecode() and Utils::jsonEncode() in favor of native JSON functions
  • Deprecated passing CURLMOPT_PIPELINING in the cURL multi handler options array
  • Deprecated passing CURLOPT_PROXYHEADER without cURL proxy header separation support

Fixed

... (truncated)

Commits

Updates laravel/fortify from 1.37.2 to 1.37.3

Release notes

Sourced from laravel/fortify's releases.

v1.37.3

Changelog

Sourced from laravel/fortify's changelog.

v1.37.3 - 2026-06-29

Commits
  • 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)
  • 0f0d1c6 Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#681)
  • bcd918a Enable Dependabot auto-merge (#680)
  • 4e3246a Add Dependabot cooldown of 5 days (#679)
  • b9298bd Update CHANGELOG
  • See full diff in compare view

Updates laravel/framework from 12.60.2 to 12.64.0

Release notes

Sourced from laravel/framework's releases.

v12.64.0

v12.63.0

v12.62.0

v12.61.1

v12.61.0

Commits
  • 727a8ea Update version to v12.64.0
  • 4a92cd3 [12.x] Add capitalize parameter to Stringable::initials() (#60741)
  • 5207516 [12.x] Enum as queue overlap key (#60722)
  • c2f2ba7 Update CHANGELOG
  • 7adfddb Update version to v12.63.0
  • 65d8ede [12.x] Fix ComponentAttributeBag style merging missing semicolon. Ensures tha...
  • d1cada4 [12.x] Pop managed queue jobs from the cloud-agent instead of SQS (#60660)
  • fe2afc0 [12.x] Fix Postgres whereDate/whereTime crash when column is Expression (#60540)
  • 08971b6 Guard JsonSchema deserializer against unbounded $ref expansion (#60524)
  • f898f56 [12.x] Ability to refresh cache locks (#58349)
  • Additional commits viewable in compare view

Updates laravel/octane from 2.17.4 to 2.18.0

Release notes

Sourced from laravel/octane's releases.

v2.18.0

v2.17.5

Changelog

Sourced from laravel/octane's changelog.

v2.18.0 - 2026-07-21

v2.17.5 - 2026-06-04

Commits
  • 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)
  • 09b6eae Bump shivammathur/setup-php in the github-actions group (#1145)
  • 6e71e6d Update CHANGELOG
  • 058ae4d Enable Dependabot auto-merge (#1139)
  • 2789524 Add Dependabot cooldown of 5 days (#1138)
  • 218dfb0 Merge pull request #1137 from laravel/chore/pin-reusable-workflows-latest
  • Additional commits viewable in compare view

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

Commits

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.5

What's Changed

New Contributors

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

v14.0.4

What's Changed

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

Commits
  • 31b73b7 Simplify handle method in ProcessDispatchAudit (#1059)
  • 4fb70d2 Also audit when model is already bootstrapped before auditing was enabled (#1...
  • 65b7cb3 fix(test): rewrite test to properly validate functionality (#1057)
  • fa5a22e Refactor audit creation to use savepoint (#1056)
  • 4268b7a Avoid stopping other update events when restoring (#1054)
  • a712249 Refactor model property access using ReflectionClass (#1055)
  • See full diff in compare view

Updates spatie/temporary-directory from 2.3.1 to 2.4.0

Release notes

Sourced from spatie/temporary-directory's releases.

2.4.0

What's Changed

New Contributors

Full Changelog: spatie/temporary-directory@2.3.1...2.4.0

Changelog

Sourced from spatie/temporary-directory's changelog.

2.4.0 - 2026-06-22

What's Changed

New Contributors

Full Changelog: spatie/temporary-directory@2.3.1...2.4.0

Commits
  • 32cbb96 return static instead of self (#102)
  • 3344733 Harden Dependabot auto-merge actor check
  • afa0f5d Merge pull request #101 from spatie/dependabot/github_actions/dependabot/fetc...
  • 7ca52bb Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0
  • dc0f112 Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#100)
  • a799919 Merge pull request #99 from spatie/dependabot/github_actions/dependabot/fetch...
  • e8733fa Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
  • 1d373ba Update CHANGELOG
  • See full diff in compare view

Updates tightenco/ziggy from 2.6.2 to 2.6.3

Release notes

Sourced from tightenco/ziggy's releases.

v2.6.3

What's Changed

New Contributors

Full Changelog: tighten/ziggy@v2.6.2...v2.6.3

Changelog

Sourced from tightenco/ziggy's changelog.

[v2.6.3] - 2026-06-23

Fixed

Changed

Commits
  • 14c5744 v2.6.3
  • 8020eb2 Use known missing directory in test instead of deleting existing ones
  • 09fb094 Fix workflow link again
  • 3260495 Merge pull request #888 from lazerg/fix/issue-883-custom-types-dir
  • f8dd171 Create the directory for a custom types path if it doesn't exist
  • 055ea9f Merge pull request #881 from rodrigoprimo/docs/update-phpcs-repo-link
  • 44c7475 Docs: Update PHP_CodeSniffer repository link
  • f913d3c Merge pull request #874 from tighten/laravel-13
  • b23a0cb Merge pull request #877 from pataar/improve/route-url-branded-type
  • 93083d2 Merge branch '2.x' into improve/route-url-branded-type
  • Additional commits viewable in compare view

Updates fumeapp/modeltyper from 3.10.0 to 3.11.0

Release notes

Sourced from fumeapp/modeltyper's releases.

v3.11.0

What's Changed

New Contributors

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

Commits
  • fe803e4 Follow up to #110: set-only mutators with enum casts (#124)
  • 58ca0f5 Honour optional flag in $laravelModel->interfaces to support optional relatio...
  • e5824e8 fix composer stan issues from latest larastan update (#125)
  • See full diff in compare view

Updates larastan/larastan from 3.9.6 to 3.10.0

Release notes

Sourced from

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

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.36` | `0.13.35` |
| [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.24.0` |
| [laravel/fortify](https://github.com/laravel/fortify) | `1.37.2` | `1.37.3` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.4` | `2.18.0` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.34.0` | `3.35.2` |
| [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.3` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.10.0` | `3.11.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.9.6` | `3.10.0` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.1` | `1.29.3` |
| [laravel/sail](https://github.com/laravel/sail) | `1.60.0` | `1.64.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.20.0` | `5.21.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.4` | `8.9.5` |



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

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

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

Updates `laravel/fortify` from 1.37.2 to 1.37.3
- [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.37.3)

Updates `laravel/framework` from 12.60.2 to 12.64.0
- [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.64.0)

Updates `laravel/octane` from 2.17.4 to 2.18.0
- [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.18.0)

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

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.3
- [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.3)

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

Updates `larastan/larastan` from 3.9.6 to 3.10.0
- [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.10.0)

Updates `laravel/pint` from 1.29.1 to 1.29.3
- [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.29.3)

Updates `laravel/sail` from 1.60.0 to 1.64.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.64.0)

Updates `laravel/telescope` from 5.20.0 to 5.21.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.21.0)

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.35
  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: gotenberg/gotenberg-php
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/fortify
  dependency-version: 1.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.29.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
...

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 Jul 27, 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