Skip to content

Bump the composer-minor group across 1 directory with 14 updates#1075

Open
dependabot[bot] wants to merge 1 commit into2.xfrom
dependabot/composer/2.x/composer-minor-abe0a93830
Open

Bump the composer-minor group across 1 directory with 14 updates#1075
dependabot[bot] wants to merge 1 commit into2.xfrom
dependabot/composer/2.x/composer-minor-abe0a93830

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the composer-minor group with 13 updates in the / directory:

Package From To
kovah/laravel-socialite-oidc 0.5.0 0.6.0
laracasts/flash 3.2.4 3.2.5
laravel/fortify 1.34.1 1.35.0
laravel/sanctum 4.3.0 4.3.1
league/flysystem-aws-s3-v3 3.31.0 3.32.0
predis/predis 3.3.0 3.4.1
sentry/sentry-laravel 4.20.1 4.21.0
spatie/laravel-activitylog 4.11.0 4.12.1
spatie/laravel-settings 3.6.0 3.7.0
laravel/tinker 2.11.0 2.11.1
nunomaduro/collision 8.8.3 8.9.1
spatie/laravel-ignition 2.10.0 2.11.0
spatie/laravel-ray 1.43.5 1.43.6

Updates kovah/laravel-socialite-oidc from 0.5.0 to 0.6.0

Release notes

Sourced from kovah/laravel-socialite-oidc's releases.

v0.6.0

What's Changed

New Contributors

Full Changelog: Kovah/laravel-socialite-oidc@v0.5.0...v0.6.0

Commits

Updates laracasts/flash from 3.2.4 to 3.2.5

Commits

Updates laravel/fortify from 1.34.1 to 1.35.0

Release notes

Sourced from laravel/fortify's releases.

v1.35.0

Changelog

Sourced from laravel/fortify's changelog.

v1.35.0 - 2026-02-24

