X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/ralouphie/mimey
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
ralouphie
/
mimey
/
📁
..
📄
.codeclimate.yml
(104 B)
📄
.gitignore
(61 B)
📄
.travis.yml
(212 B)
📁
bin
📄
composer.json
(554 B)
📄
license
(1.05 KB)
📄
mime.types
(59.42 KB)
📄
mime.types.custom
(586 B)
📄
mime.types.php
(129.28 KB)
📄
phpunit.xml
(422 B)
📄
readme.md
(3.43 KB)
📁
src
📁
tests
Editing: composer.json
{ "name": "ralouphie/mimey", "description": "PHP package for converting file extensions to MIME types and vice versa.", "license": "MIT", "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "require": { "php": "^5.4|^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5", "php-coveralls/php-coveralls": "^1.1" }, "autoload": { "psr-4": { "Mimey\\": "src/" } }, "autoload-dev": { "psr-4": { "Mimey\\Tests\\": "tests/src/" } } }
Upload File
Create Folder