{ "name": "mensbeam/mimesniff", "type": "library", "description": "An implementation of the WHATWG MIME Sniffing specification", "keywords": ["whatwg", "mime", "mimesniff"], "license": "MIT", "authors": [ { "name": "J. King", "email": "jking@jkingweb.ca", "homepage": "https://jkingweb.ca/" } ], "require": { "php": ">=7.1", "psr/http-message": "^1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", "ext-intl": "*" }, "config": { "platform": { "php": "7.1.33" } }, "scripts": { "post-install-cmd": ["@composer bin all install"], "post-update-cmd": ["@composer bin all update"] }, "autoload": { "psr-4": { "MensBeam\\Mime\\": "lib/" } }, "autoload-dev": { "psr-4": { "MensBeam\\Mime\\TestCase\\": "tests/cases/" } } }