1I installed Laravel 8, I wanted to install doctrine / dbal, but I got this error. Can anyone help me solve this problem?
composer require doctrine/dbal
Using version ^3.0 for doctrine/dbal ./composer.json has been updated Running composer update doctrine/dbal Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1 - Root composer.json requires laravelcollective/annotations 6.0. -> satisfiable by laravelcollective/annotations[v6.0]. - laravelcollective/annotations v6.0 requires php ^7.2 -> your php version (8.0.0) does not satisfy that requirement.
Installation failed, reverting ./composer.json and ./composer.lock to their original content
question from:https://stackoverflow.com/questions/65841919/how-to-install-not-installing-doctrinedbal