PHP 8.5.0 Alpha 4 available for testing

Voting

: min(three, three)?
(Example: nine)

The Note You're Voting On

Basher
8 years ago
Pecl MongoDB at time of writing can be installed (see phpinfo()) but composer will complain that it's not present.

$ composer require "mongodb/mongodb=^1.0.0"
...
Your requirements could not be resolved to an installable set of packages.

If you see this try

$ composer require "mongodb/mongodb=^1.0.0" --ignore-platform-reqs

<< Back to user notes page

To Top