Skip to content

chore(deps): bump the php-dependencies group across 1 directory with 16 updates #390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

Bumps the php-dependencies group with 14 updates in the / directory:

Package From To
barryvdh/laravel-debugbar 3.15.4 3.16.0
doctrine/dbal 4.2.3 4.3.2
laravel/socialite 5.20.0 5.23.0
livewire/volt 1.7.1 1.7.2
sentry/sentry-laravel 4.13.0 4.15.1
spatie/laravel-data 4.15.1 4.17.0
spatie/laravel-permission 6.18.0 6.21.0
stevebauman/location 7.5.0 7.6.0
symfony/mailgun-mailer 7.2.0 7.3.1
ysfkaya/filament-phone-input 3.1.8 3.2.2
larastan/larastan 3.4.0 3.6.0
laravel/breeze 2.3.6 2.3.8
laravel/pint 1.22.1 1.24.0
nunomaduro/collision 8.8.0 8.8.2

Updates barryvdh/laravel-debugbar from 3.15.4 to 3.16.0

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

v3.16.0

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.15.4...v3.16.0

v3.16.0-beta1

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.15.3...v3.16.0-beta1

Changelog

Sourced from barryvdh/laravel-debugbar's changelog.

v3.16.0 - 2025-07-21

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.15.4...v3.16.0

Commits

Updates doctrine/dbal from 4.2.3 to 4.3.2

Release notes

Sourced from doctrine/dbal's releases.

4.3.2

Release Notes for 4.3.2

4.3.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

Deprecation

Improvement

Documentation,Schema Definition

Bug,Schema Introspection,pdo_pgsql

Changes from Lower Branches

  • This release contains all changes from the 3.10.1 release.

4.3.1

Release Notes for 4.3.1

4.3.1

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 5

Bug,SQLite,Schema Introspection

Bug,Oracle

... (truncated)

