golden hour
/opt/cpanel/ea-wappspector/vendor/sebastian/cli-parser
⬆️ Go Up
Upload
File/Folder
Size
Actions
ChangeLog.md
844 B
Del
OK
LICENSE
1.5 KB
Del
OK
README.md
1.04 KB
Del
OK
SECURITY.md
1.86 KB
Del
OK
composer.json
1013 B
Del
OK
src
-
Del
OK
Edit: composer.json
{ "name": "sebastian/cli-parser", "description": "Library for parsing CLI options", "type": "library", "homepage": "https://github.com/sebastianbergmann/cli-parser", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", "security": "https://github.com/sebastianbergmann/cli-parser/security/policy" }, "prefer-stable": true, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "config": { "platform": { "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "autoload": { "classmap": [ "src/" ] }, "extra": { "branch-alias": { "dev-main": "2.0-dev" } } }
Save