blob: 570dac50b0d6c39698e6de59291374b394a31bee [file] [log] [blame]
{
"name": "predictionio/predictionio",
"type": "library",
"description": "Apache PredictionIO API PHP Client",
"keywords": [
"predictionio",
"rest",
"restful",
"web service",
"prediction",
"recommendation"
],
"homepage": "http://predictionio.apache.org",
"license": "Apache-2.0",
"authors": [
{
"name": "Apache PredictionIO",
"email": "user@predictionio.apache.org",
"homepage": "http://predictionio.apache.org"
}
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.1"
},
"require-dev": {
"symfony/class-loader": "~2.3",
"phpunit/phpunit": "^4.7"
},
"autoload": {
"psr-4": {
"predictionio\\": "src/predictionio/"
}
}
}