You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to install the version 3.5 of FOSHttpCacheBundle to make disappear the following deprecation :
"The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "FOS\HttpCacheBundle\DependencyInjection\FOSHttpCacheExtension".
However, I cannot write "friendsofsymfony/http-cache-bundle": "^3.5" in my composer.json file because my project requires stable as minimum-stability.
thanks for the reminder - i never tagged a release with that cleanup. its always difficult to know when more changes will follow and when nothing happens anymore. and when nothing happens, i don't remember to tag a release...
Hi,
I would like to install the version 3.5 of FOSHttpCacheBundle to make disappear the following deprecation :
However, I cannot write
"friendsofsymfony/http-cache-bundle": "^3.5"
in mycomposer.json
file because my project requiresstable
asminimum-stability
.I saw on https://packagist.org/packages/friendsofsymfony/http-cache-bundle that only
3.x-dev
is available for install. Does that mean that version above 3.0.1 are non stable ?Thanks in advance
The text was updated successfully, but these errors were encountered: