Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
brick/money 0.10.2 0.10.3
dedoc/scramble 0.12.28 0.12.31
inertiajs/inertia-laravel 2.0.4 2.0.6
laravel/passport 13.1.0 13.2.0
maatwebsite/excel 3.1.66 3.1.67
tpetry/laravel-postgresql-enhanced 3.0.0 3.1.0
brianium/paratest 7.11.0 7.12.0
larastan/larastan 3.6.0 3.6.1
laravel/sail 1.44.0 1.45.0
laravel/telescope 5.11.0 5.11.3

Updates brick/money from 0.10.2 to 0.10.3

Release notes

Sourced from brick/money's releases.

0.10.3

👌 Improvements

Changelog

Sourced from brick/money's changelog.

0.10.3 - 2025-09-03

👌 Improvements

Commits

Updates dedoc/scramble from 0.12.28 to 0.12.31

Release notes

Sourced from dedoc/scramble's releases.

v0.12.31

What's Changed

Full Changelog: dedoc/scramble@v0.12.30...v0.12.31

v0.12.30

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.12.29...v0.12.30

v0.12.29

What's Changed

Full Changelog: dedoc/scramble@v0.12.28...v0.12.29

Commits
  • ff8fd42 Add ability to configure inference (#940)
  • f2b9332 Improve API resources and resource collections inference and documentation (#...
  • 2138ec1 add support for automatic color mode (#923)
  • 511f3d8 fix static analysis issue
  • 3402374 Add support for transforming response type with headers to schema and improve...
  • a21ec7f Add support for transforming inferred paginator types (#931)
  • b1fecfa Fixed document serialization issue when response is removed from components (...
  • 88d045d Fixed duplicated schemas in generated spec when using FQN with leading slash ...
  • e07891e Preserve enum cases description when adding description to enum class or prop...
  • d111d56 mixed handling (#920)
  • See full diff in compare view

Updates guzzlehttp/guzzle from 7.9.3 to 7.10.0

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.10.0

Added

  • Support for PHP 8.5

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.3
  • Adjusted guzzlehttp/psr7 version constraint to ^2.8
Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.10.0 - 2025-08-23

Added

  • Support for PHP 8.5

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.3
  • Adjusted guzzlehttp/psr7 version constraint to ^2.8
Commits

Updates inertiajs/inertia-laravel from 2.0.4 to 2.0.6

Release notes

Sourced from inertiajs/inertia-laravel's releases.

v2.0.6

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.5...v2.0.6

v2.0.5

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.4...v2.0.5

Changelog

Sourced from inertiajs/inertia-laravel's changelog.

v2.0.6 - 2025-08-26

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.5...v2.0.6

v2.0.5 - 2025-08-12

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.4...v2.0.5

Commits
  • 6d0afc3 add encrypt history middleware that follows laravel naming conventions (#773)
  • a355007 Update CHANGELOG
  • aa103fd Introduce PHPStan + improve DocBlocks (#768)
  • c2183fc Merge pull request #769 from inertiajs/provides-inertia-props
  • 3bf2443 Renamed toInertiaProps to toInertiaProperties
  • f7e1526 Merge branch '2.x' into provides-inertia-props
  • 091daa7 Merge pull request #746 from inertiajs/inertia-responsable-prop-type
  • a603396 Renamed PropContext to PropertyContext
  • 95da486 Renamed ProvidesInertiaProp to ProvidesInertiaProperty
  • d10894d Merge branch '2.x' into inertia-responsable-prop-type
  • Additional commits viewable in compare view

Updates laravel/framework from 12.22.0 to 12.28.1

Release notes

Sourced from laravel/framework's releases.

v12.28.1

v12.28.0

v12.27.1

v12.27.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v12.28.1 - 2025-09-04

v12.28.0 - 2025-09-03

v12.27.1 - 2025-09-02

v12.27.0 - 2025-09-02

... (truncated)

Commits

Updates laravel/passport from 13.1.0 to 13.2.0

Release notes

Sourced from laravel/passport's releases.

v13.2.0

Changelog

Sourced from laravel/passport's changelog.

v13.2.0 - 2025-08-19

Commits

Updates maatwebsite/excel from 3.1.66 to 3.1.67

Release notes

Sourced from maatwebsite/excel's releases.

3.1.67

Phpspreadsheet 1.30 update

Full Changelog: SpartnerNL/Laravel-Excel@3.1.66...3.1.67

Commits
  • e508e34 Bump minimum phpspreadsheet version to latest secure version of 1.30
  • See full diff in compare view

Updates tpetry/laravel-postgresql-enhanced from 3.0.0 to 3.1.0

Changelog

Sourced from tpetry/laravel-postgresql-enhanced's changelog.

[3.1.0] - 2025-09-04

Fixed

  • Removed the @​internal tag from column/index definition classes beause PHPStan complained when using them (#109)
  • Join queries couldn't use the added where*() methods (#110)
  • Escaping functionality was always using the write connection (#112).

Changed

  • Added new Timescale actions for the columnstore and deprecated the old ones for compression.
Commits
  • d7d7210 docs: release 3.1.0
  • d90bdc9 chore: use new TimescaleDB terminology (compression -> columnstore)
  • 3c8065b fix: don't mark the definition classes internal because phpstan will report e...
  • a8e43c2 fix: backport escaping connection from laravel (resolves #112)
  • 79a0330 fix: join queries wouldn't use this package's additional where conditions (re...
  • See full diff in compare view

Updates brianium/paratest from 7.11.0 to 7.12.0

Release notes

Sourced from brianium/paratest's releases.

v7.12.0

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.11.2...v7.12.0

v7.11.2

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.11.1...v7.11.2

v7.11.1

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.11.0...v7.11.1

Commits
  • 6a34ddb feat: Add PHP 8.5 Support (#1000)
  • 55644ce Update dependency phpunit/phpunit to ^12.3.6 (#999)
  • 521aa38 Fix Incompatibilty With PhpStorm on Windows (#995)
  • ffe1704 Fix JUnit log merging in --functional mode (#998)
  • 7fbf804 Update dependency phpunit/phpunit to ^12.3.5 (#996)
  • 3fa1a59 Update dependency fidry/cpu-core-counter to ^1.3.0 (#994)
  • 946f903 Update dependency sebastian/environment to ^8.0.3 (#993)
  • c8afe27 Update dependency phpunit/phpunit to ^12.3.4 (#992)
  • fe1d9d3 Update actions/checkout action to v5 (#991)
  • fa8c034 Update dependency phpunit/phpunit to ^12.3.3 (#990)
  • Additional commits viewable in compare view

Updates larastan/larastan from 3.6.0 to 3.6.1

Release notes

Sourced from larastan/larastan's releases.

v3.6.1

What's Changed

Fixed

Documentation

New Contributors

Full Changelog: larastan/larastan@v3.6.0...v3.6.1

Commits

Updates laravel/sail from 1.44.0 to 1.45.0

Release notes

Sourced from laravel/sail's releases.

v1.45.0

Changelog

Sourced from laravel/sail's changelog.

v1.45.0 - 2025-08-25

Commits

Updates laravel/telescope from 5.11.0 to 5.11.3

Release notes

Sourced from laravel/telescope's releases.

v5.11.3

v5.11.2

v5.11.1

Changelog

Sourced from laravel/telescope's changelog.

v5.11.3 - 2025-08-21

v5.11.2 - 2025-08-16

v5.11.1 - 2025-08-14

Commits

Updates phpunit/phpunit from 12.3.0 to 12.3.8

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 12.3.8

Fixed

  • #6340: Implicitly enabled display of deprecation details is not disabled when it should be

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 12.3.7

Changed

  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 12.3.5

Changed

  • #6319: Detect premature end of PHPUnit's main PHP process
  • #6321: Allow error_reporting=E_ALL for --check-php-configuration

Fixed

  • #5863: TestDox printer does not show previous exception
  • #6102: expectUserDeprecationMessage*() fails when test is run in separate process

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 12.3.4

Changed

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[12.3.8] - 2025-09-03

Fixed

  • #6340: Implicitly enabled display of deprecation details is not disabled when it should be

[12.3.7] - 2025-08-28

Changed

  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

[12.3.6] - 2025-08-20

Changed

  • Do not configure report_memleaks setting (which will be deprecated in PHP 8.5) for PHPT processes

[12.3.5] - 2025-08-16

Changed

  • #6319: Detect premature end of PHPUnit's main PHP process
  • #6321: Allow error_reporting=E_ALL for --check-php-configuration

Fixed

  • #5863: TestDox printer does not show previous exception
  • #6102: expectUserDeprecationMessage*() fails when test is run in separate process

[12.3.4] - 2025-08-12

Changed

  • #6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 12.3 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6

Fixed

  • #6197: ini_set('error_log') sets filepath outside open_basedir
  • #6279: Deprecation triggered in data provider method affects all test methods using that data provider method

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

| Package | From | To |
| --- | --- | --- |
| [brick/money](https://github.com/brick/money) | `0.10.2` | `0.10.3` |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.28` | `0.12.31` |
| [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) | `2.0.4` | `2.0.6` |
| [laravel/passport](https://github.com/laravel/passport) | `13.1.0` | `13.2.0` |
| [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `3.1.66` | `3.1.67` |
| [tpetry/laravel-postgresql-enhanced](https://github.com/tpetry/laravel-postgresql-enhanced) | `3.0.0` | `3.1.0` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `7.11.0` | `7.12.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.6.0` | `3.6.1` |
| [laravel/sail](https://github.com/laravel/sail) | `1.44.0` | `1.45.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.11.0` | `5.11.3` |



Updates `brick/money` from 0.10.2 to 0.10.3
- [Release notes](https://github.com/brick/money/releases)
- [Changelog](https://github.com/brick/money/blob/master/CHANGELOG.md)
- [Commits](brick/money@0.10.2...0.10.3)

Updates `dedoc/scramble` from 0.12.28 to 0.12.31
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.12.28...v0.12.31)

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

Updates `inertiajs/inertia-laravel` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/inertiajs/inertia-laravel/releases)
- [Changelog](https://github.com/inertiajs/inertia-laravel/blob/2.x/CHANGELOG.md)
- [Commits](inertiajs/inertia-laravel@v2.0.4...v2.0.6)

Updates `laravel/framework` from 12.22.0 to 12.28.1
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.22.0...v12.28.1)

Updates `laravel/passport` from 13.1.0 to 13.2.0
- [Release notes](https://github.com/laravel/passport/releases)
- [Changelog](https://github.com/laravel/passport/blob/13.x/CHANGELOG.md)
- [Commits](laravel/passport@v13.1.0...v13.2.0)

Updates `maatwebsite/excel` from 3.1.66 to 3.1.67
- [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases)
- [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md)
- [Commits](SpartnerNL/Laravel-Excel@3.1.66...3.1.67)

Updates `tpetry/laravel-postgresql-enhanced` from 3.0.0 to 3.1.0
- [Changelog](https://github.com/tpetry/laravel-postgresql-enhanced/blob/master/CHANGELOG.md)
- [Commits](tpetry/laravel-postgresql-enhanced@3.0.0...3.1.0)

Updates `brianium/paratest` from 7.11.0 to 7.12.0
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v7.11.0...v7.12.0)

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

Updates `laravel/sail` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.44.0...v1.45.0)

Updates `laravel/telescope` from 5.11.0 to 5.11.3
- [Release notes](https://github.com/laravel/telescope/releases)
- [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
- [Commits](laravel/telescope@v5.11.0...v5.11.3)

Updates `phpunit/phpunit` from 12.3.0 to 12.3.8
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.3.8/ChangeLog-12.3.md)
- [Commits](sebastianbergmann/phpunit@12.3.0...12.3.8)

---
updated-dependencies:
- dependency-name: brick/money
  dependency-version: 0.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: dedoc/scramble
  dependency-version: 0.12.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: inertiajs/inertia-laravel
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: maatwebsite/excel
  dependency-version: 3.1.67
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tpetry/laravel-postgresql-enhanced
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: brianium/paratest
  dependency-version: 7.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: phpunit/phpunit
  dependency-version: 12.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

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 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/composer/main/minor-updates-d75f6e78d4 branch September 15, 2025 03:35
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.

1 participant