Commits
  • 24c5bb8 Update docblock return type for email verification store method (#654)
  • 7fb1aed Fix two-factor QR code controller return type (#652)
  • 935f77b add @​throws ValidationException function in ConfirmTwoFactorAuthentication.ph...
  • d02a802 Fix docblock for index() to reflect array or JsonResponse return type (#650)
  • 9020a3d add @​throws ValidationException function in AttemptToAuthenticate.php (#646)
  • 5f11482 Update @​return type of toResponse() to mixed for accuracy (#645)
  • 878387e add @​throws in function UpdateUserProfileInformation.php (#644)
  • 7eb2d7d Clarify required guard for SPA authentication setup (#643)
  • 68bbe26 Clarify Two-Factor Authentication JSON responses for SPA mode (#640)
  • 6a8e83b Clarify Sanctum usage in SPA authentication setup (#641)
  • Additional commits viewable in compare view

Updates laravel/sanctum from 4.3.0 to 4.3.1

Release notes

Sourced from laravel/sanctum's releases.

v4.3.1

Changelog

Sourced from laravel/sanctum's changelog.

v4.3.1 - 2026-02-07

Commits

Updates laravel/socialite from 5.24.2 to 5.24.3

Release notes

Sourced from laravel/socialite's releases.

v5.24.3

Changelog

Sourced from laravel/socialite's changelog.

v5.24.3 - 2026-02-21

Commits

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

Commits
  • a1979df Merge pull request #1877 from jegelkraut/3.x
  • e9c88b5 Fix: Add options to the HeadObject command while fetching FileMetaData to mak...
  • See full diff in compare view

Updates predis/predis from 3.3.0 to 3.4.1

Release notes

Sourced from predis/predis's releases.

v3.4.1

Added

  • Made H(P)TTL commands prefixable (#1639)
  • Made (B)LMPOP commands prefixable (#1643)

Fixed

  • Fixed Sentinel getParameter() call on array error (#2423)
  • Removed deprecated static from callables (#1642)

v3.4.0

This release introduces two major improvements: a refactored handshake process and built-in retry support.

The redesigned handshake session delivers up to 25% performance improvement compared to the previous version.

With the newly added retry support, you can automatically retry command execution on transient failures before giving up. This helps mitigate network glitches and delegate error handling to Predis.

For more details, see the documentation.

Added

  • Added optional retry support (#1616)
  • Added support for VRANGE command (#1623)
  • Added support for idempotent stream API (#1632)
  • Added support for HOTKEYS container command (#1630)

Fixed

  • Fixed [L|R]PUSHX variadic arguments normalization (#1633)
  • Fixed wrong @param annotation in Parameters (#1614)
  • Made ZRANDMEMBER prefixable (#1621)
  • Improve connection handshake by pipelining commands (#1622)
Changelog

Sourced from predis/predis's changelog.

v3.4.1 (2026-02-23)

Added

  • Made H(P)TTL commands prefixable (#1639)
  • Made (B)LMPOP commands prefixable (#1643)

Fixed

  • Fixed Sentinel getParameter() call on array error (#2423)
  • Removed deprecated static from callables (#1642)

v3.4.0 (2026-02-11)

Added

  • Added optional retry support (#1616)
  • Added support for VRANGE command (#1623)
  • Added support for idempotent stream API (#1632)
  • Added support for HOTKEYS container command (#1630)

Fixed

  • Fixed [L|R]PUSHX variadic arguments normalization (#1633)
  • Fixed wrong @param annotation in Parameters (#1614)
  • Made ZRANDMEMBER prefixable (#1621)
  • Improve connection handshake by pipelining commands (#1622)
Commits

Updates sentry/sentry-laravel from 4.20.1 to 4.21.0

Release notes

Sourced from sentry/sentry-laravel's releases.

4.21.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.21.0.

Features

Bug Fixes

Misc

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.21.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.21.0.

Features

Bug Fixes

Misc

Commits

Updates spatie/laravel-activitylog from 4.11.0 to 4.12.1

Release notes

Sourced from spatie/laravel-activitylog's releases.

4.12.1

What's Changed

New Contributors

Full Changelog: spatie/laravel-activitylog@4.12.0...4.12.1

4.12.0

What's Changed

  • Add Laravel 13 support
Changelog

Sourced from spatie/laravel-activitylog's changelog.

4.12.1 - 2026-02-22

What's Changed

New Contributors

Full Changelog: spatie/laravel-activitylog@4.12.0...4.12.1

4.12.0 - 2026-02-21

What's Changed

  • Add Laravel 13 support
Commits
  • bf66b5b Fix activitylog cleanup to require integer days input (#1448)
  • 617d467 Merge pull request #1446 from spatie/dependabot/github_actions/actions/stale-...
  • ed9cb50 Update CHANGELOG
  • 39b094a Merge pull request #1447 from laravel-shift/l13-compatibility
  • 49ee5b0 Retrigger CI
  • 76f8e80 normalize composer.json
  • efb3c9a Add Pest 4 support
  • 395b8e7 Update GitHub Actions for Laravel 13
  • 3332c4b Bump dependencies for Laravel 13
  • 0a13b10 Bump actions/stale from 9.1.0 to 10.2.0
  • Additional commits viewable in compare view

Updates spatie/laravel-settings from 3.6.0 to 3.7.0

Release notes

Sourced from spatie/laravel-settings's releases.

3.7.0

What's new

  • Add support for Laravel's memoized cache driver (Cache::memo(), requires Laravel 12.9+)

When enabled, settings cache values are stored in memory during a single request, preventing repeated cache store hits.

Configuration

// config/settings.php
'cache' => [
    'enabled' => true,
    'memo' => true, // or env('SETTINGS_CACHE_MEMO', false)
],

Per-repository configuration is also supported.

Backwards compatible — on Laravel versions without Cache::memo(), the option is silently ignored.

Changelog

Sourced from spatie/laravel-settings's changelog.

3.7.0 - 2026-02-09

What's new

  • Add support for Laravel's memoized cache driver (Cache::memo(), requires Laravel 12.9+)

When enabled, settings cache values are stored in memory during a single request, preventing repeated cache store hits.

Configuration

// config/settings.php
'cache' => [
    'enabled' => true,
    'memo' => true, // or env('SETTINGS_CACHE_MEMO', false)
],

Per-repository configuration is also supported.

Backwards compatible — on Laravel versions without Cache::memo(), the option is silently ignored.

3.5.1 - 2025-12-03

What's Changed

Full Changelog: spatie/laravel-settings@3.5.0...3.5.1

3.5.0 - 2025-10-24

What's Changed

Full Changelog: spatie/laravel-settings@3.4.4...3.5.0

3.4.4 - 2025-04-11

Full Changelog: spatie/laravel-settings@3.4.3...3.4.4

3.4.3 - 2025-04-11

What's Changed

... (truncated)

Commits
  • 83b179e Add support for Laravel's memoized cache driver
  • a55faca Merge pull request #351 from spatie/dependabot/github_actions/dependabot/fetc...
  • d333ee6 chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
  • See full diff in compare view

Updates laravel/tinker from 2.11.0 to 2.11.1

Release notes

Sourced from laravel/tinker's releases.

v2.11.1

Changelog

Sourced from laravel/tinker's changelog.

v2.11.1 - 2026-02-06

Commits

Updates nunomaduro/collision from 8.8.3 to 8.9.1

Commits

Updates spatie/laravel-ignition from 2.10.0 to 2.11.0

Release notes

Sourced from spatie/laravel-ignition's releases.

2.11.0

Add Laravel 13.x support

Changelog

Sourced from spatie/laravel-ignition's changelog.

2.11.0 - 2026-02-22

Add Laravel 13.x support

Commits

Updates spatie/laravel-ray from 1.43.5 to 1.43.6

Release notes

Sourced from spatie/laravel-ray's releases.

1.43.6

What's Changed

New Contributors

Full Changelog: spatie/laravel-ray@1.43.5...1.43.6

Changelog

Sourced from spatie/laravel-ray's changelog.

1.43.6 - 2026-02-19

What's Changed

New Contributors

Full Changelog: spatie/laravel-ray@1.43.5...1.43.6

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the composer-minor group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [kovah/laravel-socialite-oidc](https://github.com/Kovah/laravel-socialite-oidc) | `0.5.0` | `0.6.0` |
| [laracasts/flash](https://github.com/laracasts/flash) | `3.2.4` | `3.2.5` |
| [laravel/fortify](https://github.com/laravel/fortify) | `1.34.1` | `1.35.0` |
| [laravel/sanctum](https://github.com/laravel/sanctum) | `4.3.0` | `4.3.1` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.31.0` | `3.32.0` |
| [predis/predis](https://github.com/predis/predis) | `3.3.0` | `3.4.1` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.20.1` | `4.21.0` |
| [spatie/laravel-activitylog](https://github.com/spatie/laravel-activitylog) | `4.11.0` | `4.12.1` |
| [spatie/laravel-settings](https://github.com/spatie/laravel-settings) | `3.6.0` | `3.7.0` |
| [laravel/tinker](https://github.com/laravel/tinker) | `2.11.0` | `2.11.1` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.8.3` | `8.9.1` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.10.0` | `2.11.0` |
| [spatie/laravel-ray](https://github.com/spatie/laravel-ray) | `1.43.5` | `1.43.6` |



Updates `kovah/laravel-socialite-oidc` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/Kovah/laravel-socialite-oidc/releases)
- [Commits](Kovah/laravel-socialite-oidc@v0.5.0...v0.6.0)

Updates `laracasts/flash` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/laracasts/flash/releases)
- [Commits](laracasts/flash@3.2.4...3.2.5)

Updates `laravel/fortify` from 1.34.1 to 1.35.0
- [Release notes](https://github.com/laravel/fortify/releases)
- [Changelog](https://github.com/laravel/fortify/blob/1.x/CHANGELOG.md)
- [Commits](laravel/fortify@v1.34.1...v1.35.0)

Updates `laravel/sanctum` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
- [Commits](laravel/sanctum@v4.3.0...v4.3.1)

Updates `laravel/socialite` from 5.24.2 to 5.24.3
- [Release notes](https://github.com/laravel/socialite/releases)
- [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md)
- [Commits](laravel/socialite@v5.24.2...v5.24.3)

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

Updates `predis/predis` from 3.3.0 to 3.4.1
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md)
- [Commits](predis/predis@v3.3.0...v3.4.1)

Updates `sentry/sentry-laravel` from 4.20.1 to 4.21.0
- [Release notes](https://github.com/getsentry/sentry-laravel/releases)
- [Changelog](https://github.com/getsentry/sentry-laravel/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-laravel@4.20.1...4.21.0)

Updates `spatie/laravel-activitylog` from 4.11.0 to 4.12.1
- [Release notes](https://github.com/spatie/laravel-activitylog/releases)
- [Changelog](https://github.com/spatie/laravel-activitylog/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-activitylog@4.11.0...4.12.1)

Updates `spatie/laravel-settings` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/spatie/laravel-settings/releases)
- [Changelog](https://github.com/spatie/laravel-settings/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-settings@3.6.0...3.7.0)

Updates `laravel/tinker` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](laravel/tinker@v2.11.0...v2.11.1)

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

Updates `spatie/laravel-ignition` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.10.0...2.11.0)

Updates `spatie/laravel-ray` from 1.43.5 to 1.43.6
- [Release notes](https://github.com/spatie/laravel-ray/releases)
- [Changelog](https://github.com/spatie/laravel-ray/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ray@1.43.5...1.43.6)

---
updated-dependencies:
- dependency-name: kovah/laravel-socialite-oidc
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: laracasts/flash
  dependency-version: 3.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-minor
- dependency-name: laravel/fortify
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: laravel/sanctum
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-minor
- dependency-name: laravel/socialite
  dependency-version: 5.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-minor
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: predis/predis
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: spatie/laravel-activitylog
  dependency-version: 4.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: spatie/laravel-settings
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: laravel/tinker
  dependency-version: 2.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-minor
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: spatie/laravel-ignition
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-minor
- dependency-name: spatie/laravel-ray
  dependency-version: 1.43.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-minor
...

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 Mar 2, 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