steps icon indicating copy to clipboard operation
steps copied to clipboard

Updates, Release 2.0.0

Open klodoma opened this issue 5 years ago • 1 comments

Changes:

  • update composer.json dependencies to newer packages
  • php >= 7.3 supported, due to dependencies
  • fixed Unit-tests

Upon release the linked repository has to be removed from composer.json (CI is failing if it doesn't exist)

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/klodoma/portphp-portphp"
        }
    ]

klodoma avatar Dec 02 '20 12:12 klodoma

You could also update to seld/signal-handler ^1.3, see https://github.com/Seldaek/signal-handler/releases/tag/1.3.0

Seldaek avatar Feb 17 '22 20:02 Seldaek