Skip to content

Draft: [FIX] Lock dependencies to versions that support php5.6 and update lock file with php5.6

When running "sh setup.sh" during the releaase process to release tiki-18.12, some dependencies are upgrading to versions that require php ^7.0, >=7.1 and >=7.1.3 that leads to the installation failure of dependencies. Also the last update of the lock file seems to be done with php7.1, that allows the installation of packages that require php ^7.0

Related task: https://avan.tech/item98217-Release-18-12

Edited by Rodriguez Nyiringabo

Merge request reports