composer.json
{
"name": "gielfeldt/shutdownhandler",
"type": "library",
"description": "Shutdown Handler.",
"keywords": ["destructor", "shutdown", "handler"],
"homepage": "https://github.com/gielfeldt/shutdownhandler",
"license": "MIT",
"authors": [
{
"name": "Thomas Gielfeldt",
"email": "thomas@gielfeldt.dk"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": { "Gielfeldt\\ShutdownHandler\\": "src/" }
}
}