Skip to content
Snippets Groups Projects
  1. Apr 27, 2021
  2. Apr 26, 2021
  3. Apr 22, 2021
  4. Apr 19, 2021
  5. Apr 12, 2021
  6. Apr 01, 2021
  7. Mar 30, 2021
  8. Mar 29, 2021
  9. Mar 23, 2021
  10. Mar 22, 2021
  11. Mar 19, 2021
  12. Mar 15, 2021
  13. Mar 12, 2021
  14. Mar 11, 2021
  15. Feb 17, 2021
  16. Feb 11, 2021
  17. Feb 10, 2021
  18. Feb 02, 2021
  19. Jan 27, 2021
  20. 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
  21. Jan 22, 2021
  22. Jan 20, 2021
Loading