-
Notifications
You must be signed in to change notification settings - Fork 84
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
replace WurflCache with doctrine/cache #174
Comments
PSR-6 was a bit of a failure by many accounts, and I believe a new caching standard has recently been accepted (PSR-16) that resolves the issues with PSR-6. |
Then I would use scrapbook. |
I'd suggest we use |
Could you post a coment here, if that package is ready for use? |
yup, 'course |
I dont think your package is usable here, because it doesn't support PHP versions below 7.1. |
We can always bump minimum version to 7.1 ;) |
I dont want to support the WurflCache package any longer. For this the package should be replaced with the PSR-6 compliant php-cache package.
The text was updated successfully, but these errors were encountered: