37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "joshtronic/pickles",
|
|
"description": "Pickles is a PHP framework for building kick-ass services",
|
|
"type": "library",
|
|
"keywords": ["framework", "api", "soa", "oauth"],
|
|
"homepage": "http://picklesphp.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Josh Sherman",
|
|
"email": "josh@gravityblvd.com",
|
|
"homepage": "http://joshtronic.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joshtronic/pickles/issues",
|
|
"source": "https://github.com/joshtronic/pickles"
|
|
},
|
|
"minimum-stability" : "dev",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "dev-master",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"league/oauth2-server": "4.0.x-dev"
|
|
},
|
|
"suggest": {
|
|
"mongodb/mongo-php-driver": "Required to use the Mongo storage engine",
|
|
"predis/predis": "Required to use the Redis storage engine"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pickles\\" : "src/"
|
|
}
|
|
}
|
|
}
|