Added
- This release reverts the removal of the previous patch, re-adding the extension of
ThrowablebyPsr\Container\ContainerExceptionInterface; to avoid issues, PHP >= 7.4 is now required
Unclaimed project
Are you a maintainer of container? Claim this project to take control of your public changelog and roadmap.
Throwable by Psr\Container\ContainerExceptionInterface; to avoid issues, PHP >= 7.4 is now requiredThrowable by Psr\Container\ContainerExceptionInterface; to avoid issues, PHP >= 7.4 is now requiredThrowable by Psr\Container\ContainerInterface, as it leads to inheritance issues when child classes implement the Throwable interface in addition to ContainerInterface under PHP versions prior to 7.4.Throwable by Psr\Container\ContainerInterface, as it leads to inheritance issues when child classes implement the Throwable interface in addition to ContainerInterface under PHP versions prior to 7.4.bool return typehint to Psr\Container\ContainerInterface::has(), in accordance with the PSR-11 type additions errata.