Skip to content

Commit

Permalink
Add dev dependencies, license and homepage to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-lunaweb committed Apr 29, 2014
1 parent 436e138 commit 4e0dbee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "dailymotion/cloudkey-php",
"description": "Dailymotion Cloud API PHP bindings",
"homepage": "https://www.dmcloud.net/doc/api/sdk-php.html",
"license": "LGPL-3.0",
"require":
{
"php": ">=5.3.0"
},
"require-dev":
{
"phpunit/phpunit": "4.0.17"
},
"autoload":
{
"classmap": ["CloudKey.php"]
Expand Down

0 comments on commit 4e0dbee

Please sign in to comment.