saltstack-formulas / php-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
57 stars 231 forks source link

Changed method to detect if composer self-update is needed. #143

Closed Mario-F closed 6 years ago

Mario-F commented 6 years ago

Changed update-composer method to get version date from --version output of composer. The old method always runs a update because COMPOSER_DEV_WARNING_TIME is only defined after 60days and causes test to fail condition with null value.