laminas / laminas-cache-storage-adapter-memcache

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Using require block for checking ext-memcache #1

Open peter279k opened 4 years ago

peter279k commented 4 years ago

Feature Request

Using the require block in composer.json to check whether the ext-memecache is installed and its version.

Q A
New Feature yes
RFC no
BC Break no

Summary

As title, it seems that this adapter should require ext-memecache and it has the 2.0.0 version at least.

IMHO, it should nice to let the ext-memecache extension version checking on composer.json.

That is, it should be "ext-memecache": "^2.0.0" on composer.json.

boesing commented 4 years ago

Thanks @peter279k! We are aware of this, but the initial version of this package is to extract functionality from laminas/laminas-cache into satellite projects without any changes.

There is some kind of roadmap where we want to add all those extension dependencies to composer with the next major versions of all satellites we want to support in the future. New major versions are necessary to avoid BC breaks in laminas/laminas-cache (as it does not require these extension aswell).