1[ 2 { 3 "name": "phpseclib/phpseclib", 4 "version": "2.0.4", 5 "version_normalized": "2.0.4.0", 6 "source": { 7 "type": "git", 8 "url": "https://github.com/phpseclib/phpseclib.git", 9 "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf" 10 }, 11 "dist": { 12 "type": "zip", 13 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf", 14 "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf", 15 "shasum": "" 16 }, 17 "require": { 18 "php": ">=5.3.3" 19 }, 20 "require-dev": { 21 "phing/phing": "~2.7", 22 "phpunit/phpunit": "~4.0", 23 "sami/sami": "~2.0", 24 "squizlabs/php_codesniffer": "~2.0" 25 }, 26 "suggest": { 27 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", 28 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", 29 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", 30 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." 31 }, 32 "time": "2016-10-04T00:57:04+00:00", 33 "type": "library", 34 "installation-source": "dist", 35 "autoload": { 36 "files": [ 37 "phpseclib/bootstrap.php" 38 ], 39 "psr-4": { 40 "phpseclib\\": "phpseclib/" 41 } 42 }, 43 "notification-url": "https://packagist.org/downloads/", 44 "license": [ 45 "MIT" 46 ], 47 "authors": [ 48 { 49 "name": "Jim Wigginton", 50 "email": "terrafrost@php.net", 51 "role": "Lead Developer" 52 }, 53 { 54 "name": "Patrick Monnerat", 55 "email": "pm@datasphere.ch", 56 "role": "Developer" 57 }, 58 { 59 "name": "Andreas Fischer", 60 "email": "bantu@phpbb.com", 61 "role": "Developer" 62 }, 63 { 64 "name": "Hans-Jürgen Petrich", 65 "email": "petrich@tronic-media.com", 66 "role": "Developer" 67 }, 68 { 69 "name": "Graham Campbell", 70 "email": "graham@alt-three.com", 71 "role": "Developer" 72 } 73 ], 74 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", 75 "homepage": "http://phpseclib.sourceforge.net", 76 "keywords": [ 77 "BigInteger", 78 "aes", 79 "asn.1", 80 "asn1", 81 "blowfish", 82 "crypto", 83 "cryptography", 84 "encryption", 85 "rsa", 86 "security", 87 "sftp", 88 "signature", 89 "signing", 90 "ssh", 91 "twofish", 92 "x.509", 93 "x509" 94 ] 95 }, 96 { 97 "name": "simplepie/simplepie", 98 "version": "1.4.3", 99 "version_normalized": "1.4.3.0", 100 "source": { 101 "type": "git", 102 "url": "https://github.com/simplepie/simplepie.git", 103 "reference": "2a24b6e74aa9bf33243020f52895fe77efe94ccf" 104 }, 105 "dist": { 106 "type": "zip", 107 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2a24b6e74aa9bf33243020f52895fe77efe94ccf", 108 "reference": "2a24b6e74aa9bf33243020f52895fe77efe94ccf", 109 "shasum": "" 110 }, 111 "require": { 112 "php": ">=5.3.0" 113 }, 114 "require-dev": { 115 "phpunit/phpunit": "~4 || ~5" 116 }, 117 "suggest": { 118 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" 119 }, 120 "time": "2016-11-27T01:39:18+00:00", 121 "type": "library", 122 "installation-source": "dist", 123 "autoload": { 124 "psr-0": { 125 "SimplePie": "library" 126 } 127 }, 128 "notification-url": "https://packagist.org/downloads/", 129 "license": [ 130 "BSD-3-Clause" 131 ], 132 "authors": [ 133 { 134 "name": "Ryan Parman", 135 "homepage": "http://ryanparman.com/", 136 "role": "Creator, alumnus developer" 137 }, 138 { 139 "name": "Geoffrey Sneddon", 140 "homepage": "http://gsnedders.com/", 141 "role": "Alumnus developer" 142 }, 143 { 144 "name": "Ryan McCue", 145 "email": "me@ryanmccue.info", 146 "homepage": "http://ryanmccue.info/", 147 "role": "Developer" 148 } 149 ], 150 "description": "A simple Atom/RSS parsing library for PHP", 151 "homepage": "http://simplepie.org/", 152 "keywords": [ 153 "atom", 154 "feeds", 155 "rss" 156 ] 157 }, 158 { 159 "name": "paragonie/random_compat", 160 "version": "v2.0.10", 161 "version_normalized": "2.0.10.0", 162 "source": { 163 "type": "git", 164 "url": "https://github.com/paragonie/random_compat.git", 165 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" 166 }, 167 "dist": { 168 "type": "zip", 169 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", 170 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", 171 "shasum": "" 172 }, 173 "require": { 174 "php": ">=5.2.0" 175 }, 176 "require-dev": { 177 "phpunit/phpunit": "4.*|5.*" 178 }, 179 "suggest": { 180 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 181 }, 182 "time": "2017-03-13T16:27:32+00:00", 183 "type": "library", 184 "installation-source": "dist", 185 "autoload": { 186 "files": [ 187 "lib/random.php" 188 ] 189 }, 190 "notification-url": "https://packagist.org/downloads/", 191 "license": [ 192 "MIT" 193 ], 194 "authors": [ 195 { 196 "name": "Paragon Initiative Enterprises", 197 "email": "security@paragonie.com", 198 "homepage": "https://paragonie.com" 199 } 200 ], 201 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 202 "keywords": [ 203 "csprng", 204 "pseudorandom", 205 "random" 206 ] 207 }, 208 { 209 "name": "splitbrain/php-archive", 210 "version": "1.0.8", 211 "version_normalized": "1.0.8.0", 212 "source": { 213 "type": "git", 214 "url": "https://github.com/splitbrain/php-archive.git", 215 "reference": "6b1c1746fa0a6f9f68f0bc832892ddeda8db905c" 216 }, 217 "dist": { 218 "type": "zip", 219 "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/6b1c1746fa0a6f9f68f0bc832892ddeda8db905c", 220 "reference": "6b1c1746fa0a6f9f68f0bc832892ddeda8db905c", 221 "shasum": "" 222 }, 223 "require": { 224 "php": ">=5.3.0" 225 }, 226 "require-dev": { 227 "phpunit/phpunit": "4.5.*" 228 }, 229 "suggest": { 230 "ext-iconv": "Used for proper filename encode handling", 231 "ext-mbstring": "Can be used alternatively for handling filename encoding" 232 }, 233 "time": "2017-03-19T09:10:53+00:00", 234 "type": "library", 235 "installation-source": "dist", 236 "autoload": { 237 "psr-4": { 238 "splitbrain\\PHPArchive\\": "src" 239 } 240 }, 241 "notification-url": "https://packagist.org/downloads/", 242 "license": [ 243 "MIT" 244 ], 245 "authors": [ 246 { 247 "name": "Andreas Gohr", 248 "email": "andi@splitbrain.org" 249 } 250 ], 251 "description": "Pure-PHP implementation to read and write TAR and ZIP archives", 252 "keywords": [ 253 "archive", 254 "extract", 255 "tar", 256 "unpack", 257 "unzip", 258 "zip" 259 ] 260 }, 261 { 262 "name": "geshi/geshi", 263 "version": "v1.0.9.0", 264 "version_normalized": "1.0.9.0", 265 "source": { 266 "type": "git", 267 "url": "https://github.com/GeSHi/geshi-1.0.git", 268 "reference": "5a7b461338d322d941986a656d4d1651452e73dd" 269 }, 270 "dist": { 271 "type": "zip", 272 "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/5a7b461338d322d941986a656d4d1651452e73dd", 273 "reference": "5a7b461338d322d941986a656d4d1651452e73dd", 274 "shasum": "" 275 }, 276 "require-dev": { 277 "phpunit/phpunit": "^5.7" 278 }, 279 "time": "2017-05-05T05:51:25+00:00", 280 "type": "library", 281 "installation-source": "dist", 282 "autoload": { 283 "classmap": [ 284 "src/geshi/", 285 "src/geshi.php" 286 ] 287 }, 288 "notification-url": "https://packagist.org/downloads/", 289 "license": [ 290 "GPL-2.0+" 291 ], 292 "authors": [ 293 { 294 "name": "Benny Baumann", 295 "email": "BenBE@geshi.org", 296 "homepage": "http://blog.benny-baumann.de/", 297 "role": "Developer" 298 } 299 ], 300 "description": "Generic Syntax Highlighter", 301 "homepage": "http://qbnz.com/highlighter/" 302 }, 303 { 304 "name": "openpsa/universalfeedcreator", 305 "version": "v1.8.3", 306 "version_normalized": "1.8.3.0", 307 "source": { 308 "type": "git", 309 "url": "https://github.com/flack/UniversalFeedCreator.git", 310 "reference": "6261e130446d8f787bbfd229a602fb11e6816a4e" 311 }, 312 "dist": { 313 "type": "zip", 314 "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/6261e130446d8f787bbfd229a602fb11e6816a4e", 315 "reference": "6261e130446d8f787bbfd229a602fb11e6816a4e", 316 "shasum": "" 317 }, 318 "require": { 319 "php": ">=5.0" 320 }, 321 "require-dev": { 322 "phpunit/phpunit": "*" 323 }, 324 "time": "2017-05-18T08:28:48+00:00", 325 "type": "library", 326 "installation-source": "dist", 327 "autoload": { 328 "classmap": [ 329 "lib" 330 ] 331 }, 332 "notification-url": "https://packagist.org/downloads/", 333 "license": [ 334 "LGPL" 335 ], 336 "authors": [ 337 { 338 "name": "Andreas Flack", 339 "email": "flack@contentcontrol-berlin.de", 340 "homepage": "http://www.contentcontrol-berlin.de/" 341 } 342 ], 343 "description": "RSS and Atom feed generator by Kai Blankenhorn", 344 "keywords": [ 345 "atom", 346 "georss", 347 "gpx", 348 "opml", 349 "pie", 350 "rss" 351 ] 352 } 353] 354