I need to configure mongoDB into laravel, for that I have installed MongoDB in my machine, and also enabled PHP extension for MongoDB.
Then I wrote the following command to import the MongoDB library in laravel.
composer require jenssegers/mongodb
I got the following errors:
Kindly, guide me to resolve this issue.
jenssegers/mongodb
package is not compatible with laravel 7.2 which you are using at the moment, now only 5.8 and 6.0 are supported.Here is part of
composer.json
from jenssegers/mongodb github: