Skip to content

1.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 05 Mar 15:54
· 13 commits to master since this release
1.1.0
9fc7aab

Changed

  • This release modifies Psr\Container\ContainerExceptionInterface to extend the Throwable interface, ensuring that any implementation can actually be thrown as an exception type (the original intention of the specification).

  • This release adds the string typehint to the $id argument of each of the Psr\Container\ContainerInterface::get() and Psr\Container\ContainerInterface::has() methods. These were previously documented in the annotations and specification, and are added to the interfaces as part of the PSR-11 type additions errata.

Removed

  • This release removes support for PHP versions prior to 7.2.0.