samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
39 stars 15 forks source link

Update psr/cache requirment to include v2 and v3 #56

Closed samwilson closed 1 year ago

samwilson commented 1 year ago

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

mcrauwel commented 1 year ago

works for me https://github.com/samwilson/phpflickr/issues/55#issuecomment-1387038230