Skip to content

Comments

Update symfony/http-kernel requirement from ^6.4 || ^7.4 to ^8.0.5#88

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

Update symfony/http-kernel requirement from ^6.4 || ^7.4 to ^8.0.5#88
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/http-kernel-tw-8.0.5

Conversation

@dependabot
Copy link

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

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

Release notes

Sourced from symfony/http-kernel's releases.

v8.0.5

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

  • no significant changes
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

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](https://github.com/symfony/http-kernel/commits/v8.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 14, 2026 06:12
@sonarqubecloud
Copy link

@hugo-goncalves-kununu
Copy link
Collaborator

@dependabot ignore this major version

@dependabot dependabot bot closed this Feb 18, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 18, 2026

OK, I won't notify you about version 8.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/composer/symfony/http-kernel-tw-8.0.5 branch February 18, 2026 09:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant