{
"name": "dmitrirussu/php-sepa-xml-generator",
"type": "library",
"description": "Creates an XML file for a Single Euro Payments Area (SEPA) Direct Debit Payment.",
"keywords": ["SDD","dirdebit","banking", "sepa", "xml", "sepa-xml","sepa-dirdebit"],
"license": "MIT",
"authors": [
{
"name": "Dmitri Russu",
"email": "dmitri.russu@gmail.com"
}
],
"autoload": {
"psr-4": {
"SEPA\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6",
"ext-dom": "*",
"ext-simplexml": "*",
"cmpayments/iban": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^8.3"
"ext-bcmath": "*",
"ext-mbstring": "*"
}
}
|