| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Updated all composer.json files to require Symfony components with versions ^6.0 or ^7.0, removing support for older versions. This ensures compatibility with the latest Symfony releases and streamlines dependency management across the project.
Removed usage of CacheableSupportsMethodInterface, ContextAwareDenormalizerInterface, and ContextAwareNormalizerInterface from the Serializer class. Updated type hints and method signatures for compatibility, and replaced instanceof checks with method_exists for hasCacheableSupportsMethod. Added getSupportedTypes method to align with Symfony 7+ expectations.
| Back | FazBrowse Home | New Git URL |
Updated all composer.json files to require Symfony components with versions ^6.0 or ^7.0, removing support for older versions. This ensures compatibility with the latest Symfony releases and streamlines dependency management across the project.