dmitrirussu / php-sepa-xml-generator

SEPA SDD XML Generator recommended to see. PHP SEPA XML Generator, (Single Euro Payments Area ISO20022 SDD V1_0 20122009) (SEPA)(PHP5)
https://github.com/dmitrirussu/PHP-SEPA-XML-GENERATOR
MIT License
53 stars 36 forks source link

Fix error in composer.json #42

Closed pemedina closed 3 months ago

pemedina commented 2 years ago

There's a missing trailing comma in composer.json that prevents installing the package.

Parse error on line 27:
.../phpunit": "^8.3"        "ext-bcmath": "*",
---------------------^
Expected one of: 'EOF', '}', ':', ',', ']'

This PR fix it.