Fix formatting in UPGRADE-2.0.md (#18844)

| Q               | A
|-----------------|-----
| Branch?         | 2.x
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | no
| License         | MIT


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added autocomplete functionality and live component support for
enhanced interactivity.
* Introduced Twig hooks and component bundles for improved template
flexibility.
* New messenger transports configured for optimized payment request
handling.

* **Chores**
  * Updated routing configuration for shop and payment operations.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Kamil Grygierzec 2026-03-06 09:14:38 +01:00 committed by GitHub
commit d80f949b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,7 +163,7 @@ sylius_shop_payum:
- resource: "@SyliusShopBundle/Resources/config/routing/payum.yml"
+ resource: "@SyliusPayumBundle/Resources/config/routing/integrations/sylius_shop.yaml"
sylius_payment_notify:
+sylius_payment_notify:
+ resource: "@SyliusPaymentBundle/Resources/config/routing/integrations/sylius.yaml"
```
@ -202,6 +202,7 @@ return [
+ Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true],
+ Symfony\UX\Autocomplete\AutocompleteBundle::class => ['all' => true],
];
```
* New Symfony/Messenger transports for handling payment requests have been added.
Therefore, you need to add the following configuration to your .env file: