laravel-doctrine / orm

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen

Home Page:http://laraveldoctrine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] ORM version

userbig opened this issue · comments

"doctrine/orm": "^2.6",

Can the Doctrine/ORM version be bumbed? Because right now it cant be installed on PHP 8.

  - doctrine/orm[v2.6.0, ..., 2.7.x-dev] require php ^7.1 -> your php version (8.0.10) does not satisfy that requirement.

nevermind. removing the whole ORM set and installing it again fixed the issue.

But I wondering why update or upgrade was not helping

Great. Remember to use laravel-doctrine/orm:1.7 and you should be fine :)