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

Upgraded code base to support PHP 8.0 & PHPUnit 9 #47

Closed carlos-mg89 closed 2 years ago

carlos-mg89 commented 2 years ago

I've created a new PR, since I'm going to make more changes in my personal fork at the master branch. Plus, I've added PHP 7.3 again.

I need to make it PHP 8 only, due to psr/cache requiring it, and I need to use Symfony 6.

So this PR replaces https://github.com/samwilson/phpflickr/pull/46