Releases: dfridrich/PhpMimeType
Releases · dfridrich/PhpMimeType
PHP 8.2+ and Symfony 7.0 support
v3.0.0: Merge pull request #10 from dfridrich/php-8.1
- Support for PHP 8.0 and 8.1
- Minimal version of PHP is now 7.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v2.0.0-alpha
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