You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install laravel-mongodb in laravel 10.10 project and I get this issue: Problem 1 - Root composer.json requires jenssegers/mongodb 3.9.5 -> satisfiable by jenssegers/mongodb[v3.9.5]. - jenssegers/mongodb v3.9.5 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0, ..., v9.52.15] but these were not loaded, likely because it conflicts with another require.
Steps to reproduce
Install new laravel 10.10 project
run composer require jenssegers/mongodb
Expected behaviour
Package installed
Actual behaviour
I get this issue: Problem 1 - Root composer.json requires jenssegers/mongodb 3.9.5 -> satisfiable by jenssegers/mongodb[v3.9.5]. - jenssegers/mongodb v3.9.5 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0, ..., v9.52.15] but these were not loaded, likely because it conflicts with another require.
The text was updated successfully, but these errors were encountered:
Description:
I am trying to install laravel-mongodb in laravel 10.10 project and I get this issue:
Problem 1 - Root composer.json requires jenssegers/mongodb 3.9.5 -> satisfiable by jenssegers/mongodb[v3.9.5]. - jenssegers/mongodb v3.9.5 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0, ..., v9.52.15] but these were not loaded, likely because it conflicts with another require.
Steps to reproduce
composer require jenssegers/mongodb
Expected behaviour
Package installed
Actual behaviour
I get this issue:
Problem 1 - Root composer.json requires jenssegers/mongodb 3.9.5 -> satisfiable by jenssegers/mongodb[v3.9.5]. - jenssegers/mongodb v3.9.5 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0, ..., v9.52.15] but these were not loaded, likely because it conflicts with another require.
The text was updated successfully, but these errors were encountered: