XYZ File Manager
Current Path:
/opt/.wp-cli/packages/vendor/wp-cli/checksum-command
opt
/
.wp-cli
/
packages
/
vendor
/
wp-cli
/
checksum-command
/
📁
..
📄
.actrc
(129 B)
📄
.distignore
(157 B)
📄
.editorconfig
(591 B)
📁
.git
📁
.github
📄
.gitignore
(117 B)
📄
AGENTS.md
(8.48 KB)
📄
CONTRIBUTING.md
(538 B)
📄
LICENSE
(1.13 KB)
📄
README.md
(6.67 KB)
📄
behat.yml
(126 B)
📄
checksum-command.php
(483 B)
📄
composer.json
(1.87 KB)
📁
features
📄
phpcs.xml.dist
(2.48 KB)
📄
phpstan.neon.dist
(363 B)
📁
src
📄
wp-cli.yml
(34 B)
Editing: composer.json
{ "name": "wp-cli/checksum-command", "type": "wp-cli-package", "description": "Verifies file integrity by comparing to published checksums.", "homepage": "https://github.com/wp-cli/checksum-command", "license": "MIT", "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "require": { "wp-cli/wp-cli": "^2.12" }, "require-dev": { "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^5" }, "config": { "process-timeout": 7200, "sort-packages": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "johnpbloch/wordpress-core-installer": true, "phpstan/extension-installer": true }, "lock": false }, "extra": { "branch-alias": { "dev-main": "2.x-dev" }, "bundled": true, "commands": [ "core verify-checksums", "plugin verify-checksums" ] }, "autoload": { "classmap": [ "src/" ], "files": [ "checksum-command.php" ] }, "minimum-stability": "dev", "prefer-stable": true, "scripts": { "behat": "run-behat-tests", "behat-rerun": "rerun-behat-tests", "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", "phpstan": "run-phpstan-tests", "phpcbf": "run-phpcbf-cleanup", "phpunit": "run-php-unit-tests", "prepare-tests": "install-package-tests", "test": [ "@lint", "@phpcs", "@phpstan", "@phpunit", "@behat" ] }, "support": { "issues": "https://github.com/wp-cli/checksum-command/issues" } }
Upload File
Create Folder