Skip to content

Bump the composer group across 1 directory with 3 updates#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/find-replace/composer-f723b85693
Open

Bump the composer group across 1 directory with 3 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/find-replace/composer-f723b85693

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the composer group with 3 updates in the /find-replace directory: phpunit/phpunit, symfony/http-foundation and symfony/http-kernel.

Updates phpunit/phpunit from 4.5.0 to 8.5.52

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 8.5.52

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

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

Keep up to date with PHPUnit:

PHPUnit 8.5.51

Changed

  • PHPUnit\Framework\MockObject exceptions subtypes of PHPUnit\Exception

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

Keep up to date with PHPUnit:

PHPUnit 8.5.50

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #1139

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

Keep up to date with PHPUnit:

PHPUnit 8.5.49

  • No changes; phpunit.phar rebuilt with updated dependencies

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

Keep up to date with PHPUnit:

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[8.5.52] - 2026-01-27

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

[8.5.51] - 2026-01-24

Changed

  • PHPUnit\Framework\MockObject exceptions are now subtypes of PHPUnit\Exception

[8.5.50] - 2025-12-06

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #1139

[8.5.49] - 2025-12-01

  • No changes; phpunit.phar rebuilt with updated dependencies

[8.5.48] - 2025-09-24

  • No changes; phpunit.phar rebuilt with updated dependencies

[8.5.47] - 2025-09-23

  • No changes; phpunit.phar rebuilt with updated dependencies

[8.5.46] - 2025-09-14

Changed

  • #6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

[8.5.45] - 2025-09-11

Changed

  • Implement __serialize() in addition to __sleep() (which will be deprecated in PHP 8.5)

[8.5.44] - 2025-08-20

Changed

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

[8.5.43] - 2025-08-10

Changed

... (truncated)

Commits

Updates symfony/http-foundation from 2.6.4 to 2.8.52

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

8.0

  • Drop HTTP method override support for methods GET, HEAD, CONNECT and TRACE
  • Add argument $subtypeFallback to Request::getFormat()
  • Remove the following deprecated session options from NativeSessionStorage: referer_check, use_only_cookies, use_trans_sid, sid_length, sid_bits_per_character, trans_sid_hosts, trans_sid_tags
  • Trigger PHP warning when using Request::sendHeaders() after headers have already been sent; use a StreamedResponse instead
  • Add arguments $v4Bytes and $v6Bytes to IpUtils::anonymize()
  • Add argument $partitioned to ResponseHeaderBag::clearCookie()
  • Add argument $expiration to UriSigner::sign()
  • Remove Request::get(), use properties ->attributes, query or request directly instead
  • Remove accepting null $format argument to Request::setFormat()

7.4

  • Add #[WithHttpStatus] to define status codes: 404 for SignedUriException and 403 for ExpiredSignedUriException
  • Add support for the QUERY HTTP method
  • Add support for structured MIME suffix
  • Add Request::set/getAllowedHttpMethodOverride() to list which HTTP methods can be overridden
  • Deprecate using Request::sendHeaders() after headers have already been sent; use a StreamedResponse instead
  • Deprecate method Request::get(), use properties ->attributes, query or request directly instead
  • Make Request::createFromGlobals() parse the body of PUT, DELETE, PATCH and QUERY requests
  • Deprecate HTTP method override for methods GET, HEAD, CONNECT and TRACE; it will be ignored in Symfony 8.0
  • Deprecate accepting null $format argument to Request::setFormat()

7.3

  • Add support for iterable of string in StreamedResponse
  • Add EventStreamResponse and ServerEvent classes to streamline server event streaming
  • Add support for valkey: / valkeys: schemes for sessions
  • Request::getPreferredLanguage() now favors a more preferred language above exactly matching a locale
  • Allow UriSigner to use a ClockInterface
  • Add UriSigner::verify()

7.2

  • Add optional $requests parameter to RequestStack::__construct()
  • Add optional $v4Bytes and $v6Bytes parameters to IpUtils::anonymize()
  • Add PRIVATE_SUBNETS as a shortcut for private IP address ranges to Request::setTrustedProxies()
  • Deprecate passing referer_check, use_only_cookies, use_trans_sid, trans_sid_hosts, trans_sid_tags, sid_bits_per_character and sid_length options to NativeSessionStorage

7.1

... (truncated)

