18 lines
419 B
JSON
18 lines
419 B
JSON
{
|
|
"name": "inforbank/omnipay-inforbank",
|
|
"description": "An omnipay plugin for payments through the Inforbank.",
|
|
"authors": [
|
|
{
|
|
"name": "Christiaan Goossens",
|
|
"email": "contact@christiaangoossens.nl"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": { "Omnipay\\Inforbank\\" : "src/" }
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.2"
|
|
}
|
|
}
|