Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Jan 26, 2021
    • Christoph Wurst's avatar
      Fix app fetcher php comparison to allow wider ranges · b4f71ccf
      Christoph Wurst authored
      
      When app app specifies php 7.4 as upper limit we have to allow the
      installation on php>7.4.0. The previous version check didn't do that.
      This adjusts the regexes to discard any irrelevant suffix after the
      three version numbers so that we can use more fine granular checks than
      php's version_compare can do out of the box, like for php 7.4 we only
      compare the major and minor version numbers and ignore the patch level.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      b4f71ccf
  3. Jan 22, 2021
  4. Jan 20, 2021
  5. Jan 18, 2021
  6. Jan 17, 2021
  7. Jan 12, 2021
  8. Jan 11, 2021
  9. Jan 08, 2021
  10. Jan 05, 2021
  11. Dec 29, 2020
  12. Dec 28, 2020
  13. Dec 23, 2020
  14. Dec 16, 2020
  15. Dec 15, 2020
  16. Dec 14, 2020
  17. Dec 09, 2020
  18. Dec 08, 2020
  19. Dec 07, 2020
  20. Dec 03, 2020
  21. Dec 02, 2020
Loading