inertiajs/inertia-laravel[v0.5.2, ..., v0.6.3] require php ^7.2|~8.0.0|~8.1.0 -> your php version (8.2.0) does not satisfy that requirement.
Or full output:
Problem 1
- laravel/nova[4.19.5, ..., 4.22.1] require rap2hpoutre/fast-excel ^3.2|^4.1|^5.0 -> satisfiable by rap2hpoutre/fast-excel[v3.2.0, v4.1.0, v5.0.0, v5.1.0, v5.1.1].
- laravel/nova[4.12.14, ..., 4.19.4] require rap2hpoutre/fast-excel ^3.2|^4.1 -> satisfiable by rap2hpoutre/fast-excel[v3.2.0, v4.1.0].
- laravel/nova[4.5.1, ..., 4.12.13] require rap2hpoutre/fast-excel ^3.2 -> satisfiable by rap2hpoutre/fast-excel[v3.2.0].
- rap2hpoutre/fast-excel[v5.0.0, ..., v5.1.1] require openspout/openspout ^4.1.1 -> satisfiable by openspout/openspout[v4.1.1, ..., v4.12.2].
- rap2hpoutre/fast-excel v4.1.0 requires openspout/openspout ^3 -> satisfiable by openspout/openspout[v3.4.0, ..., v3.7.4].
- rap2hpoutre/fast-excel v3.2.0 requires box/spout ^3 -> satisfiable by box/spout[v3.0.0, ..., v3.3.0].
- laravel/nova[4.0.0, ..., 4.5.0] require inertiajs/inertia-laravel ^0.4.5|^0.5.2 -> satisfiable by inertiajs/inertia-laravel[v0.4.5, v0.5.2, v0.5.3, v0.5.4].
- openspout/openspout[v4.1.1, ..., v4.7.0] require php ~8.0.0 || ~8.1.0 -> your php version (8.2.0) does not satisfy that requirement.
- openspout/openspout[v4.8.0, ..., v4.12.2] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
- box/spout[v3.0.0, ..., v3.3.0] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
- openspout/openspout[v3.4.0, ..., v3.7.4] require php ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 -> your php version (8.2.0) does not satisfy that requirement.
- inertiajs/inertia-laravel v0.4.5 requires laravel/framework ^5.4|^6.0|^7.0|^8.0 -> found laravel/framework[v5.4.0, ..., v5.8.38, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but it conflicts with your root composer.json require (^10.0).
- inertiajs/inertia-laravel[v0.5.2, ..., v0.6.3] require php ^7.2|~8.0.0|~8.1.0 -> your php version (8.2.0) does not satisfy that requirement.
- Root composer.json requires laravel/nova ~4.0 -> satisfiable by laravel/nova[4.0.0, ..., 4.22.1].
To enable extensions, verify that they are enabled in your .ini files:
- C:\xampp\php\php.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-zip to temporarily ignore these required extensions.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.