diff options
author | Robin Appelman <robin@icewind.nl> | 2020-11-26 15:47:33 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2020-11-26 15:48:46 +0100 |
commit | 3e2e694ea9f43689e964d23048aea8d8c6616e49 (patch) | |
tree | e8cfc9c1d8469d35cffa9cb828d900d9deb01ecd /.gitignore | |
parent | 54e3beba165739c480730f797e2b386b12a92713 (diff) | |
download | nextcloud-server-3e2e694ea9f43689e964d23048aea8d8c6616e49.tar.gz nextcloud-server-3e2e694ea9f43689e964d23048aea8d8c6616e49.zip |
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-- | .gitignore | 2 |
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 |