When I launch the composer require bmatovu/multi-auth command I receive the following error:
`Problem 1
Root composer.json requires bmatovu/multi-auth ^10.4 -> satisfiable by bmatovu/multi-auth[v10.4.0].
bmatovu/multi-auth v10.4.0 requires illuminate/auth ^8.0 -> found illuminate/auth[v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require bmatovu/multi-auth:*" to figure out if any version is installable, or "composer require bmatovu/multi-auth:^2.1" if you know which you need.`
When I launch the
composer require bmatovu/multi-auth
command I receive the following error:`Problem 1
You can also try re-running composer require with an explicit version constraint, e.g. "composer require bmatovu/multi-auth:*" to figure out if any version is installable, or "composer require bmatovu/multi-auth:^2.1" if you know which you need.`