Skip to content

v1.1.0

Compare
Choose a tag to compare
@ericsizemore ericsizemore released this 27 Nov 19:21
· 121 commits to develop since this release

1.1.0 (2023-11-27)

  • Updated composer.json to remove the restriction on PHP 8.3
    • Still a minimum of PHP 8.1
  • composer.lock updated
  • data/mime.types and dist/* data updated with latest mime type data
  • Updated all calls to global PHP functions and classes, that aren't imported, with the \ prefix
  • Updated tests/src/MimeTypesTest.php to use ReflectionClass instead of ReflectionProperty to resolve a deprecation issue introduced in PHP 8.3