Skip to content
Snippets Groups Projects
  1. Dec 17, 2020
  2. Dec 16, 2020
  3. Dec 15, 2020
  4. Dec 12, 2020
  5. Dec 10, 2020
  6. Dec 09, 2020
  7. Dec 04, 2020
  8. Dec 03, 2020
  9. Nov 27, 2020
  10. Nov 18, 2020
  11. Nov 05, 2020
  12. Oct 30, 2020
  13. Oct 26, 2020
  14. Oct 02, 2020
  15. Sep 15, 2020
  16. Sep 10, 2020
  17. Sep 04, 2020
  18. Sep 03, 2020
  19. Sep 02, 2020
    • Olav Morken's avatar
      Update changelog from master branch · 03218768
      Olav Morken authored
      03218768
    • Olav Morken's avatar
      Fix mismatch between composer.lock and composer.json · 1c35a515
      Olav Morken authored
      The composer.lock file that was committed to the repository did not
      match composer.json. It was built from a composer.json with an extra
      section to override the PHP version check:
      
          "config": {
              "platform": {
                  "php": "7.1.33"
              }
          }
      
      Rebuild composer.lock without that config section, to prevent warnings
      from Composer due to the mismatch.
      1c35a515
    • Olav Morken's avatar
      build-release: Use same version number format as in Git · a89e254c
      Olav Morken authored
      Our releases published to Packagist use version numbers with a
      "v"-prefix, e.g. "v1.18.7".
      
      The build-release script overwrites this with a version number without
      the "v"-prefix, e.g. "1.18.7".
      
      The result of this is that the composer.json in our release tar-files
      does not match the composer.lock file in the repository nor the
      composer.json that Packagist looks at.
      
      Fix this by prepending a "v" to the version number when updating
      composer.json.
      
      (cherry picked from commit 66f12e66)
      a89e254c
  20. Aug 30, 2020
Loading