Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 743 Bytes

2023-11-30-symfony-7.md

File metadata and controls

10 lines (10 loc) · 743 Bytes
title issue
Upgrade to symfony 7
NEXT-30687

Core

  • Changed symfony version to 7.0, for now only symfony/console component is still allowed in v6.4, because of an issue with composer, but we will increase the minimum version there as well when the composer issue is resolved.
  • Removed parent class MessageSubscriberInterface from abstract ScheduledTaskHandler class, use #[AsMessageHandler] attribute instead
  • Removed unused class Shopware\Core\Framework\Struct\Serializer\StructDecoder
  • Removed CommandTestBehaviour test trait, use symfony's CommandTester instead
  • Removed dependency on dg/bypass-finals package and removed bypassFinals on TestBootstrapper