Hello and thanks for all the efforts,
Problem/Motivation
After updating to 10.4.0-rc1, I've started receiving the error message below:
Error: Class "Doctrine\Deprecations\Deprecation" not found in Doctrine\Common\Lexer\Token->offsetGet() (line 104 of /var/www/html/vendor/doctrine/lexer/src/Token.php)
Steps to reproduce
My PHP version is 8.3.14
Output of the composer depends doctrine/deprecations
command is below:
doctrine/collections 2.2.2 requires doctrine/deprecations (^1)
doctrine/lexer 2.1.1 requires doctrine/deprecations (^1.0)
drupal/core-recommended 10.4.0-rc1 requires doctrine/deprecations (~1.1.3)
I've also tried deleting "vendor" directory and re-run the composer install
command, but it didn't work.
What should I do?
Best,
Orkut
Steps to reproduce
Proposed resolution
See comment #19 by longwave