codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.79k stars 224 forks source link

Cannot install on Laravel 8 #286

Closed krzar closed 3 years ago

krzar commented 3 years ago

There is problem to install package with Laravel 8, composer throws this error:

studio/laravel-totem v8.1.1 requires doctrine/dbal ^2.9 -> found doctrine/dbal[v2.9.0, ..., 2.13.x-dev] but the package is fixed to 3.1.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Totem is using dbal 2.9, when laravel 8 is using 3.1

qschmick commented 3 years ago

@KrystianZareba Can you try deleting your composer.lock file and try again?

mathias1981 commented 3 years ago

@qschmick same problem for me, and i tried deleting the composer.lock file, the problem persists.

hanmuja-juango commented 3 years ago

same problem here, any solution?

hihuangwei commented 3 years ago

希望可以修复

aberaldo commented 3 years ago

@qschmick i have the same issue. I cannot install totem in laravel 8! Any idea? Thanks

qschmick commented 3 years ago

@KrystianZareba @marcoocram @hanmuja-juango @hihuangwei @aberaldo PR https://github.com/codestudiohq/laravel-totem/pull/296 opened with update to 3.x for dbal.

qschmick commented 3 years ago

@KrystianZareba @marcoocram @hanmuja-juango @hihuangwei @aberaldo DBAL 3.x in release: https://github.com/codestudiohq/laravel-totem/releases/tag/v8.3.0