I can't install the package. The message I get is:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires mohammedmanssour/laravel-recurring-models * -> satisfiable by mohammedmanssour/laravel-recurring-models[v0.1.0, ..., v0.5.1].
- mohammedmanssour/laravel-recurring-models[v0.1.0, ..., v0.5.1] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., v10.22.0] 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 mohammedmanssour/laravel-recurring-models:*" to figure out if any version is installable, or "composer require mohammedmanssour/laravel-recurring-models:^2.1" if you know which you need.
I tried installing with composer require mohammedmanssour/laravel-recurring-models:*, but get the same message.
What happened?
I can't install the package. The message I get is:
I tried installing with composer require mohammedmanssour/laravel-recurring-models:*, but get the same message.
Is Laravel 9 the issue here?
How to reproduce the bug
composer require mohammedmanssour/laravel-recurring-models
Package Version
0.5.1
PHP Version
8.2.10
Laravel Version
9.52.15
Which operating systems does with happen with?
Windows
Notes
No response