updating PHP dependencies (they remain unchanged), committing lock for github dependency graph support

pull/536/head
El RIDO 2019-09-22 19:52:25 +02:00
parent 2d4edfe401
commit 476b9c90e2
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
3 changed files with 2693 additions and 4 deletions

1
.gitattributes vendored
View File

@ -19,5 +19,6 @@ js/test/ export-ignore
.styleci.yml export-ignore
.travis.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
BADGES.md export-ignore
CODE_OF_CONDUCT.md export-ignore

4
.gitignore vendored
View File

@ -12,10 +12,6 @@ data/
doc/*
!doc/*.md
# Ignore developers composer status so it isn't accidentally checked in,
# see https://github.com/PrivateBin/PrivateBin/issues/84
composer.lock
# Ignore vendor dir of Composer except PHP files
vendor/*.*
vendor/*/*.*

2692
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff