| Current Path : /var/www/html/libraries/omnipay/vendor/omnipay/netcash/ |
| Current File : /var/www/html/libraries/omnipay/vendor/omnipay/netcash/composer.json |
{
"name": "armyan/omnipay-netcash",
"type": "library",
"description": "NetCash driver for the Omnipay Laravel Payment processing library",
"keywords": [
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"netcash",
"purchase"
],
"homepage": "https://github.com/armyan/omnipay-netcash",
"license": "MIT",
"authors": [
{
"name": "Arman Karapetyan",
"email": "arm.karapetyan@outlook.com"
}
],
"autoload": {
"psr-4": {
"Omnipay\\NetCash\\": "src/"
}
},
"require": {
"omnipay/common": "^3",
"guzzlehttp/guzzle": "^6.3"
}
}