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

add potentially non-standard php extensions to composer.json #35

Closed hcliff closed 4 years ago

hcliff commented 5 years ago

upon installing this to GCP I hit a build failure, composer can enforce the environment is setup correctly, but it needs to be told which extensions are required.

Omitting some of the required extensions as they're "standard"

php phpcompatinfo-5.0.12.phar analyser:run .
Extensions Analysis

    Extension  Matches REF       EXT min/Max PHP min/Max PHP all 
    Core               Core      5.3.0       5.3.0               
    SimpleXML          SimpleXML 5.0.1       5.0.1               
    bcmath             bcmath    4.0.0       4.0.0               
    date               date      5.2.0       5.2.0               
    dom                dom       5.0.0       5.0.0               
    gmp                gmp       4.0.4       4.0.4               
    json               json      5.2.0       5.2.0               
    libxml             libxml    5.1.0       5.1.0               
    mbstring           mbstring  4.0.6       4.0.6               
    pcre               pcre      4.0.5       4.0.5               
    spl                spl       5.1.0       5.1.0               
    standard           standard  5.0.0       5.0.0               
    Total [12]