[pear/Console_Getopt] a58c5e: No hard dependency on phpunit

[email protected] ("Chuck Burgess via pear-cvs") Tue, 10 Aug 2021 17:08:49 -0700
Newsgroups php.pear.cvs
Message-ID <pear/Console_Getopt/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pear/Console_Getopt
  Commit: a58c5e7337df2dea4d40210f2079bacb971dc5ca
      https://github.com/pear/Console_Getopt/commit/a58c5e7337df2dea4d40210f2079bacb971dc5ca
  Author: Ralf Lang <[email protected]>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M composer.json

  Log Message:
  -----------
  No hard dependency on phpunit

There should not be any hard dependency on phpunit for runtime. The require should either be require-dev (only install if console_getopt is the root package) or suggest (don't auto-install, only show a suggestion on installing.


  Commit: f0098a82893216f4fa879bef1a962c0b11a6353f
      https://github.com/pear/Console_Getopt/commit/f0098a82893216f4fa879bef1a962c0b11a6353f
  Author: Chuck Burgess <[email protected]>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

  Changed paths:
    M composer.json

  Log Message:
  -----------
  Merge pull request #7 from ralflang/patch-1

No hard dependency on phpunit


Compare: https://github.com/pear/Console_Getopt/compare/acc75a6a147b...f0098a828932