core
core copied to clipboard
chore: remove 3.4 deprecation
| Q | A |
|---|---|
| Branch? | 4.1 |
| Tickets | - |
| License | MIT |
| Doc PR | - |
This must be the last deprecation :
- Remove GraphQL Playground
- Remove
phpdocumentor/reflection-docblockin favor ofphpstan/phpdoc-parser
should we target main instead for these? I'm not sure we cover the bc on every parameters that get removed in this patch
I think that apart from what concerns the json format for OpenAPI (which breaks the tests btw), the rest can stay in 4.1. I can extract what concerns OpenAPI in another PR to main and keep the rest here for 4.1. WDYT ?
yes this would be perfect! Also could you point me to why we remove the graphql-playground ?
To keep only GraphiQL : https://github.com/api-platform/core/pull/5309
Thanks a lot @maxhelias !