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
This package requires cache/array-adapter -> latests version 1.2 of it supports psr/cache 1 || 2.
This packages allows psr/cache cache 1 || 2 || 3 but for the reason above it will never be installed.
Also, symfony/contracts^3.5 supports only psr/cache^3.0
So essentially it's not possible to have psr/cache 3 right now.
Doesn't look like cache/array-adapter new version will be released soon..
Why does this repository require it? I don't see any usages, it could be placed in Composer suggest?
The text was updated successfully, but these errors were encountered:
This package requires
cache/array-adapter
-> latests version 1.2 of it supports psr/cache1 || 2
.This packages allows
psr/cache
cache1 || 2 || 3
but for the reason above it will never be installed.Also,
symfony/contracts
^3.5
supports onlypsr/cache
^3.0
So essentially it's not possible to have psr/cache 3 right now.
Doesn't look like
cache/array-adapter
new version will be released soon..Why does this repository require it? I don't see any usages, it could be placed in Composer
suggest
?The text was updated successfully, but these errors were encountered: