Skip to content

Commit

Permalink
add require and autoload section
Browse files Browse the repository at this point in the history
  • Loading branch information
latik committed Apr 7, 2015
1 parent a7f8c41 commit 37af7bf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@
"name": "Latik",
"email": "[email protected]"
}
]
],
"require": {
"php": ">= 5.2.0",
"ext-curl": "*"
},
"autoload": {
"files": [
"TopSdk.php"
]
}
}

0 comments on commit 37af7bf

Please sign in to comment.