title | issue |
---|---|
Upgrade to symfony 7 |
NEXT-30687 |
- 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 abstractScheduledTaskHandler
class, use #[AsMessageHandler] attribute instead - Removed unused class
Shopware\Core\Framework\Struct\Serializer\StructDecoder
- Removed
CommandTestBehaviour
test trait, use symfony'sCommandTester
instead - Removed dependency on
dg/bypass-finals
package and removedbypassFinals
onTestBootstrapper