-
### Description
Hi!
I believe PHP ecosystem needs proper observability components and Symfony could be a driver to spread some awareness and expertise on that topic.
This is a key part of microserv…
-
As @stof explained in #817:
> I suggest using a possessive quantifier to improve the route matching performance (Symfony generates possessive quantifiers for its builtin requirements, but custom on…
-
Hello,
in several trainings the desire was expressed to provide a **graphical representation of the version history in the documentation**.
In addition, the specification of the supported PHP versio…
-
Symfony 6.3 has been released last week: https://symfony.com/blog/symfony-6-3-curated-new-features
It comes with an handy new feature: [the scheduler component](https://symfony.com/blog/new-in-symf…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle …
-
These interfaces from `symfony/messenger` are deprecated in Symfony 6.2 in favor of the `AsMessageHandler` attribute.
See https://github.com/symfony/symfony/pull/47068
-
@TomasVotruba
Currently, using version numbers like "1.0.0" and "1.0.0.72" might be confusing, as according to Semantic Versioning standards, "1.0.0" and "1.0.0.72" should be considered as the same …
-
### Symfony version(s) affected
6.2
### Description
Hardtype in Validator has priority over asserts.
Is this normal, or is it a problem and the opposite should be happening?
In my case, `…
-
Hello,
In SF 6.3 we will have feature https://symfony.com/blog/new-in-symfony-6-3-mapping-request-data-to-typed-objects
but RequestPayloadValueResolver resolver requires Only interfaces from sym…
-
Since 4.0.0 this extension bundles some popular libraries. In PHP each class and function can be defined only once, so this will create errors if there is other plugin doing the same, or someone is al…