laravel-wp-api/composer.json
2015-07-07 10:31:20 +01:00

24 lines
593 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|~5.1",
"guzzlehttp/guzzle": "~5.0"
},
"autoload": {
"psr-0": {
"Cyberduck\\LaravelWpApi\\": "src/"
}
},
"minimum-stability": "stable"
}