Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Development Scripts

Regenerating MIME Types

The src/MimeType.php class is generated from jshttp/mime-db.

To update to the latest version:

  1. Update the version and commit hash in the repositories section of composer.json
  2. Run composer update jshttp/mime-db
  3. Run php hack/generate-mime-types.php
  4. Run the tests to verify: vendor/bin/phpunit tests/MimeTypeTest.php