{
"name": "mikehaertl/php-shellcommand",
"description": "An object oriented interface to shell commands",
"keywords": ["shell"],
"license": "MIT",
"authors": [
{
"name": "Michael Härtl",
"email": "haertl.mike@gmail.com"
}
],
"require": {
"php": ">= 5.4.0"
},
"autoload": {
"psr-4": {
"mikehaertl\\shellcommand\\": "src/"
}
}
}