Commits
  • 7669f13 Deprecate the new MariaDB110700Platform class (#7073)
  • b6a10aa Merge branch '3.10.x' into 4.3.x
  • 3626601 CI: Update SQL Server to version 2022 (#7069)
  • 1332b9e fix(MariaDb): add support of new reserved word VECTOR (11.7+) (#7061)
  • 54d70d8 Merge pull request #7065 from greg0ire/improve-depr
  • 174053a Improve deprecation
  • 9e038c6 Merge pull request #7064 from morozov/schema-definition-documentation
  • f9b15d6 Update schema definition documentaion
  • a4919dd Fix binding null as a boolean parameter on pgsql (#7059)
  • ca0c027 Merge branch '3.10.x' into 4.3.x
  • Additional commits viewable in compare view

Updates laravel/framework from 12.14.1 to 12.24.0

Release notes

Sourced from laravel/framework's releases.

v12.24.0

v12.23.1

No release notes provided.

v12.23.0

v12.22.1

v12.22.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v12.24.0 - 2025-08-13

v12.23.1 - 2025-08-12

v12.23.0 - 2025-08-12

v12.22.1 - 2025-08-08

v12.21.0 - 2025-07-22

... (truncated)

Commits

Updates laravel/socialite from 5.20.0 to 5.23.0

Release notes

Sourced from laravel/socialite's releases.

v5.23.0

v5.22.0

v5.21.0

Changelog

Sourced from laravel/socialite's changelog.

v5.23.0 - 2025-07-23

v5.22.0 - 2025-07-08

v5.21.0 - 2025-05-19

Commits

Updates livewire/volt from 1.7.1 to 1.7.2

Release notes

Sourced from livewire/volt's releases.

v1.7.2

Changelog

Sourced from livewire/volt's changelog.

v1.7.2 - 2025-08-06

Commits

Updates ramsey/uuid from 4.7.6 to 4.9.0

Release notes

Sourced from ramsey/uuid's releases.

4.9.0

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).

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

4.8.1

Fixed

  • This tagged release ensures the stable documentation build matches the current stable release.

Full Changelog: ramsey/uuid@4.8.0...4.8.1

4.8.0

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Codec\OrderedTimeCodec is deprecated; please migrate to version 6 UUIDs.
  • Ramsey\Uuid\Codec\TimestampFirstCombCodec is deprecated; please migrate to version 7 UUIDs.
  • Ramsey\Uuid\Codec\TimestampLastCombCodec is deprecated; please use Ramsey\Uuid\Codec\StringCodec instead.

... (truncated)

Changelog

Sourced from ramsey/uuid's changelog.

4.9.0 - 2025-06-25

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).

4.8.1 - 2025-06-01

Fixed

  • This tagged release ensures the stable documentation build matches the current stable release.

4.8.0 - 2025-06-01

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Codec\OrderedTimeCodec is deprecated; please migrate to version 6 UUIDs.
  • Ramsey\Uuid\Codec\TimestampFirstCombCodec is deprecated; please migrate to version 7 UUIDs.
  • Ramsey\Uuid\Codec\TimestampLastCombCodec is deprecated; please use Ramsey\Uuid\Codec\StringCodec instead.

... (truncated)

Commits
  • 4e0e23c Prepare release 4.9.0
  • 1fffdc3 Call getFields() only once
  • 4ca249e Ignore the "result unused" error in tests from the PHPStan config
  • 088b873 Use explicit error identifiers when ignoring PHPStan errors
  • aa18ce1 Fix pure annotations (#605)
  • df575bd Re-add the @​pure annotations
  • dbc8104 chore(deps-dev): bump squizlabs/php_codesniffer from 3.13.1 to 3.13.2
  • eaa5e16 Assert the length of time bytes is 6
  • f295696 Update tests for testing bytes "rollover"
  • b40c069 Remove errant echo statement from test.
  • Additional commits viewable in compare view

Updates sentry/sentry-laravel from 4.13.0 to 4.15.1

Release notes

Sourced from sentry/sentry-laravel's releases.

4.15.1

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

Misc

4.15.0

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

Features

  • Add support for Sentry Structured Logs [(#1000)](getsentry/sentry-laravel#1000)

    To enable this feature, add the sentry_logs log channel in your config/logging.php configuration:

    'channels' => [
        ...
        'sentry_logs' => [
            'driver' => 'sentry_logs',
            'level' => env('LOG_LEVEL', 'info'),
        ],
        ...
    ],

    Add SENTRY_ENABLE_LOGS=true to your .env file.

    Use the Log facade to sent your logs to Sentry. To learn more, head over to the Laravel docs.

    use Illuminate\Support\Facades\Log;
    Log::channel('sentry_logs')->info('User {id} failed to login.', ['id' => $user->id]);

    To learn more, head over to our docs.

4.14.1

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

Bug Fixes

  • Ensure there is a newline before writing env variables [(#1002)](getsentry/sentry-laravel#1002)

    Fixed an issue where the php artisan sentry:publish command might not properly add newlines when writing environment variables to the .env file.

4.14.0

Bug Fixes

... (truncated)

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.15.1

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

Misc

4.15.0

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

Features

  • Add support for Sentry Structured Logs [(#1000)](getsentry/sentry-laravel#1000)

    To enable this feature, add the sentry_logs log channel in your config/logging.php configuration:

    'channels' => [
        ...
        'sentry_logs' => [
            'driver' => 'sentry_logs',
            'level' => env('LOG_LEVEL', 'info'),
        ],
        ...
    ],

    Add SENTRY_ENABLE_LOGS=true to your .env file.

    Use the Log facade to sent your logs to Sentry. To learn more, head over to the Laravel docs.

    use Illuminate\Support\Facades\Log;
    Log::channel('sentry_logs')->info('User {id} failed to login.', ['id' => $user->id]);

    To learn more, head over to our docs.

4.14.1

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

Bug Fixes

  • Ensure there is a newline before writing env variables [(#1002)](getsentry/sentry-laravel#1002)

    Fixed an issue where the php artisan sentry:publish command might not properly add newlines when writing environment variables to the .env file.

... (truncated)

Commits

…16 updates

Bumps the php-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) | `3.15.4` | `3.16.0` |
| [doctrine/dbal](https://github.com/doctrine/dbal) | `4.2.3` | `4.3.2` |
| [laravel/socialite](https://github.com/laravel/socialite) | `5.20.0` | `5.23.0` |
| [livewire/volt](https://github.com/livewire/volt) | `1.7.1` | `1.7.2` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.13.0` | `4.15.1` |
| [spatie/laravel-data](https://github.com/spatie/laravel-data) | `4.15.1` | `4.17.0` |
| [spatie/laravel-permission](https://github.com/spatie/laravel-permission) | `6.18.0` | `6.21.0` |
| [stevebauman/location](https://github.com/stevebauman/location) | `7.5.0` | `7.6.0` |
| [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) | `7.2.0` | `7.3.1` |
| [ysfkaya/filament-phone-input](https://github.com/ysfkaya/filament-phone-input) | `3.1.8` | `3.2.2` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.4.0` | `3.6.0` |
| [laravel/breeze](https://github.com/laravel/breeze) | `2.3.6` | `2.3.8` |
| [laravel/pint](https://github.com/laravel/pint) | `1.22.1` | `1.24.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.8.0` | `8.8.2` |



Updates `barryvdh/laravel-debugbar` from 3.15.4 to 3.16.0
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Changelog](https://github.com/barryvdh/laravel-debugbar/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-debugbar@v3.15.4...v3.16.0)

Updates `doctrine/dbal` from 4.2.3 to 4.3.2
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@4.2.3...4.3.2)

Updates `laravel/framework` from 12.14.1 to 12.24.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.14.1...v12.24.0)

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

Updates `livewire/volt` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/livewire/volt/releases)
- [Changelog](https://github.com/livewire/volt/blob/main/CHANGELOG.md)
- [Commits](livewire/volt@v1.7.1...v1.7.2)

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

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

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

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

Updates `stevebauman/location` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/stevebauman/location/releases)
- [Commits](stevebauman/location@v7.5.0...v7.6.0)

Updates `symfony/mailgun-mailer` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/symfony/mailgun-mailer/releases)
- [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.3/CHANGELOG.md)
- [Commits](symfony/mailgun-mailer@v7.2.0...v7.3.1)

Updates `ysfkaya/filament-phone-input` from 3.1.8 to 3.2.2
- [Release notes](https://github.com/ysfkaya/filament-phone-input/releases)
- [Changelog](https://github.com/ysfkaya/filament-phone-input/blob/main/CHANGELOG.md)
- [Commits](ysfkaya/filament-phone-input@v3.1.8...v3.2.2)

Updates `larastan/larastan` from 3.4.0 to 3.6.0
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.4.0...v3.6.0)

Updates `laravel/breeze` from 2.3.6 to 2.3.8
- [Release notes](https://github.com/laravel/breeze/releases)
- [Changelog](https://github.com/laravel/breeze/blob/2.x/CHANGELOG.md)
- [Commits](laravel/breeze@v2.3.6...v2.3.8)

Updates `laravel/pint` from 1.22.1 to 1.24.0
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.22.1...v1.24.0)

Updates `nunomaduro/collision` from 8.8.0 to 8.8.2
- [Commits](nunomaduro/collision@v8.8.0...v8.8.2)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: doctrine/dbal
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/framework
  dependency-version: 12.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/socialite
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: livewire/volt
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: ramsey/uuid
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-data
  dependency-version: 4.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-permission
  dependency-version: 6.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: stevebauman/location
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: symfony/mailgun-mailer
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: ysfkaya/filament-phone-input
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: larastan/larastan
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/breeze
  dependency-version: 2.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/pint
  dependency-version: 1.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: nunomaduro/collision
  dependency-version: 8.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
...

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 Aug 15, 2025
@github-actions github-actions bot enabled auto-merge August 15, 2025 10:56
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