27 lines
650 B
JSON
Executable file
27 lines
650 B
JSON
Executable file
{
|
|
"name": "cyberduck/laravel-wp-api",
|
|
"description": "Laravel package for the Wordpress JSON REST API",
|
|
"keywords": ["laravel", "package", "wordpress", "API", "REST"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ben Speakman",
|
|
"email": "ben@cyber-duck.co.uk"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"illuminate/support": "~5.0",
|
|
"guzzlehttp/guzzle": "~4.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/migrations"
|
|
],
|
|
"psr-0": {
|
|
"Cyberduck\\LaravelWpApi\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|