imagehash icon indicating copy to clipboard operation
imagehash copied to clipboard

Upgrade minimum PHP version and dependencies

Open pataar opened this issue 5 months ago • 0 comments

I got a bit carried away due the fact that the new intervention/image version requires PHP 8.1.

Closes #85

This PR contains the following changes:

  • Upgrade intervention/image to major version 3
  • Upgrade phpunit/phpunit to major version 10
  • Make properties typed
  • Fix a deprecation warning when using a float value as modulo divisor
  • Bump the minimum PHP version to 8.1
  • Bump Github Actions to their supported versions

This is how it went:

https://github.com/jenssegers/imagehash/assets/3403851/87ef5f46-5868-4219-9bde-a85933b892a9

pataar avatar Jan 31 '24 20:01 pataar