XYZ File Manager
Current Path:
/opt/.wp-cli/packages/vendor/composer/semver
opt
/
.wp-cli
/
packages
/
vendor
/
composer
/
semver
/
📁
..
📁
.git
📄
.gitattributes
(768 B)
📁
.github
📄
.gitignore
(62 B)
📄
.php_cs
(1.88 KB)
📄
CHANGELOG.md
(9.85 KB)
📄
CONTRIBUTING.md
(1 KB)
📄
LICENSE
(1.03 KB)
📄
README.md
(3.32 KB)
📄
composer.json
(1.47 KB)
📄
phpstan-baseline.neon
(474 B)
📄
phpstan.neon.dist
(426 B)
📄
phpunit.xml.dist
(530 B)
📁
src
📁
tests
Editing: .gitattributes
# 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 # Ignore these files in GitHub dists and `git archive` actions. /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore /.travis.yml export-ignore /.php_cs export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore /tests export-ignore /CONTRIBUTING.md export-ignore /phpstan-baseline.neon export-ignore
Upload File
Create Folder