tipo: modificación del cpanel y gitignore de la carpeta vendor

This commit is contained in:
2026-07-07 11:35:09 -06:00
parent a0c91dc567
commit 676ef0d506
8510 changed files with 1132803 additions and 4 deletions
+35
View File
@@ -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/"
}
}
}