{
"name": "redbox/hydrate",
"description": " ",
"keywords": [],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Johnny Mast",
"email": "mastjohnny@gmail.com",
"homepage": "https://github.com/johnnymast",
"role": "lead"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.6"
},
"autoload": {
"files": ["src/helpers/Hydrator.php"],
"psr-4": {
"Redbox\\Hydrate\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Redbox\\Hydrate\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
}
}
|