You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not instantiate our own CacheItemInterface implementation
As per psr/cache interface:
Calling Libraries MUST NOT instantiate Item objects themselves. They
may only be requested from a Pool object via the getItem() method
Remove test suite support for PHP <5.6
The library is still 5.5 and 5.4 compatible, however it will no longer
be automatically tested against these versions. In Chief 2.0 support
for 5.4 and 5.5 will be explicitly dropped