Skip to content

Bump the "all-dependencies" group with 1 update across multiple ecosystems - #40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/all_dependencies-96dd083048
Open

Bump the "all-dependencies" group with 1 update across multiple ecosystems#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/all_dependencies-96dd083048

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 9 updates:

Package From To
illuminate/collections 13.2.0 13.25.0
nesbot/carbon 3.11.3 3.13.2
symfony/string 8.0.6 8.1.2
psy/psysh 0.12.22 0.12.24
phpstan/phpstan-phpunit 2.0.16 2.0.18
symfony/var-dumper 8.0.6 8.1.2
phpunit/phpunit 13.0.5 13.3.1
squizlabs/php_codesniffer 4.0.2 4.0.4
phpstan/phpstan 2.1.44 2.2.8

Updates illuminate/collections from 13.2.0 to 13.25.0

Commits
  • e895233 Skip unsupported values in LazyCollection::flip (#61081)
  • 1623a89 Improve return type for Arr::prependKeysWith() (#61034)
  • 6f630de [13.x] Fix Arr::forget() removing the wrong element (#61023)
  • 3292b1a [13.x] Sort null-key deprecation in LazyCollection::keyBy (#60987)
  • f7de6c9 [13.x] Solve another PHP 8.5 null index deprecation (#60964)
  • d3e4cb2 [13.x] Prefer isEmpty()/isNotEmpty()/contains() over count() checks (#60978)
  • b19d3dd Replace throw_if/throw_unless with explicit if/throw in src/ (#60944)
  • 7d0a43f Improve Collection::select types (#60898)
  • 79b5d04 Fix null handling in Arr::last() method (#60887)
  • 7ffa5d0 Fix iterable support in Arr::last() (#60881)
  • Additional commits viewable in compare view

Updates nesbot/carbon from 3.11.3 to 3.13.2

Release notes

Sourced from nesbot/carbon's releases.

3.13.2

What's Changed

Full Changelog: CarbonPHP/carbon@3.13.1...3.13.2

3.13.1

What's Changed

Full Changelog: CarbonPHP/carbon@3.13.0...3.13.1

3.13.0

What's Changed

Full Changelog: CarbonPHP/carbon@3.12.3...3.13.0

3.12.3

What's Changed

  • Improve plus() and minus() method by @​kylekatarnls in CarbonPHP/carbon#126
    • Add $anchorDay parameter and OverflowMode for $overflow parameter
    • Add float support for $weeks, $days, $hours, $minutes, $seconds and $microseconds
    • Use __call so sub-classes are allowed to override those methods with divergent signatures

Full Changelog: CarbonPHP/carbon@3.12.2...3.12.3

3.12.2

What's Changed

Full Changelog: CarbonPHP/carbon@3.12.1...3.12.2

3.12.1

What's Changed

Full Changelog: CarbonPHP/carbon@3.12.0...3.12.1

3.12.0

What's Changed

... (truncated)

Commits
  • a1c5491 Merge pull request #139 from CarbonPHP/feature/issue-138-day-and-month-transl...
  • f5e32b7 Drop mmm_suffix
  • f0a2405 Prioritize day names over month names when translating string before the firs...
  • d81c9c4 Merge pull request #3352 from briannesbitt/dependabot/github_actions/pnpm/act...
  • dd3e1ca Bump pnpm/action-setup from 6 to 6.0.9
  • 7d6a63e Merge pull request #3351 from briannesbitt/job/update-sponsors
  • fa2f48f Update sponsors
  • 7260075 Merge pull request #3350 from briannesbitt/dependabot/github_actions/actions/...
  • 2536c74 Bump actions/setup-node from 6 to 7
  • 07c578d Merge pull request #3348 from briannesbitt/job/update-sponsors
  • Additional commits viewable in compare view

Updates symfony/string from 8.0.6 to 8.1.2

Release notes

Sourced from symfony/string's releases.

v8.1.2

Changelog (symfony/string@v8.1.0...v8.1.2)

v8.1.0

Changelog (symfony/string@v8.1.0-RC1...v8.1.0)

  • no significant changes

v8.1.0-RC1

Changelog (symfony/string@v8.1.0-BETA2...v8.1.0-RC1)

v8.1.0-BETA2

Changelog (symfony/string@v8.1.0-BETA1...v8.1.0-BETA2)

v8.1.0-BETA1

Changelog (symfony/string@v8.0.13...v8.1.0-BETA1)

v8.0.15

Changelog (symfony/string@v8.0.13...v8.0.15)

v8.0.13

Changelog (symfony/string@v8.0.11...v8.0.13)

v8.0.11

Changelog (symfony/string@v8.0.6...v8.0.11)

v8.0.8

Changelog (symfony/string@v8.0.7...v8.0.8)

  • no significant changes
Commits
  • 286a76b Merge branch '8.0' into 8.1
  • 1a6a424 Merge branch '7.4' into 8.0
  • e394af3 Merge branch '6.4' into 7.4
  • 2a8d515 [String] Consistently return null for out-of-range offsets
  • 12c1d4f Merge branch '8.0' into 8.1
  • 59d8521 Merge branch '7.4' into 8.0
  • 7ebb5b1 Merge branch '6.4' into 7.4
  • b137628 [String] Fix AsciiSlugger::getLocale() TypeError with no locale set
  • 5aae2a1 Merge branch '8.0' into 8.1
  • 9db1063 Merge branch '7.4' into 8.0
  • Additional commits viewable in compare view

Updates psy/psysh from 0.12.22 to 0.12.24

Release notes

Sourced from psy/psysh's releases.

PsySH v0.12.24

Experimental interactive readline

The pure-PHP experimental readline implementation now has its own built-in pager. Long output opens in an alternate-screen pager with keyboard and mouse scrolling, search, wrap-aware layout, and sensible scrollback behavior after exit.

This is specific to PsySH's experimental userland readline, and it's another reason to give it a try:

psysh --experimental-readline

Or enable it in config:

'useExperimentalReadline' => true,

The built-in pager is enabled automatically with experimental readline, or explicitly with 'pager' => true.

We'd love your feedback! Try it out and let us know what works, what doesn't, and what still feels weird.

Better docs

doc understands more PHP manual targets directly, including structured manual page IDs like language.types.array, language type/operator pages, and language constructs like array and list. Addresses #937 (thanks @​Tomirad!)

Manual output also got a big upgrade: variadic signatures make more sense; structured text, tables, and code blocks now render properly; PHP snippets get syntax highlighting; and wrapping works better across styled and wide-character output.

History improvements

  • Added history --session to show, save, or replay only commands from the current REPL session
  • history --clear now rejects filters and range options instead of accepting combinations it ignores

Bug fixes

  • Fix exception formatting over-matching and eating the beginning of error messages. Fixes #943 (thanks @​bilboque!)
  • Fix timeit median calculation
  • Fix sudo instantiation for classes without constructors
  • Avoid deprecated reflection calls on PHP 8.4+

Under the hood

  • Readline rendering now uses widgets and a shared mode stack for completion, history search, and the pager
  • Release automation now creates draft releases with gh
  • Removed Codecov from CI
  • Added Dependabot cooldowns and updated CI dependencies. Thanks @​dependabot!
  • Fixed Laravel and MediaWiki smoke tests

PsySH v0.12.23

Bug fixes

... (truncated)

Commits
  • ca0fdcf Merge branch 'release/v0.12.24'
  • d5ab024 Bump to v0.12.24
  • 7094a01 Bump shivammathur/setup-php from 2.37.1 to 2.37.2
  • 94a2165 Make a few more deprecated reflection calls conditional.
  • 3d10b1d Bump actions/checkout from 6.0.3 to 7.0.0
  • aee298f Fix error message formatting matching too many characters
  • 9a18c5d Bump symfony/polyfill-mbstring from 1.38.1 to 1.38.2 in /build
  • 5db1c28 Add dependabot cooldown
  • 8981d9d Remove codecov from CI
  • e385b02 Add syntax highlighting for man code snippets
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 2.0.16 to 2.0.18

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

2.0.18

  • f5dc20f - Fix #[RequiresPhpunit] version requirement being evaluated against PHP version (#313)
  • 1e573d3 - AttributeVersionRequirementHelper: add defaults to bool parameters (#312)

2.0.17

  • c2f9775 - Update actions/cache action to v6 (#311)
  • 933f682 - Update actions/cache action to v5.1.0 (#310)
  • 8ec191f - Check #[RequiresPhpunit] in the same way we check #[RequiresPhp] (#308)
  • d138088 - Implement ClassAttributeRequiresPhpVersionRule (#305)
  • caada62 - Update github-actions to v7 (#307)
  • 611a216 - Update github-actions to v3.0.1 (#306)
  • 2312495 - Extract AttributeVersionRequirementHelper (#304)
  • 952d0ee - Warn about incomplete versions in #[RequiresPhp] (#303)
  • bf910b5 - Sanity check #[RequiresPhp] value and range (#269)
  • d309858 - Update github-actions to f3e473d (#301)
  • 4a8e26f - Update github-actions (#300)
  • 2c07f22 - Replace deprecated actions/create-release with softprops/action-gh-release
  • 67c9d57 - Bump GitHub Actions across major versions
  • a7baf3b - Bump GitHub Actions within their current majors
  • 3ea20e6 - Update github-actions
  • 53357ab - Update github-actions
  • 6760e77 - latest infection does not support PHP 8.2 (#296)
  • ecfa568 - Update release-toot.yml (#295)
  • 21ea2e9 - name-collision-detector (#294)
  • 6851172 - Update test assertions
  • e2c6207 - Fix build (#287)
  • db27c1f - Delete .github/workflows/claude-react-on-comment.yml
  • 1c9e1df - Refactor build workflow to use GITHUB_BASE_REF
  • 53c1301 - Lint workflows
  • fca9e3a - [StepSecurity] ci: Harden GitHub Actions
  • bfdcb62 - Remove PHPSTAN_BOT_TOKEN from checkout step
  • bb6479c - React on issues opened and fall back to issue body
  • 10e8509 - Add CLAUDE.md to export-ignore in .gitattributes
  • 2202890 - Add CLAUDE.md with project documentation for AI assistants
  • ffd7013 - Add Claude React on Comment workflow
Commits
  • f5dc20f Fix #[RequiresPhpunit] version requirement being evaluated against PHP vers...
  • 1e573d3 AttributeVersionRequirementHelper: add defaults to bool parameters (#312)
  • c2f9775 Update actions/cache action to v6 (#311)
  • 933f682 Update actions/cache action to v5.1.0 (#310)
  • 8ec191f Check #[RequiresPhpunit] in the same way we check #[RequiresPhp] (#308)
  • d138088 Implement ClassAttributeRequiresPhpVersionRule (#305)
  • caada62 Update github-actions to v7 (#307)
  • 611a216 Update github-actions to v3.0.1 (#306)
  • 2312495 Extract AttributeVersionRequirementHelper (#304)
  • 952d0ee Warn about incomplete versions in #[RequiresPhp] (#303)
  • Additional commits viewable in compare view

Updates symfony/var-dumper from 8.0.6 to 8.1.2

Release notes

Sourced from symfony/var-dumper's releases.

v8.1.2

Changelog (symfony/var-dumper@v8.1.1...v8.1.2)

v8.1.1

Changelog (symfony/var-dumper@v8.1.0...v8.1.1)

v8.1.0

Changelog (symfony/var-dumper@v8.1.0-BETA1...v8.1.0)

  • no significant changes

v8.1.0-BETA1

Changelog (symfony/var-dumper@v8.0.8...v8.1.0-BETA1)

  • feature #64087 Forward CSP nonce to dump() instead of disabling CSP (@​Amoifr)
  • feature #63810 Dump class-strings as class stubs with source location and static properties (@​lyrixx)
  • feature #63762 Add CSP nonce support to HtmlDumper (@​Amoifr)

v8.0.15

Changelog (symfony/var-dumper@v8.0.14...v8.0.15)

v8.0.14

Changelog (symfony/var-dumper@v8.0.9...v8.0.14)

v8.0.8

Changelog (symfony/var-dumper@v8.0.7...v8.0.8)

  • bug #63648 Wrong dumper output for Accept: aplication/json requests (@​rfcdt)
Changelog

Sourced from symfony/var-dumper's changelog.

CHANGELOG

8.2

  • Render dump toggles as <button> elements with aria-expanded, so they can be reached and operated with the keyboard
  • Add a Ctrl/Cmd+Shift+ArrowDown/ArrowUp shortcut to expand or collapse all children of the focused toggle

8.1

  • Allow HtmlDumper::setNonce() to take a distinct style nonce alongside the script nonce
  • Dump class-strings as class stubs with source location and static properties

7.4

  • Add support for adding more default casters to AbstractCloner::addDefaultCasters()
  • Select HtmlDumper only if Accept header contains "html"

7.3

  • Add casters for Dba\Connection, SQLite3Result, OpenSSLAsymmetricKey and OpenSSLCertificateSigningRequest
  • Deprecate ResourceCaster::castCurl(), ResourceCaster::castGd() and ResourceCaster::castOpensslX509()
  • Mark all casters as @internal

7.2

  • Add support for FORCE_COLOR environment variable
  • Add support for virtual properties

7.1

  • Add support for new DOM extension classes in DOMCaster

7.0

  • Add argument $label to VarDumper::dump()
  • Require explicit argument when calling VarDumper::setHandler()
  • Remove display of backtrace in Twig_Template, only Twig\Template is supported

6.4

  • Dump uninitialized properties

... (truncated)

Commits

Updates phpunit/phpunit from 13.0.5 to 13.3.1

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 13.3.1

Changed

  • Invoking a static hook method such as setUpBeforeClass() no longer triggers a deprecation warning on PHP 8.6

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

Keep up to date with PHPUnit:

PHPUnit 13.3.0

Added

  • #3794: Filesystem-based code coverage targeting
  • #5758: Make export of objects customizable
  • #6546: Both property hooks can now be configured on test doubles of virtual hooked properties, even when the doubled property only declares one of them
  • #6586: Custom code coverage driver support
  • #6591: Repeated test execution using --repeat CLI option and #[Repeat] attribute
  • #6701: Allow expectOutputString() and expectOutputRegex() to be combined and repeated
  • #6710: Deprecation Filters
  • #6722: Allow #[CoversNothing] on methods
  • #6742: Retry failing tests up to N times using --retry CLI option #[Retry] attribute
  • #6827: Customize which deprecation trigger types fail the test run
  • #6830: Warn when failOnAllIssues="true" is combined with an explicitly disabled fine-grained failOn* setting
  • #6832: Allow doubling properties that do not declare property hooks
  • #6853: Optionally warn when PHP is not configured for development
  • [phpunit/php-code-coverage #1140](sebastianbergmann/php-code-coverage#1140): Class-oriented HTML report
  • [phpunit/php-code-coverage #1141](sebastianbergmann/php-code-coverage#1141): Improve visualization of branch coverage and path coverage in the HTML report
  • [phpunit/php-code-coverage #1153](sebastianbergmann/php-code-coverage#1153): Filter HTML code coverage report by test size
  • --record-test-run-history and --do-not-record-test-run-history CLI options as well as the recordTestRunHistory attribute for the XML configuration file to control whether the status and duration of each test are recorded for use by --order-by defects and --order-by duration-*
  • --without-class-view CLI option and classView attribute for the XML configuration file to disable the class-oriented view in the HTML code coverage report
  • --without-file-view CLI option and fileView attribute for the XML configuration file to disable the file-oriented view in the HTML code coverage report
  • {PWD} is now substituted with the directory of the PHPT test file in --ENV-- and --INI-- sections of PHPT test files
  • {TMP} (system directory for temporary files) and {ENV:name} (value of environment variable name) are now substituted in --INI-- sections of PHPT test files
  • A PHPT test whose --INI-- section references an environment variable that is not set is now skipped
  • A --SKIPIF-- section of a PHPT test file that prints xfail <reason> now marks the test as expected to fail, as if the PHPT test file had an --XFAIL-- section with that reason

Changed

  • [phpunit/php-code-coverage #1231](sebastianbergmann/php-code-coverage#1231): Identify dead code using static analysis
  • [phpunit/php-code-coverage #1259](sebastianbergmann/php-code-coverage#1259): Degrade gracefully when a source file cannot be parsed
  • The test runner no longer crashes when an attribute cannot be instantiated
  • Improved TestDox HTML report
  • The feature formerly named "test result cache" is now named "test run history"; when a cache directory is configured, the file it is stored in is now named test-run-history instead of test-results
  • The test runner warns now when ordering by defects or duration is configured but recording of the test run history is disabled
  • TestCase no longer captures error_log() output for tests that do not use expectErrorLog(), avoiding the cost of setting up error log redirection for every test

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[13.3.1] - 2026-08-13

Changed

  • Invoking a static hook method such as setUpBeforeClass() no longer triggers a deprecation warning on PHP 8.6

[13.3.0] - 2026-08-07

Added

  • #3794: Filesystem-based code coverage targeting
  • #5758: Make export of objects customizable
  • #6546: Both property hooks can now be configured on test doubles of virtual hooked properties, even when the doubled property only declares one of them
  • #6586: Custom code coverage driver support
  • #6591: Repeated test execution using --repeat CLI option and #[Repeat] attribute
  • #6701: Allow expectOutputString() and expectOutputRegex() to be combined and repeated
  • #6710: Deprecation Filters
  • #6722: Allow #[CoversNothing] on methods
  • #6742: Retry failing tests up to N times using --retry CLI option #[Retry] attribute
  • #6827: Customize which deprecation trigger types fail the test run
  • #6830: Warn when failOnAllIssues="true" is combined with an explicitly disabled fine-grained failOn* setting
  • #6832: Allow doubling properties that do not declare property hooks
  • #6853: Optionally warn when PHP is not configured for development
  • [phpunit/php-code-coverage #1140](sebastianbergmann/php-code-coverage#1140): Class-oriented HTML report
  • [phpunit/php-code-coverage #1141](sebastianbergmann/php-code-coverage#1141): Improve visualization of branch coverage and path coverage in the HTML report
  • [phpunit/php-code-coverage #1153](sebastianbergmann/php-code-coverage#1153): Filter HTML code coverage report by test size
  • --record-test-run-history and --do-not-record-test-run-history CLI options as well as the recordTestRunHistory attribute for the XML configuration file to control whether the status and duration of each test are recorded for use by --order-by defects and --order-by duration-*
  • --without-class-view CLI option and classView attribute for the XML configuration file to disable the class-oriented view in the HTML code coverage report
  • --without-file-view CLI option and fileView attribute for the XML configuration file to disable the file-oriented view in the HTML code coverage report
  • {PWD} is now substituted with the directory of the PHPT test file in --ENV-- and --INI-- sections of PHPT test files
  • {TMP} (system directory for temporary files) and {ENV:name} (value of environment variable name) are now substituted in --INI-- sections of PHPT test files
  • A PHPT test whose --INI-- section references an environment variable that is not set is now skipped
  • A --SKIPIF-- section of a PHPT test file that prints xfail <reason> now marks the test as expected to fail, as if the PHPT test file had an --XFAIL-- section with that reason

Changed

  • [phpunit/php-code-coverage #1231](sebastianbergmann/php-code-coverage#1231): Identify dead code using static analysis
  • [phpunit/php-code-coverage #1259](sebastianbergmann/php-code-coverage#1259): Degrade gracefully when a source file cannot be parsed
  • The test runner no longer crashes when an attribute cannot be instantiated
  • Improved TestDox HTML report
  • The feature formerly named "test result cache" is now named "test run history"; when a cache directory is configured, the file it is stored in is now named test-run-history instead of test-results
  • The test runner warns now when ordering by defects or duration is configured but recording of the test run history is disabled
  • TestCase no longer captures error_log() output for tests that do not use expectErrorLog(), avoiding the cost of setting up error log redirection for every test
  • error_log() output from tests without an expectation is no longer echoed (date-stripped) to PHPUnit's output; it goes to the configured error log again, as it did before capture was introduced
  • A test running in process isolation that calls error_log() without expectErrorLog() now produces stderr output in the child process, which the test runner reports as a test error
  • A PHPT test that is expected to fail (--XFAIL-- section or xfail output from the --SKIPIF-- section) but passes is now considered risky; this usually means the expected-failure marker is stale and should be removed
  • A PHPT test whose --SKIPIF-- section produces output that is not recognized is now considered risky; this usually means the skip check itself is broken. The keywords understood by PHP's own test runner that have no PHPUnit counterpart (info, warn, xleak, flaky, and nocache) are tolerated and do not make the test risky
  • PHPT tests now run with additional INI defaults for deterministic output (date.timezone=UTC, display_startup_errors=1, fatal_error_backtraces=Off, ignore_repeated_errors=0, precision=14, serialize_precision=-1), consistent with PHP's own test runner; all of them can be overridden per test using the --INI-- section

... (truncated)

Commits
  • fc02493 Prepare release
  • e29a704 Update dependencies
  • 04157ce Do not pass object to ReflectionMethod::invoke() for static hook methods (whi...
  • 7efd432 Revert "Do not report deprecations triggered by myclabs/deep-copy"
  • a2048e9 Merge branch '12.5' into 13.3
  • 83be0fc Merge branch '11.5' into 12.5
  • 9375d10 Merge branch '10.5' into 11.5
  • bbd3c83 Update dependencies
  • dbc02ef Make closure comparison test independent of PHP 8.6 closure reuse
  • 5d20f13 Do not report deprecations triggered by myclabs/deep-copy
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 4.0.2 to 4.0.4

Release notes

Sourced from squizlabs/php_codesniffer's releases.

4.0.4 - 2026-08-06

The 4.0.2 release, the 4.0.3 and the 4.0.4 release are 100% the same (aside from the version number), there was just a slight snafu in the release publication on GitHub (missing PHAR assets). Sorry for the confusion.

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[4.0.4] - 2026-08-06

The 4.0.2 release, the 4.0.3 and the 4.0.4 release are 100% the same, there was just a slight snafu in the release publication on GitHub. Sorry for the confusion.

[4.0.3] - 2026-08-06

WITHDRAWN

Commits
  • bbdc3d0 Merge branch '3.x' into 4.x
  • 3d9e4c6 Merge pull request #1471 from PHPCSStandards/feature/update-gpg-key-info
  • 0c3dc35 Changelog: add release links
  • ddc0bf9 Changelog update for 4.0.3 + 4.0.4
  • 09a2847 Config: update version nr to next
  • aa43975 Merge branch '3.x' into 4.x
  • 29a0859 Config: update version nr to next
  • 305aebb Update for new GPG keys
  • See full diff in compare view

Updates phpstan/phpstan from 2.1.44 to 2.2.8

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 all-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [illuminate/collections](https://github.com/illuminate/collections) | `13.2.0` | `13.25.0` |
| [nesbot/carbon](https://github.com/CarbonPHP/carbon) | `3.11.3` | `3.13.2` |
| [symfony/string](https://github.com/symfony/string) | `8.0.6` | `8.1.2` |
| [psy/psysh](https://github.com/bobthecow/psysh) | `0.12.22` | `0.12.24` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `2.0.16` | `2.0.18` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `8.0.6` | `8.1.2` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `13.0.5` | `13.3.1` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `4.0.2` | `4.0.4` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) | `2.1.44` | `2.2.8` |


Updates `illuminate/collections` from 13.2.0 to 13.25.0
- [Commits](illuminate/collections@v13.2.0...v13.25.0)

Updates `nesbot/carbon` from 3.11.3 to 3.13.2
- [Release notes](https://github.com/CarbonPHP/carbon/releases)
- [Commits](CarbonPHP/carbon@3.11.3...3.13.2)

Updates `symfony/string` from 8.0.6 to 8.1.2
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/8.2/CHANGELOG.md)
- [Commits](symfony/string@v8.0.6...v8.1.2)

Updates `psy/psysh` from 0.12.22 to 0.12.24
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.12.22...v0.12.24)

Updates `phpstan/phpstan-phpunit` from 2.0.16 to 2.0.18
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@2.0.16...2.0.18)

Updates `symfony/var-dumper` from 8.0.6 to 8.1.2
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/8.2/CHANGELOG.md)
- [Commits](symfony/var-dumper@v8.0.6...v8.1.2)

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

Updates `squizlabs/php_codesniffer` from 4.0.2 to 4.0.4
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-4.x.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@4.0.2...4.0.4)

Updates `phpstan/phpstan` from 2.1.44 to 2.2.8
- [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits)

---
updated-dependencies:
- dependency-name: illuminate/collections
  dependency-version: 13.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: nesbot/carbon
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: symfony/string
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: psy/psysh
  dependency-version: 0.12.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-version: 2.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: symfony/var-dumper
  dependency-version: 8.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 13.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 4.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: phpstan/phpstan
  dependency-version: 2.2.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-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 17, 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