chamilo / chash

Chamilo Shell
GNU General Public License v3.0
15 stars 10 forks source link

Chash doesn't "compile" with PHP 7.0 #52

Closed ywarnier closed 6 years ago

ywarnier commented 6 years ago

This is an issue because the latest LTS version of Ubuntu (16.10) only provides PHP up to 7.0.

Is there a way to slightly reduce the dependencies so it can work with 7.0? (there is probably just this one user-bundle package's dependency that breaks the whole thing).

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

jmontoyaa commented 6 years ago

The master branch for chash only works with php >= 7.1, because I did some changes in order to install Chamilo v2.

If you want to use it for Chamilo 1.11.x then you can use chash version 0.1.1

https://github.com/chamilo/chash/tree/v0.1.1

That chash version works with php >= 5.4

ywarnier commented 6 years ago

oh, I didn't know. Thanks.