Skip to content

Releases: dfridrich/PhpMimeType

PHP 8.2+ and Symfony 7.0 support

09 Dec 10:29
74a85b0
Compare
Choose a tag to compare
Merge pull request #13 from dfridrich/php-8.2

Add PHP 8.2+ and Symfony 7.0 support

v3.0.0: Merge pull request #10 from dfridrich/php-8.1

21 Jun 22:19
8f4725d
Compare
Choose a tag to compare
  • Support for PHP 8.0 and 8.1
  • Minimal version of PHP is now 7.4

v2.0.3

26 Jan 11:25
Compare
Choose a tag to compare
Add mimetypes and more tests

v2.0.2

30 Oct 10:42
Compare
Choose a tag to compare
Add CS fixer config and bin dir for PHPUnit

v2.0.1

31 May 15:05
Compare
Choose a tag to compare
Add sml-joyo to contributors

v2.0.0

02 May 08:00
Compare
Choose a tag to compare
Update install command

v2.0.0-alpha

06 Apr 12:58
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Added

  • Symfony Response support.
  • SplFileInfo and SplFileObject support.
  • Multiple files can be "PhpMimeTyped".
  • All classes moved to namespace Defr\PhpMimeType instead of Defr.
  • Minimal PHP version is 5.6.

Deprecated

  • Defr\MimeType class, use Defr\PhpMimeType\MimeType.

Fixed

  • Files without extension can be passed too.

Removed

  • Old namespace Defr.

Security

  • Nothing

v1.0.1

06 Apr 07:19
Compare
Choose a tag to compare

This closes #4

v1.0

08 Sep 19:51
Compare
Choose a tag to compare
added tests