Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Versions higher than 3.0.1 are not marked as stable on Packagist #632

Closed
Crovitche-1623 opened this issue Nov 5, 2024 · 3 comments
Closed

Comments

@Crovitche-1623
Copy link

Hi,

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.

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

@Crovitche-1623
Copy link
Author

Nevermind, I think the PR #631 has already solved that problem... I will just wait for the next release.

@dbu
Copy link
Contributor

dbu commented Nov 6, 2024

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...

anyways, here you go https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/releases/tag/3.0.2

@Crovitche-1623
Copy link
Author

Thank you @dbu !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants