From d6a1d8d3a1e3552d4744d30f87017cc16833fa6e Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Sun, 17 Jan 2021 13:50:47 +0100 Subject: Add "composer.lock" for acceptance tests to git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As "composer.lock" was not versioned the dependencies had to be resolved everytime that the acceptance tests run, which took some precious time. Besides that the dependency versions were also tightened for better control. Signed-off-by: Daniel Calviño Sánchez --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 653c317863d..6d55c82a963 100644 --- a/.gitignore +++ b/.gitignore @@ -156,7 +156,6 @@ Vagrantfile clover.xml # Tests - dependencies -tests/acceptance/composer.lock tests/acceptance/vendor/ composer.phar -- cgit v1.2.3