Commits
  • 3929d9f [HttpFoundation] fix guessing mime-types of files with leading dash
  • 746f8d3 security #cve-2019-10913 [HttpFoundation] reject invalid method override (nic...
  • d0ab719 Doc fix: clarify isMethodCacheable() returns true only for GET & HEAD
  • fdc6033 [HttpFoundation] Fix trailing space for mime-type with parameters
  • f54b7ef Bump phpunit XSD version to 5.2
  • de165b3 bug #29057 [HttpFoundation] replace any preexisting Content-Type headers (nic...
  • b99c30b [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean
  • 50c6a43 [HttpFoundation] replace any preexisting Content-Type headers
  • 0b6eb97 minor #28938 Revert "fixed CS" (keradus)
  • 90c66c5 minor #29013 [HTTP Foundtation] Fix useless space in docblock (ismail1432)
  • Additional commits viewable in compare view

Updates symfony/http-kernel from 2.6.4 to 2.8.21

Changelog

Sourced from symfony/http-kernel's changelog.

CHANGELOG

8.1

  • Add support for UploadedFile when using MapRequestPayload
  • Add support for bundles as compiler pass
  • Add support for SOURCE_DATE_EPOCH environment variable
  • Add property $controllerArgumentsEvent to ResponseEvent
  • Add Request attribute _controller_attributes to decouple controller attributes from their source code
  • Return attributes as a flat list when using Controller[Arguments]Event::getAttributes('*')
  • Pass request and args variables to Cache attribute expressions containing the Request object and controller arguments
  • Allow using closures with the Cache attribute
  • Allow setting a condition when the Cache attribute should be applied
  • Deprecate passing a non-flat list of attributes to Controller::setController()
  • Deprecate the Symfony\Component\HttpKernel\DependencyInjection\Extension class, use the parent Symfony\Component\DependencyInjection\Extension\Extension class instead

8.0

  • Remove AddAnnotatedClassesToCachePass
  • Remove Extension::getAnnotatedClassesToCompile() and Extension::addAnnotatedClassesToCompile()
  • Remove Kernel::getAnnotatedClassesToCompile() and Kernel::setAnnotatedClassCache()
  • Make ServicesResetter class final
  • Add argument $logChannel to ErrorListener::logException()
  • Add argument $event to DumpListener::configure()
  • Replace __sleep/wakeup() by __(un)serialize() on kernels and data collectors
  • Add method getShareDir() to KernelInterface

7.4

  • Add support for the QUERY HTTP method
  • Deprecate implementing __sleep/wakeup() on kernels; use __(un)serialize() instead
  • Deprecate implementing __sleep/wakeup() on data collectors; use __(un)serialize() instead
  • Add #[IsSignatureValid] attribute to validate URI signatures
  • Make Profile final and Profiler::__sleep() internal
  • Collect the application runner class
  • Allow configuring DumpListener to use a different dumper when CLI profiling is enabled

7.3

  • Record a waiting trace in the HttpCache when the cache had to wait for another request to finish
  • Add $key argument to #[MapQueryString] that allows using a specific key for argument resolving
  • Support Uid in #[MapQueryParameter]
  • Add ServicesResetterInterface, implemented by ServicesResetter
  • Allow configuring the logging channel per type of exceptions in ErrorListener

... (truncated)

Commits
  • ae9dd4c updated VERSION for 2.8.21
  • b507802 bumped Symfony version to 2.8.21
  • 30813aa updated VERSION for 2.8.20
  • 28f1de9 Merge branch '2.7' into 2.8
  • f568ba8 Fix minor phpdoc mismatches with the code(detected by phan)
  • ee82058 Merge branch '2.7' into 2.8
  • eb3ea07 fail when detecting risky tests
  • 426cf28 bumped Symfony version to 2.8.20
  • 3256e9e updated VERSION for 2.8.19
  • 9051d89 bumped Symfony version to 2.7.27
  • Additional commits viewable 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 3 updates in the /find-replace directory: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [symfony/http-foundation](https://github.com/symfony/http-foundation) and [symfony/http-kernel](https://github.com/symfony/http-kernel).


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

Updates `symfony/http-foundation` from 2.6.4 to 2.8.52
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/8.1/CHANGELOG.md)
- [Commits](symfony/http-foundation@v2.6.4...v2.8.52)

Updates `symfony/http-kernel` from 2.6.4 to 2.8.21
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/8.1/CHANGELOG.md)
- [Commits](symfony/http-kernel@v2.6.4...v2.8.21)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-version: 8.5.52
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-version: 2.8.52
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-version: 2.8.21
  dependency-type: indirect
  dependency-group: composer
...

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 Jan 27, 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