Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
28
vendor/instamojo/instamojo-php/composer.json
vendored
Normal file
28
vendor/instamojo/instamojo-php/composer.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user