Laravel-Adminator-QuickAdminPanel
Laravel-Adminator-QuickAdminPanel copied to clipboard
I am getting this error when running composer install
When I try and run composer install I get this error. I have tried chaning PHP version to 8.0.2 nothing works.
Your requirements could not be resolved to an installable set of packages.
Problem 1 - Root composer.json requires php ^8.0.2 but your php version (7.4.26) does not satisfy that requirement. Problem 2 - Root composer.json requires nunomaduro/collision ^6.1 -> satisfiable by nunomaduro/collision[v6.1.0, v6.2.0]. - nunomaduro/collision[v6.1.0, ..., v6.2.0] require php ^8.0.0 -> your php version (7.4.26) does not satisfy that requirement. Problem 3 - laravel/framework[v9.0.0-beta.1, ..., 9.x-dev] require php ^8.0.2 -> your php version (7.4.26) does not satisfy that requirement. - Root composer.json requires laravel/framework ^9.0 -> satisfiable by laravel/framework[v9.0.0-beta.1, ..., 9.x-dev].