You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
627 B
JSON
27 lines
627 B
JSON
{
|
|
"name": "seld/cli-prompt",
|
|
"description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
|
|
"type": "library",
|
|
"keywords": ["cli", "console", "hidden", "input", "prompt"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Seld\\CliPrompt\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
}
|
|
}
|