Skip to content

build(deps-dev): update symfony/http-kernel requirement from ^6.4 to ^6.4 || ^8.0#245

Merged
mergify[bot] merged 1 commit intomasterfrom
dependabot/composer/symfony/http-kernel-tw-6.4or-tw-8.0
Apr 3, 2026
Merged

build(deps-dev): update symfony/http-kernel requirement from ^6.4 to ^6.4 || ^8.0#245
mergify[bot] merged 1 commit intomasterfrom
dependabot/composer/symfony/http-kernel-tw-6.4or-tw-8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Updates the requirements on symfony/http-kernel to permit the latest version.

Release notes

Sourced from symfony/http-kernel's releases.

v8.0.8

Changelog (symfony/http-kernel@v8.0.7...v8.0.8)

Changelog

Sourced from symfony/http-kernel's changelog.

CHANGELOG

8.1

  • Add #[MapRequestHeader] to map a header from Request to a controller argument
  • Add hasErrors() method to Profile to track profiles with errors (exceptions or error-level logs)
  • Validate typed route parameters before calling controllers and return an HTTP error when an invalid value is provided
  • Add ControllerAttributeEvent et al. to dispatch events named after controller attributes
  • Add support for UploadedFile when using MapRequestPayload
  • Add support for bundles as compiler pass
  • Add support for SOURCE_DATE_EPOCH environment variable
  • Add property $controllerMetadata to several kernel events to give listeners access to controller metadata
  • 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
  • Add ControllerEvent::evaluate() et al. to help with evaluating expressions or closures in controller attributes
  • 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
  • Allow using Expression or \Closure for validationGroups in #[MapRequestPayload] and #[MapQueryString]
  • Deprecate passing a ControllerArgumentsEvent to the ViewEvent constructor; pass a ControllerArgumentsMetadata instead
  • Support variadic argument with #[MapRequestPayload]
  • Add #[Serialize] to serialize values returned by controllers
  • Add argument $mapWhenEmpty to MapQueryString and MapRequestPayload for always attempting denormalization with empty query and request payload
  • Deprecate Bundle::registerCommands(), use the #[AsCommand] attribute or the console.command service tag instead of overriding this method
  • Deprecate BundleInterface, use the one from the DependencyInjection component instead
  • Deprecate MergeExtensionConfigurationPass, use the one from the DependencyInjection component instead
  • Deprecate FileLocator, use the one from the DependencyInjection component 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

... (truncated)

Commits
  • 1770f68 Update VERSION for 8.0.8
  • 137a102 Merge branch '7.4' into 8.0
  • 8db6d29 minor #63750 Configure deprecation triggers (derrabus)
  • ebeecac [HttpKernel] Fix merge conflict resolution
  • c2338ef Merge branch '7.4' into 8.0
  • b4b49fd Merge branch '6.4' into 7.4
  • 4c41485 Configure deprecation triggers
  • b22a712 [HttpKernel] Fix allowing invalid #[Autowire] references in controller argu...
  • d561f74 Merge branch '7.4' into 8.0
  • facf9cd Merge branch '6.4' into 7.4
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [symfony/http-kernel](https://github.com/symfony/http-kernel) to permit the latest version.
- [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@v6.4.0...v8.0.8)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-version: 8.0.8
  dependency-type: direct:development
...

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 Apr 3, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (159e483) to head (1d0a5fb).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##             master    #245   +/-   ##
========================================
  Coverage      0.00%   0.00%           
  Complexity     8611    8611           
========================================
  Files           898     898           
  Lines         16117   16117           
========================================
  Misses        16117   16117           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mergify mergify bot merged commit 28afbb3 into master Apr 3, 2026
16 checks passed
@mergify mergify bot deleted the dependabot/composer/symfony/http-kernel-tw-6.4or-tw-8.0 branch April 3, 2026 13:44
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