26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"name": "mikehaertl/php-tmpfile",
|
|
"description": "A convenience class for temporary files",
|
|
"keywords": ["files"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Härtl",
|
|
"email": "haertl.mike@gmail.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"php": ">=5.3.0",
|
|
"phpunit/phpunit": ">4.0 <=9.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mikehaertl\\tmp\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"tests\\": "tests"
|
|
}
|
|
}
|
|
}
|