spatie / flysystem-dropbox

A flysystem driver for Dropbox that uses the v2 API
https://freek.dev/734-dropbox-will-turn-off-v1-of-their-api-soon-its-time-to-update-your-php-application
MIT License
343 stars 50 forks source link

Support PHP 8 #56

Closed GrahamCampbell closed 3 years ago

GrahamCampbell commented 3 years ago

Adds support for PHP 7.4 and 8.0.

freekmurze commented 3 years ago

Thanks for your work on this. It seems like the tests are still failing, could you take a look at that?

GrahamCampbell commented 3 years ago

The prefer-lowest config should go. All it does it highlight issues with phpunit's own version constraints for its dependencies.

GrahamCampbell commented 3 years ago

Passing now. :)

freekmurze commented 3 years ago

Thanks! Much appreciated!