Add script 'get-openssl-version.sh'.
This commit is contained in:
34
snippets/dokuwiki-2023-04-04/vendor/splitbrain/php-cli/composer.json
vendored
Normal file
34
snippets/dokuwiki-2023-04-04/vendor/splitbrain/php-cli/composer.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "splitbrain/php-cli",
|
||||
"description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"console",
|
||||
"terminal",
|
||||
"command line",
|
||||
"getopt",
|
||||
"optparse",
|
||||
"argparse"
|
||||
],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andreas Gohr",
|
||||
"email": "andi@splitbrain.org"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/log": "Allows you to make the CLI available as PSR-3 logger"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"splitbrain\\phpcli\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user