/home/techb158/ileadtechnology.com/vendor/composer/composer
NameSizeModeActions
bin/-0755rm
doc/-0755rm
res/-0755rm
src/-0755rm
.editorconfig1550644editdlrm
.gitattributes8080644editdlrm
.gitignore1190644editdlrm
CHANGELOG.md663720644editdlrm
composer.json25200644editdlrm
composer.lock530090644editdlrm
LICENSE10680644editdlrm
PORTING_INFO16000644editdlrm
README.md23640644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/composer/composer/.gitattributes (808B)
# Auto-detect text files, ensure they use LF. * text=auto eol=lf # These files are always considered text and should use LF. # See core.whitespace @ http://git-scm.com/docs/git-config for whitespace flags. *.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php *.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 *.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 *.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2 # Exclude non-essential files from dist /tests export-ignore .github export-ignore .php_cs export-ignore .travis.yml export-ignore appveyor.yml export-ignore phpunit.xml.dist export-ignore