The src/MimeType.php class is generated from jshttp/mime-db.
To update to the latest version:
- Update the version and commit hash in the
repositoriessection ofcomposer.json - Run
composer update jshttp/mime-db - Run
php hack/generate-mime-types.php - Run the tests to verify:
vendor/bin/phpunit tests/MimeTypeTest.php