riainvoice/vendor_old/omnipay/2checkout/composer.json
2021-10-01 23:56:38 +05:30

42 lines
984 B
JSON

{
"name": "omnipay/2checkout",
"type": "library",
"description": "2Checkout driver for the Omnipay payment processing library",
"keywords": [
"2checkout",
"2co",
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"twocheckout"
],
"homepage": "https://github.com/thephpleague/omnipay-2checkout",
"license": "MIT",
"authors": [
{
"name": "Adrian Macneil",
"email": "adrian@adrianmacneil.com"
},
{
"name": "Omnipay Contributors",
"homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors"
}
],
"autoload": {
"psr-4": { "Omnipay\\TwoCheckout\\" : "src/" }
},
"require": {
"omnipay/common": "~2.0"
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}