updating PHP dependencies (they remain unchanged), committing lock for github dependency graph support
This commit is contained in:
parent
2d4edfe401
commit
476b9c90e2
|
@ -19,5 +19,6 @@ js/test/ export-ignore
|
||||||
.styleci.yml export-ignore
|
.styleci.yml export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
composer.json export-ignore
|
composer.json export-ignore
|
||||||
|
composer.lock export-ignore
|
||||||
BADGES.md export-ignore
|
BADGES.md export-ignore
|
||||||
CODE_OF_CONDUCT.md export-ignore
|
CODE_OF_CONDUCT.md export-ignore
|
||||||
|
|
|
@ -12,10 +12,6 @@ data/
|
||||||
doc/*
|
doc/*
|
||||||
!doc/*.md
|
!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
|
# Ignore vendor dir of Composer except PHP files
|
||||||
vendor/*.*
|
vendor/*.*
|
||||||
vendor/*/*.*
|
vendor/*/*.*
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue