mirror of
https://codeberg.org/vlw/php-mime-types.git
synced 2025-09-13 18:53:41 +02:00
19 lines
436 B
JSON
Executable file
19 lines
436 B
JSON
Executable file
{
|
|
"name": "vlw/mime-types",
|
|
"description": "RFC 4288 parser, cacher, and abstraction library for PHP",
|
|
"type": "library",
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor@vlw.se"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"vlw\\MimeTypes\\": "src/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|