Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
F:\Development\codeigniter4320>composer require agungsugiarto/boilerplate
./composer.json has been updated
Running composer update agungsugiarto/boilerplate
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- agungsugiarto/boilerplate[1.0.0, ..., v1.1.0, 2.x-dev] require myth/auth dev-develop -> found myth/auth[dev-develop] but it conflicts with your root composer.json require (^1.2).
- agungsugiarto/boilerplate[dev-master, v1.1.1] require codeigniter4/framework ^4.1 -> satisfiable by codeigniter4/framework[v4.1.0, ..., v4.3.2] from composer repo (https://repo.packagist.org) but codeigniter4/framework is the root package and cannot be modified. See https://getcomposer.org/dep-on-root for details and assistance.
- Root composer.json requires agungsugiarto/boilerplate * -> satisfiable by agungsugiarto/boilerplate[dev-master, 1.0.0, ..., v1.1.1, 2.x-dev, 9999999-dev].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require agungsugiarto/boilerplate:*" to figure out if any version is installable, or "composer require agungsugiarto/boilerplate:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Expected behavior
Installing in CodeIgniter 4.3.2
Additional context
Add any other context about the problem here.