-
Notifications
You must be signed in to change notification settings - Fork 15
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
dependency issue upgrading to Symfony 6.2 #55
Comments
Hmm. Maybe we can do |
Well that sounds hopeful. I'll test later and see how it goes. Maybe it'll be super simple. :-) |
Also updates the cache implementation used in the example file because tedvium/stash doesn't yet support the new versions of psr/cacche. Fix a bug with the cache example which was using the 'test' API call, which declares itself as 'nocache'. Instead, call it manually (with the default of nocache=false). Refs #55
I've updated the psr/cache version requirement, see what you think of #56. |
that does the trick!
works like a charm! |
Also updates the cache implementation used in the example file because tedvium/stash doesn't yet support the new versions of psr/cacche. Fix a bug with the cache example which was using the 'test' API call, which declares itself as 'nocache'. Instead, call it manually (with the default of nocache=false). Refs #55
Great, thanks for testing. I've made a new release. |
🙇 |
Symfony 6.2 requires
psr/cache
^2
or^3
while phpflickr requirespsr/cache
^1
Composer update snippets...
When upgrading from Symfony 5.4 to 6.2
When changing the requirement for
psr/cache
from^1
->^3
The text was updated successfully, but these errors were encountered: