Skip to content

Commit

Permalink
Add the composer config file
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Mar 20, 2015
1 parent 646ab26 commit 82971b9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_STORE
nbproject
/vendor/
/composer.lock
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "kraken-io/kraken-php",
"description": "Official Kraken SDK",
"license": "MIT",
"authors": [
{
"name": "Kraken Image Optimizer",
"email": "feedback@kraken.io",
"url": "https://kraken.io"
}
],
"require": {
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-0": {
"Kraken": "lib"
}
}
}

0 comments on commit 82971b9

Please sign in to comment.