-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This package cannot currently be installed alongside psr/container
v2.x. It explicitly depends on ^1.0
.
Since v2 only adds the bool
return type hint to ContainerInterface::has()
, and given that this package doesn't have any classes that implement this interface, adding support should just be a matter of updating the version constraint in composer.json
to also include ^2.0
.