Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add "composer.lock" for integration tests
As "composer.lock" was not versioned the dependencies had to be resolved
everytime that the integration tests run, which took some precious time
(and power ;-) ).

Besides that this also ensures that the versions are
consistent/reproducible between different runs.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Jun 10, 2022
commit fe24633613ab1fd1b39bb86f652ce8621aacbddb
1 change: 0 additions & 1 deletion build/integration/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
vendor
output
composer.lock
Loading