stable

Clone or download

Read-only

request #10486: Upgrade dependency paragonie/random_compat to the latest version

This contribution introduce Composer for PHP dependency of the Tuleap core. Developers will need to have Composer in their environnement to be able to work with the Tuleap sources. To keep the Tuleap dev tools style, a command 'make composer' is introduced to install the dependencies retrieved through Composer. Change-Id: Ifa6fdb369de52d769a0676dea8d84d71524434e2

Modified Files

Name
M .gitignore +2 −1 Go to diff View file
M Makefile +5 −1 Go to diff View file
M src/common/autoload_libs.php +1 −0 Go to diff View file
M src/common/user/RandomNumberGenerator.class.php +1 −3 Go to diff View file
A src/composer.json +10 −0 Go to diff View file
A src/composer.lock +69 −0 Go to diff View file
M tests/selenium/DockerImage/Dockerfile +1 −4 Go to diff View file
M tests/selenium/run.sh +0 −6 Go to diff View file
M tools/rpm/Makefile +5 −2 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +3 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +3 −1 Go to diff View file