2021-03-10 378次浏览

Test support package version 1.2.1 was released.

New version makes it compatible with PSR-11 Container v1.1 and v2.0.

  • psr/container 1.1 adds argument type hints.
  • psr/container 2.0 adds return type hints (but only to the has() method).

The change is fully backwards compatible so update should not break anything.