Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-11-26 17:47:33 +0300
committerJulius Härtl <jus@bitgrid.net>2020-12-04 16:27:03 +0300
commitec041c3ad5452312abd5ec01921ffc8d8d79becc (patch)
tree7d17692030ff54c3fe875d4006927067230a3915 /.gitignore
parenta53871f6290f12341f4b2a9531e17bc2f932ba69 (diff)
dont use system composer for autoload checker
this ensures that the same composer version is used by everyone (and ci) Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 27d5dbecc51..653c317863d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -158,3 +158,5 @@ clover.xml
# Tests - dependencies
tests/acceptance/composer.lock
tests/acceptance/vendor/
+
+composer.phar