KETSE / casebox

Casebox: Secure all your information and team communication in one place
https://www.casebox.org
218 stars 117 forks source link

Problem with installing casebox #78

Open srikanth0606 opened 6 years ago

srikanth0606 commented 6 years ago

Hi,

Thanks for the installation steps. I am facing a problem with composer update. Below is the error i am receiving. Could you please help me in solving this. Thanks in advance.

composer update Do not run Composer as root/super user! See https://getcomposer.org/root for details Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

nnamdiib commented 6 years ago

I have this same issue. I manually entered the composer.json file and changed the satooshi/php-coveralls version from 'master-dev' to '1.0.0'. This did NOT solve my problem, and everything seems broken :(

hoegrammer commented 6 years ago

Change it to @dev. That works

dev commented 6 years ago

noo don't change it to me

hoegrammer commented 6 years ago

lol

HeadKiller commented 6 years ago

I've got same problem. For me works: "php-coveralls/php-coveralls": "^2.0",

hoegrammer commented 6 years ago

I had huge problems installing this. I have been told that the huridocs fork is much better so I am trying that.