X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/shalvah/clara
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
shalvah
/
clara
/
📁
..
📄
.gitattributes
(49 B)
📄
.gitignore
(28 B)
📄
.travis.yml
(186 B)
📄
CHANGELOG.md
(2.08 KB)
📄
README.md
(4.34 KB)
📄
composer.json
(669 B)
📄
helpers.php
(138 B)
📄
phpunit.xml
(540 B)
📁
src
📁
tests
Editing: composer.json
{ "name": "shalvah/clara", "description": "🔊 Simple, pretty, testable console output for CLI apps.", "keywords": [ "log", "logging", "cli" ], "license": "MIT", "autoload": { "psr-4": { "Shalvah\\Clara\\": "src/" }, "files": [ "helpers.php" ] }, "autoload-dev": { "psr-4": { "Shalvah\\Clara\\Tests\\": "tests/" } }, "require": { "php": ">=7.2.5", "symfony/console": "^4.0|^5.0" }, "require-dev": { "phpunit/phpunit": "^9.1", "eloquent/phony-phpunit": "^7.0" }, "scripts": { "test": "phpunit tests --stop-on-failure", "test-ci": "vendor/bin/phpunit tests" } }
Upload File
Create Folder