Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires php ^8.3 but your php version (8.2.21) does not satisfy that requirement.
Problem 2
- Only one of these can be installed: laravel/framework[v10.0.0, ..., 10.x-dev], illuminate/contracts[v11.0.0, ..., 11.x-dev]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
- Root composer.json requires illuminate/contracts ^11.0 -> satisfiable by illuminate/contracts[v11.0.0, ..., 11.x-dev].
- Root composer.json requires laravel/framework 10.* -> satisfiable by laravel/framework[v10.0.0, ..., 10.x-dev].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.