Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps the php-dependencies group with 5 updates:

Package From To
laravel/horizon 5.33.4 5.33.5
livewire/flux 2.2.6 2.3.0
ramsey/uuid 4.9.0 4.9.1
sentry/sentry-laravel 4.15.1 4.15.3
symfony/http-client 7.3.2 7.3.3

Updates laravel/horizon from 5.33.4 to 5.33.5

Release notes

Sourced from laravel/horizon's releases.

v5.33.5

Changelog

Sourced from laravel/horizon's changelog.

v5.33.5 - 2025-08-31

Commits

Updates livewire/flux from 2.2.6 to 2.3.0

Release notes

Sourced from livewire/flux's releases.

v2.3.0

What's Changed

Full Changelog: livewire/flux@v2.2.6...v2.3.0

Commits

Updates ramsey/uuid from 4.9.0 to 4.9.1

Release notes

Sourced from ramsey/uuid's releases.

4.9.1

Fixed

  • Allow brick/math version ^0.14; fixed in #617.
  • Default to microtime() instead of DateTimeImmutable in Ramsey\Uuid\Generator\UnixTimeGenerator.

New Contributors

Full Changelog: ramsey/uuid@4.9.0...4.9.1

Changelog

Sourced from ramsey/uuid's changelog.

4.9.1 - 2025-09-04

Fixed

  • Allow brick/math version ^0.14; fixed in #617.
  • Default to microtime() instead of DateTimeImmutable in Ramsey\Uuid\Generator\UnixTimeGenerator.
Commits
  • 81f941f Prepare release 4.9.1
  • 592a97d Add support for brick/math 0.14 (#617)
  • 101bb3a chore(deps): bump actions/checkout from 4 to 5
  • 169ad8c chore(deps-dev): bump phpstan/phpstan-phpunit from 2.0.6 to 2.0.7
  • 147757c chore(deps-dev): bump captainhook/captainhook from 5.25.6 to 5.25.10
  • 7e9509d chore(deps-dev): bump phpstan/phpdoc-parser from 2.1.0 to 2.2.0
  • 2c22065 chore(deps-dev): bump captainhook/captainhook from 5.25.5 to 5.25.6
  • 0ff3d8d chore(deps-dev): bump myclabs/deep-copy from 1.13.1 to 1.13.3
  • 4025078 chore(deps-dev): bump dealerdirect/phpcodesniffer-composer-installer
  • f239d6c Default to microtime() instead of DateTimeImmutable
  • See full diff in compare view

Updates sentry/sentry-laravel from 4.15.1 to 4.15.3

Release notes

Sourced from sentry/sentry-laravel's releases.

4.15.3

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

Bug Fixes

4.15.2

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

Bug Fixes

Misc

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.15.3

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

Bug Fixes

4.15.2

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

Bug Fixes

Misc

Commits

Updates symfony/http-client from 7.3.2 to 7.3.3

Release notes

Sourced from symfony/http-client's releases.

v7.3.3

Changelog (symfony/http-client@v7.3.2...v7.3.3)

Commits
  • 333b9bd Merge branch '6.4' into 7.3
  • b8e9dce [HttpClient] Fix PHP 8.5 deprecation using str_increment()
  • a97cfe6 Merge branch '6.4' into 7.3
  • e9683ee Remove calls to no-op functions, deprecated in PHP 8.5
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 php-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [laravel/horizon](https://github.com/laravel/horizon) | `5.33.4` | `5.33.5` |
| [livewire/flux](https://github.com/livewire/flux) | `2.2.6` | `2.3.0` |
| [ramsey/uuid](https://github.com/ramsey/uuid) | `4.9.0` | `4.9.1` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.15.1` | `4.15.3` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.3.2` | `7.3.3` |


Updates `laravel/horizon` from 5.33.4 to 5.33.5
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](laravel/horizon@v5.33.4...v5.33.5)

Updates `livewire/flux` from 2.2.6 to 2.3.0
- [Release notes](https://github.com/livewire/flux/releases)
- [Commits](livewire/flux@v2.2.6...v2.3.0)

Updates `ramsey/uuid` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/ramsey/uuid/releases)
- [Changelog](https://github.com/ramsey/uuid/blob/4.x/CHANGELOG.md)
- [Commits](ramsey/uuid@4.9.0...4.9.1)

Updates `sentry/sentry-laravel` from 4.15.1 to 4.15.3
- [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.15.1...4.15.3)

Updates `symfony/http-client` from 7.3.2 to 7.3.3
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.3/CHANGELOG.md)
- [Commits](symfony/http-client@v7.3.2...v7.3.3)

---
updated-dependencies:
- dependency-name: laravel/horizon
  dependency-version: 5.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: livewire/flux
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: ramsey/uuid
  dependency-version: 4.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: symfony/http-client
  dependency-version: 7.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Sep 5, 2025
@driesvints driesvints merged commit 286d549 into main Sep 8, 2025
2 checks passed
@driesvints driesvints deleted the dependabot/composer/php-dependencies-fdcd299bd9 branch September 8, 2025 07:25
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

Development

Successfully merging this pull request may close these issues.

1 participant