I have latest xampp installed with php version 8.2.12 but when i try to composer install in this repository i am getting error of php version
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires nativephp/electron ^1.0 -> satisfiable by nativephp/electron[1.0.0, 1.1.0, 1.1.1].
- nativephp/electron[1.0.0, ..., 1.1.1] require php ^8.3 -> your php version (8.2.12) does not satisfy that requirement.
I have latest xampp installed with php version 8.2.12 but when i try to composer install in this repository i am getting error of php version
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires nativephp/electron ^1.0 -> satisfiable by nativephp/electron[1.0.0, 1.1.0, 1.1.1].
- nativephp/electron[1.0.0, ..., 1.1.1] require php ^8.3 -> your php version (8.2.12) does not satisfy that requirement.