|
88 | 88 | "x.509",
|
89 | 89 | "x509"
|
90 | 90 | ]
|
| 91 | + }, |
| 92 | + { |
| 93 | + "name": "seld/cli-prompt", |
| 94 | + "version": "1.0.0", |
| 95 | + "version_normalized": "1.0.0.0", |
| 96 | + "source": { |
| 97 | + "type": "git", |
| 98 | + "url": "https://github.com/Seldaek/cli-prompt.git", |
| 99 | + "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c" |
| 100 | + }, |
| 101 | + "dist": { |
| 102 | + "type": "zip", |
| 103 | + "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/fe114c7a6ac5cb0ce76932ae4017024d9842a49c", |
| 104 | + "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c", |
| 105 | + "shasum": "" |
| 106 | + }, |
| 107 | + "require": { |
| 108 | + "php": ">=5.3" |
| 109 | + }, |
| 110 | + "time": "2015-04-30 20:24:49", |
| 111 | + "type": "library", |
| 112 | + "extra": { |
| 113 | + "branch-alias": { |
| 114 | + "dev-master": "1.x-dev" |
| 115 | + } |
| 116 | + }, |
| 117 | + "installation-source": "dist", |
| 118 | + "autoload": { |
| 119 | + "psr-4": { |
| 120 | + "Seld\\CliPrompt\\": "src/" |
| 121 | + } |
| 122 | + }, |
| 123 | + "notification-url": "https://packagist.org/downloads/", |
| 124 | + "license": [ |
| 125 | + "MIT" |
| 126 | + ], |
| 127 | + "authors": [ |
| 128 | + { |
| 129 | + "name": "Jordi Boggiano", |
| 130 | + "email": "j.boggiano@seld.be" |
| 131 | + } |
| 132 | + ], |
| 133 | + "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", |
| 134 | + "keywords": [ |
| 135 | + "cli", |
| 136 | + "console", |
| 137 | + "hidden", |
| 138 | + "input", |
| 139 | + "prompt" |
| 140 | + ] |
| 141 | + }, |
| 142 | + { |
| 143 | + "name": "league/climate", |
| 144 | + "version": "3.2.0", |
| 145 | + "version_normalized": "3.2.0.0", |
| 146 | + "source": { |
| 147 | + "type": "git", |
| 148 | + "url": "https://github.com/thephpleague/climate.git", |
| 149 | + "reference": "834cb907c89eb31e2171b68ee25c0ed26c8f34f4" |
| 150 | + }, |
| 151 | + "dist": { |
| 152 | + "type": "zip", |
| 153 | + "url": "https://api.github.com/repos/thephpleague/climate/zipball/834cb907c89eb31e2171b68ee25c0ed26c8f34f4", |
| 154 | + "reference": "834cb907c89eb31e2171b68ee25c0ed26c8f34f4", |
| 155 | + "shasum": "" |
| 156 | + }, |
| 157 | + "require": { |
| 158 | + "php": ">=5.4.0", |
| 159 | + "seld/cli-prompt": "~1.0" |
| 160 | + }, |
| 161 | + "require-dev": { |
| 162 | + "mikey179/vfsstream": "~1.4", |
| 163 | + "mockery/mockery": "dev-master", |
| 164 | + "phpunit/phpunit": "~4.6" |
| 165 | + }, |
| 166 | + "time": "2015-08-13 16:50:51", |
| 167 | + "type": "library", |
| 168 | + "installation-source": "dist", |
| 169 | + "autoload": { |
| 170 | + "psr-4": { |
| 171 | + "League\\CLImate\\": "src/" |
| 172 | + } |
| 173 | + }, |
| 174 | + "notification-url": "https://packagist.org/downloads/", |
| 175 | + "license": [ |
| 176 | + "MIT" |
| 177 | + ], |
| 178 | + "authors": [ |
| 179 | + { |
| 180 | + "name": "Joe Tannenbaum", |
| 181 | + "email": "hey@joe.codes", |
| 182 | + "homepage": "http://joe.codes/", |
| 183 | + "role": "Developer" |
| 184 | + } |
| 185 | + ], |
| 186 | + "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.", |
| 187 | + "keywords": [ |
| 188 | + "cli", |
| 189 | + "colors", |
| 190 | + "command", |
| 191 | + "php", |
| 192 | + "terminal" |
| 193 | + ] |
91 | 194 | }
|
92 | 195 | ]
|
0 commit comments