tipo: modificación del cpanel y gitignore de la carpeta vendor
This commit is contained in:
Vendored
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "openpay/sdk",
|
||||
"description": "This is a client implementing the payment services for Openpay at openpay.mx",
|
||||
"type": "library",
|
||||
"minimum-stability": "dev",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Openpay",
|
||||
"homepage": "https://www.openpay.mx/",
|
||||
"email": "soporte@openpay.mx"
|
||||
},
|
||||
{
|
||||
"name": "Federico Balderas",
|
||||
"homepage": "https://openpay.mx/",
|
||||
"email": "plugins@openpay.mx"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2.1",
|
||||
"ext-curl": "*",
|
||||
"ext-hash": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.8.*"
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/open-pay/openpay-php/issues"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Openpay\\": "Openpay/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user