Skip to content

chore(deps): update symfony/http-kernel requirement from ^7.4 to ^8.0#63

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/http-kernel-tw-8.0
Open

chore(deps): update symfony/http-kernel requirement from ^7.4 to ^8.0#63
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/http-kernel-tw-8.0

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

Sourced from symfony/http-kernel's releases.

v8.0.6

Changelog (symfony/http-kernel@v8.0.5...v8.0.6)

Changelog

Sourced from symfony/http-kernel's changelog.

CHANGELOG

8.1

  • 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

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

... (truncated)

Commits
  • b567e57 Update VERSION for 8.0.6
  • a7fca3e Merge branch '7.4' into 8.0
  • 327c4b9 Merge branch '6.4' into 7.4
  • 291e76d [HttpKernel] Fix default locale ignored when Accept-Language has no enabled-l...
  • 0dd7fa7 Merge branch '7.4' into 8.0
  • f00c2db Merge branch '6.4' into 7.4
  • 4970fcc [Serializer] Fix handling of constructor enum denormalization errors
  • 3a7d1bd Merge branch '7.4' into 8.0
  • 01d57ea Merge branch '6.4' into 7.4
  • b11a019 minor #63409 remove usages of the deprecated any() invoked count expectati...
  • 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@v7.4.0...v8.0.6)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-version: 8.0.6
  dependency-type: direct:production
...

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 Feb 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

Development

Successfully merging this pull request may close these issues.

0 participants