alcaeus / mongo-php-adapter

:link: Adapter to provide ext-mongo interface on top of mongo-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation manual

vkhramtsov opened this issue · comments

Hello,

Currently you suggest to use --ignore-platform-reqs command line switch as workaround for installation issues. What do you think about adding emulation of ext-mongo in composer.json file in config.platform (https://getcomposer.org/doc/06-config.md#platform) section? This workaround disable only check for particular modules instead of completely disable platform checks.

Good idea. I'll do some testing and update accordingly if it works as I'm hoping it will.

I can create PR for this. Actually I'm using this way in my project 🙂

Please do.