panichelpdesk / panichd

Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.
MIT License
90 stars 41 forks source link

error during installation #29

Open scwall opened 3 years ago

scwall commented 3 years ago

Hello I had a problem during the installation on laravel 8 It is not compatible with version 3 of dbal?

Problem 1
    - Root composer.json requires panichd/panichd ^0.20.0 -> satisfiable by panichd/panichd[v0.20.0].
    - panichd/panichd v0.20.0 requires doctrine/dbal ^2.10 -> found doctrine/dbal[v2.10.0, ..., 2.12.x-dev] but the package is fixed to 3.0.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.

Thank's

xaviqv commented 3 years ago

Hello @scwall,

Thanks for your feedback! I didn't know about this doctrine/dbal version before. I'm going to check it as soon as possible.