PHPSocialNetwork / phpfastcache

A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
https://www.phpfastcache.com
MIT License
2.36k stars 452 forks source link

phpfastcache/couchdb should be in require-dev #822

Closed netsnatch closed 3 years ago

netsnatch commented 3 years ago

composer.json

github-actions[bot] commented 3 years ago

Hello curious contributor ! Since it seems to be your first contribution, make sure that you've been:

netsnatch commented 3 years ago

version 8.0.7

Geolim4 commented 3 years ago

No, it does not, it's already in suggest section.

netsnatch commented 3 years ago

Thanks for the quick reply. I mean move from require. It shouldn't be there.

    "require": {
        "php": ">=7.3",
        "psr/cache": "~1.0.0",
        "psr/simple-cache": "~1.0.0",
        "ext-mbstring": "*",
        "ext-json": "*",
        "phpfastcache/couchdb": "^1.0"
    },
Geolim4 commented 3 years ago

Ohhh right sorry, it should not be there indeed, I will patch this asap in next release along with Couchbase changes.