zecure / shadowd_ui

The Shadow Daemon user interface
GNU General Public License v2.0
20 stars 9 forks source link

Remove php 7 dependancies #64

Open CountMurphy opened 1 year ago

CountMurphy commented 1 year ago

Trying to install shadowd_ui with

composer install

fails on any modern system. php7

As you can see, far too many things require php7.1, which was end-of-lifed a long while ago.

Running composer update fails (Process.php line 143). I'm assuming that is not yet php 8 ready?

zit-hb commented 1 year ago

It is very outdated, indeed. My first attempt to migrate it to a new Symfony version (branch update/symfony4) was stopped after a while because it has some dependencies that are not compatible. Some missing dependencies I could replace in other ways but not the UI stuff. Reimplementing all UI features that those libraries provided is not an option for me.

So instead, I started a new code base (branch release/3.0.0) for a new and improved interface. But development is slow, I don't have much time to spend it on this project currently.