29 lines
817 B
JSON
29 lines
817 B
JSON
{
|
|
"name": "instamojo/instamojo-php",
|
|
"type": "library",
|
|
"description": "This is composer wrapper for instamojo-php",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/instamojo/instamojo-php/",
|
|
"keywords": ["instamojo", "php", "api", "wrapper"],
|
|
"authors": [
|
|
{
|
|
"name": "Instamojo and contributors",
|
|
"email": "dev@instamojo.com",
|
|
"homepage": "https://github.com/instamojo/instamojo-php/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Instamojo\\": "src/"
|
|
}
|
|
},
|
|
"support": {
|
|
"issues": "https://github.com/instamojo/instamojo-php/issues",
|
|
"docs": "https://github.com/instamojo/instamojo-php/",
|
|
"email": "support@instamojo.com"
|
|
}
|
|
}
|