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
committerRobin Appelman <robin@icewind.nl>2020-11-26 17:48:46 +0300
commit3e2e694ea9f43689e964d23048aea8d8c6616e49 (patch)
treee8cfc9c1d8469d35cffa9cb828d900d9deb01ecd /.gitignore
parent54e3beba165739c480730f797e2b386b12a92713 (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