1
0
Fork 0
This repository has been archived on 2017-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
informaticaD4P-2017-omnipay.../composer.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"
}
}