timthedevguy / BuySYS

*NO LONGER MAINTAINED* Buyback application for EveOnline, can be used by Corporations/Alliances or private entities. Written in PHP 7.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation error

Baldoran opened this issue · comments

In UnitOfWork.php line 2718:

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

And then it stops, happens when installing using 'php composer.phar install'

Google search shows 2 possible issues. (This is an issue with Composer not Buysys)

Number 1 could be an an issue with Composer and PHP 7.3 (composer/composer#7783), please use php7.0 as outlined in the instructions in the wiki.

Number 2 is ensure you install composer from https://getcomposer.org/ and not using the built in OS composer. (I would make sure you do this one regardless)

I did the google-search before posting here.
I AM using php7.0, and I DID get composer from https:///getcomposer.org, so none of the suggested issues apply.
Is it maybe a specific version of composer that's required?