avm99963 | 7099538 | 2020-09-23 01:03:01 +0200 | [diff] [blame] | 1 | { |
| 2 | "_readme": [ |
| 3 | "This file locks the dependencies of your project to a known state", |
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
| 5 | "This file is @generated automatically" |
| 6 | ], |
| 7 | "content-hash": "2171b3490ad9a848ba367cda53615683", |
| 8 | "packages": [ |
| 9 | { |
| 10 | "name": "firebase/php-jwt", |
| 11 | "version": "v5.2.0", |
| 12 | "source": { |
| 13 | "type": "git", |
| 14 | "url": "https://github.com/firebase/php-jwt.git", |
| 15 | "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb" |
| 16 | }, |
| 17 | "dist": { |
| 18 | "type": "zip", |
| 19 | "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb", |
| 20 | "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb", |
| 21 | "shasum": "" |
| 22 | }, |
| 23 | "require": { |
| 24 | "php": ">=5.3.0" |
| 25 | }, |
| 26 | "require-dev": { |
| 27 | "phpunit/phpunit": ">=4.8 <=9" |
| 28 | }, |
| 29 | "type": "library", |
| 30 | "autoload": { |
| 31 | "psr-4": { |
| 32 | "Firebase\\JWT\\": "src" |
| 33 | } |
| 34 | }, |
| 35 | "notification-url": "https://packagist.org/downloads/", |
| 36 | "license": [ |
| 37 | "BSD-3-Clause" |
| 38 | ], |
| 39 | "authors": [ |
| 40 | { |
| 41 | "name": "Neuman Vong", |
| 42 | "email": "neuman+pear@twilio.com", |
| 43 | "role": "Developer" |
| 44 | }, |
| 45 | { |
| 46 | "name": "Anant Narayanan", |
| 47 | "email": "anant@php.net", |
| 48 | "role": "Developer" |
| 49 | } |
| 50 | ], |
| 51 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
| 52 | "homepage": "https://github.com/firebase/php-jwt", |
| 53 | "keywords": [ |
| 54 | "jwt", |
| 55 | "php" |
| 56 | ], |
| 57 | "time": "2020-03-25T18:49:23+00:00" |
| 58 | }, |
| 59 | { |
| 60 | "name": "google/apiclient", |
| 61 | "version": "v2.7.2", |
| 62 | "source": { |
| 63 | "type": "git", |
| 64 | "url": "https://github.com/googleapis/google-api-php-client.git", |
| 65 | "reference": "9df720d72c59456b5466e3f66e1e78cfe422a5ba" |
| 66 | }, |
| 67 | "dist": { |
| 68 | "type": "zip", |
| 69 | "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/9df720d72c59456b5466e3f66e1e78cfe422a5ba", |
| 70 | "reference": "9df720d72c59456b5466e3f66e1e78cfe422a5ba", |
| 71 | "shasum": "" |
| 72 | }, |
| 73 | "require": { |
| 74 | "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", |
| 75 | "google/apiclient-services": "~0.13", |
| 76 | "google/auth": "^1.10", |
| 77 | "guzzlehttp/guzzle": "~5.3.1||~6.0||~7.0", |
| 78 | "guzzlehttp/psr7": "^1.2", |
| 79 | "monolog/monolog": "^1.17|^2.0", |
| 80 | "php": ">=5.4", |
| 81 | "phpseclib/phpseclib": "~0.3.10||~2.0" |
| 82 | }, |
| 83 | "require-dev": { |
| 84 | "cache/filesystem-adapter": "^0.3.2", |
| 85 | "composer/composer": "^1.10", |
| 86 | "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", |
| 87 | "phpcompatibility/php-compatibility": "^9.2", |
| 88 | "phpunit/phpunit": "^4.8.36|^5.0", |
| 89 | "squizlabs/php_codesniffer": "~2.3", |
| 90 | "symfony/css-selector": "~2.1", |
| 91 | "symfony/dom-crawler": "~2.1" |
| 92 | }, |
| 93 | "suggest": { |
| 94 | "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" |
| 95 | }, |
| 96 | "type": "library", |
| 97 | "extra": { |
| 98 | "branch-alias": { |
| 99 | "dev-master": "2.x-dev" |
| 100 | } |
| 101 | }, |
| 102 | "autoload": { |
| 103 | "psr-0": { |
| 104 | "Google_": "src/" |
| 105 | }, |
| 106 | "classmap": [ |
| 107 | "src/Google/Service/" |
| 108 | ] |
| 109 | }, |
| 110 | "notification-url": "https://packagist.org/downloads/", |
| 111 | "license": [ |
| 112 | "Apache-2.0" |
| 113 | ], |
| 114 | "description": "Client library for Google APIs", |
| 115 | "homepage": "http://developers.google.com/api-client-library/php", |
| 116 | "keywords": [ |
| 117 | "google" |
| 118 | ], |
| 119 | "time": "2020-09-18T20:02:04+00:00" |
| 120 | }, |
| 121 | { |
| 122 | "name": "google/apiclient-services", |
| 123 | "version": "v0.147", |
| 124 | "source": { |
| 125 | "type": "git", |
| 126 | "url": "https://github.com/googleapis/google-api-php-client-services.git", |
| 127 | "reference": "8624bd004cfccb33b760ae7650d0b750168cd7f7" |
| 128 | }, |
| 129 | "dist": { |
| 130 | "type": "zip", |
| 131 | "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/8624bd004cfccb33b760ae7650d0b750168cd7f7", |
| 132 | "reference": "8624bd004cfccb33b760ae7650d0b750168cd7f7", |
| 133 | "shasum": "" |
| 134 | }, |
| 135 | "require": { |
| 136 | "php": ">=5.4" |
| 137 | }, |
| 138 | "require-dev": { |
| 139 | "phpunit/phpunit": "^4.8|^5" |
| 140 | }, |
| 141 | "type": "library", |
| 142 | "autoload": { |
| 143 | "psr-0": { |
| 144 | "Google_Service_": "src" |
| 145 | } |
| 146 | }, |
| 147 | "notification-url": "https://packagist.org/downloads/", |
| 148 | "license": [ |
| 149 | "Apache-2.0" |
| 150 | ], |
| 151 | "description": "Client library for Google APIs", |
| 152 | "homepage": "http://developers.google.com/api-client-library/php", |
| 153 | "keywords": [ |
| 154 | "google" |
| 155 | ], |
| 156 | "time": "2020-09-20T00:24:43+00:00" |
| 157 | }, |
| 158 | { |
| 159 | "name": "google/auth", |
| 160 | "version": "v1.13.0", |
| 161 | "source": { |
| 162 | "type": "git", |
| 163 | "url": "https://github.com/googleapis/google-auth-library-php.git", |
| 164 | "reference": "173191f5defd1d9ae8bdfc28da31b63eb73dd34e" |
| 165 | }, |
| 166 | "dist": { |
| 167 | "type": "zip", |
| 168 | "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/173191f5defd1d9ae8bdfc28da31b63eb73dd34e", |
| 169 | "reference": "173191f5defd1d9ae8bdfc28da31b63eb73dd34e", |
| 170 | "shasum": "" |
| 171 | }, |
| 172 | "require": { |
| 173 | "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", |
| 174 | "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0", |
| 175 | "guzzlehttp/psr7": "^1.2", |
| 176 | "php": ">=5.4", |
| 177 | "psr/cache": "^1.0", |
| 178 | "psr/http-message": "^1.0" |
| 179 | }, |
| 180 | "require-dev": { |
| 181 | "guzzlehttp/promises": "0.1.1|^1.3", |
| 182 | "kelvinmo/simplejwt": "^0.2.5", |
| 183 | "phpseclib/phpseclib": "^2", |
| 184 | "phpunit/phpunit": "^4.8.36|^5.7", |
| 185 | "sebastian/comparator": ">=1.2.3", |
| 186 | "squizlabs/php_codesniffer": "^3.5" |
| 187 | }, |
| 188 | "suggest": { |
| 189 | "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." |
| 190 | }, |
| 191 | "type": "library", |
| 192 | "autoload": { |
| 193 | "psr-4": { |
| 194 | "Google\\Auth\\": "src" |
| 195 | } |
| 196 | }, |
| 197 | "notification-url": "https://packagist.org/downloads/", |
| 198 | "license": [ |
| 199 | "Apache-2.0" |
| 200 | ], |
| 201 | "description": "Google Auth Library for PHP", |
| 202 | "homepage": "http://github.com/google/google-auth-library-php", |
| 203 | "keywords": [ |
| 204 | "Authentication", |
| 205 | "google", |
| 206 | "oauth2" |
| 207 | ], |
| 208 | "time": "2020-09-18T20:03:05+00:00" |
| 209 | }, |
| 210 | { |
| 211 | "name": "guzzlehttp/guzzle", |
| 212 | "version": "7.1.0", |
| 213 | "source": { |
| 214 | "type": "git", |
| 215 | "url": "https://github.com/guzzle/guzzle.git", |
| 216 | "reference": "7edeaa528fbb57123028bd5a76b9ce9540194e26" |
| 217 | }, |
| 218 | "dist": { |
| 219 | "type": "zip", |
| 220 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7edeaa528fbb57123028bd5a76b9ce9540194e26", |
| 221 | "reference": "7edeaa528fbb57123028bd5a76b9ce9540194e26", |
| 222 | "shasum": "" |
| 223 | }, |
| 224 | "require": { |
| 225 | "ext-json": "*", |
| 226 | "guzzlehttp/promises": "^1.0", |
| 227 | "guzzlehttp/psr7": "^1.6.1", |
| 228 | "php": "^7.2.5", |
| 229 | "psr/http-client": "^1.0" |
| 230 | }, |
| 231 | "provide": { |
| 232 | "psr/http-client-implementation": "1.0" |
| 233 | }, |
| 234 | "require-dev": { |
| 235 | "ext-curl": "*", |
| 236 | "php-http/client-integration-tests": "dev-phpunit8", |
| 237 | "phpunit/phpunit": "^8.5.5", |
| 238 | "psr/log": "^1.1" |
| 239 | }, |
| 240 | "suggest": { |
| 241 | "ext-curl": "Required for CURL handler support", |
| 242 | "ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 243 | "psr/log": "Required for using the Log middleware" |
| 244 | }, |
| 245 | "type": "library", |
| 246 | "extra": { |
| 247 | "branch-alias": { |
| 248 | "dev-master": "7.1-dev" |
| 249 | } |
| 250 | }, |
| 251 | "autoload": { |
| 252 | "psr-4": { |
| 253 | "GuzzleHttp\\": "src/" |
| 254 | }, |
| 255 | "files": [ |
| 256 | "src/functions_include.php" |
| 257 | ] |
| 258 | }, |
| 259 | "notification-url": "https://packagist.org/downloads/", |
| 260 | "license": [ |
| 261 | "MIT" |
| 262 | ], |
| 263 | "authors": [ |
| 264 | { |
| 265 | "name": "Michael Dowling", |
| 266 | "email": "mtdowling@gmail.com", |
| 267 | "homepage": "https://github.com/mtdowling" |
| 268 | }, |
| 269 | { |
| 270 | "name": "Márk Sági-Kazár", |
| 271 | "email": "mark.sagikazar@gmail.com", |
| 272 | "homepage": "https://sagikazarmark.hu" |
| 273 | } |
| 274 | ], |
| 275 | "description": "Guzzle is a PHP HTTP client library", |
| 276 | "homepage": "http://guzzlephp.org/", |
| 277 | "keywords": [ |
| 278 | "client", |
| 279 | "curl", |
| 280 | "framework", |
| 281 | "http", |
| 282 | "http client", |
| 283 | "psr-18", |
| 284 | "psr-7", |
| 285 | "rest", |
| 286 | "web service" |
| 287 | ], |
| 288 | "funding": [ |
| 289 | { |
| 290 | "url": "https://github.com/GrahamCampbell", |
| 291 | "type": "github" |
| 292 | }, |
| 293 | { |
| 294 | "url": "https://github.com/Nyholm", |
| 295 | "type": "github" |
| 296 | }, |
| 297 | { |
| 298 | "url": "https://github.com/alexeyshockov", |
| 299 | "type": "github" |
| 300 | }, |
| 301 | { |
| 302 | "url": "https://github.com/gmponos", |
| 303 | "type": "github" |
| 304 | } |
| 305 | ], |
| 306 | "time": "2020-09-22T09:10:04+00:00" |
| 307 | }, |
| 308 | { |
| 309 | "name": "guzzlehttp/promises", |
| 310 | "version": "v1.3.1", |
| 311 | "source": { |
| 312 | "type": "git", |
| 313 | "url": "https://github.com/guzzle/promises.git", |
| 314 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
| 315 | }, |
| 316 | "dist": { |
| 317 | "type": "zip", |
| 318 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
| 319 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
| 320 | "shasum": "" |
| 321 | }, |
| 322 | "require": { |
| 323 | "php": ">=5.5.0" |
| 324 | }, |
| 325 | "require-dev": { |
| 326 | "phpunit/phpunit": "^4.0" |
| 327 | }, |
| 328 | "type": "library", |
| 329 | "extra": { |
| 330 | "branch-alias": { |
| 331 | "dev-master": "1.4-dev" |
| 332 | } |
| 333 | }, |
| 334 | "autoload": { |
| 335 | "psr-4": { |
| 336 | "GuzzleHttp\\Promise\\": "src/" |
| 337 | }, |
| 338 | "files": [ |
| 339 | "src/functions_include.php" |
| 340 | ] |
| 341 | }, |
| 342 | "notification-url": "https://packagist.org/downloads/", |
| 343 | "license": [ |
| 344 | "MIT" |
| 345 | ], |
| 346 | "authors": [ |
| 347 | { |
| 348 | "name": "Michael Dowling", |
| 349 | "email": "mtdowling@gmail.com", |
| 350 | "homepage": "https://github.com/mtdowling" |
| 351 | } |
| 352 | ], |
| 353 | "description": "Guzzle promises library", |
| 354 | "keywords": [ |
| 355 | "promise" |
| 356 | ], |
| 357 | "time": "2016-12-20T10:07:11+00:00" |
| 358 | }, |
| 359 | { |
| 360 | "name": "guzzlehttp/psr7", |
| 361 | "version": "1.6.1", |
| 362 | "source": { |
| 363 | "type": "git", |
| 364 | "url": "https://github.com/guzzle/psr7.git", |
| 365 | "reference": "239400de7a173fe9901b9ac7c06497751f00727a" |
| 366 | }, |
| 367 | "dist": { |
| 368 | "type": "zip", |
| 369 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", |
| 370 | "reference": "239400de7a173fe9901b9ac7c06497751f00727a", |
| 371 | "shasum": "" |
| 372 | }, |
| 373 | "require": { |
| 374 | "php": ">=5.4.0", |
| 375 | "psr/http-message": "~1.0", |
| 376 | "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
| 377 | }, |
| 378 | "provide": { |
| 379 | "psr/http-message-implementation": "1.0" |
| 380 | }, |
| 381 | "require-dev": { |
| 382 | "ext-zlib": "*", |
| 383 | "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" |
| 384 | }, |
| 385 | "suggest": { |
| 386 | "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" |
| 387 | }, |
| 388 | "type": "library", |
| 389 | "extra": { |
| 390 | "branch-alias": { |
| 391 | "dev-master": "1.6-dev" |
| 392 | } |
| 393 | }, |
| 394 | "autoload": { |
| 395 | "psr-4": { |
| 396 | "GuzzleHttp\\Psr7\\": "src/" |
| 397 | }, |
| 398 | "files": [ |
| 399 | "src/functions_include.php" |
| 400 | ] |
| 401 | }, |
| 402 | "notification-url": "https://packagist.org/downloads/", |
| 403 | "license": [ |
| 404 | "MIT" |
| 405 | ], |
| 406 | "authors": [ |
| 407 | { |
| 408 | "name": "Michael Dowling", |
| 409 | "email": "mtdowling@gmail.com", |
| 410 | "homepage": "https://github.com/mtdowling" |
| 411 | }, |
| 412 | { |
| 413 | "name": "Tobias Schultze", |
| 414 | "homepage": "https://github.com/Tobion" |
| 415 | } |
| 416 | ], |
| 417 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 418 | "keywords": [ |
| 419 | "http", |
| 420 | "message", |
| 421 | "psr-7", |
| 422 | "request", |
| 423 | "response", |
| 424 | "stream", |
| 425 | "uri", |
| 426 | "url" |
| 427 | ], |
| 428 | "time": "2019-07-01T23:21:34+00:00" |
| 429 | }, |
| 430 | { |
| 431 | "name": "monolog/monolog", |
| 432 | "version": "2.1.1", |
| 433 | "source": { |
| 434 | "type": "git", |
| 435 | "url": "https://github.com/Seldaek/monolog.git", |
| 436 | "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5" |
| 437 | }, |
| 438 | "dist": { |
| 439 | "type": "zip", |
| 440 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5", |
| 441 | "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5", |
| 442 | "shasum": "" |
| 443 | }, |
| 444 | "require": { |
| 445 | "php": ">=7.2", |
| 446 | "psr/log": "^1.0.1" |
| 447 | }, |
| 448 | "provide": { |
| 449 | "psr/log-implementation": "1.0.0" |
| 450 | }, |
| 451 | "require-dev": { |
| 452 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
| 453 | "doctrine/couchdb": "~1.0@dev", |
| 454 | "elasticsearch/elasticsearch": "^6.0", |
| 455 | "graylog2/gelf-php": "^1.4.2", |
| 456 | "php-amqplib/php-amqplib": "~2.4", |
| 457 | "php-console/php-console": "^3.1.3", |
| 458 | "php-parallel-lint/php-parallel-lint": "^1.0", |
| 459 | "phpspec/prophecy": "^1.6.1", |
| 460 | "phpunit/phpunit": "^8.5", |
| 461 | "predis/predis": "^1.1", |
| 462 | "rollbar/rollbar": "^1.3", |
| 463 | "ruflin/elastica": ">=0.90 <3.0", |
| 464 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
| 465 | }, |
| 466 | "suggest": { |
| 467 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
| 468 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
| 469 | "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", |
| 470 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
| 471 | "ext-mbstring": "Allow to work properly with unicode symbols", |
| 472 | "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", |
| 473 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
| 474 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", |
| 475 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
| 476 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
| 477 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
| 478 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
| 479 | }, |
| 480 | "type": "library", |
| 481 | "extra": { |
| 482 | "branch-alias": { |
| 483 | "dev-master": "2.x-dev" |
| 484 | } |
| 485 | }, |
| 486 | "autoload": { |
| 487 | "psr-4": { |
| 488 | "Monolog\\": "src/Monolog" |
| 489 | } |
| 490 | }, |
| 491 | "notification-url": "https://packagist.org/downloads/", |
| 492 | "license": [ |
| 493 | "MIT" |
| 494 | ], |
| 495 | "authors": [ |
| 496 | { |
| 497 | "name": "Jordi Boggiano", |
| 498 | "email": "j.boggiano@seld.be", |
| 499 | "homepage": "http://seld.be" |
| 500 | } |
| 501 | ], |
| 502 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
| 503 | "homepage": "http://github.com/Seldaek/monolog", |
| 504 | "keywords": [ |
| 505 | "log", |
| 506 | "logging", |
| 507 | "psr-3" |
| 508 | ], |
| 509 | "funding": [ |
| 510 | { |
| 511 | "url": "https://github.com/Seldaek", |
| 512 | "type": "github" |
| 513 | }, |
| 514 | { |
| 515 | "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", |
| 516 | "type": "tidelift" |
| 517 | } |
| 518 | ], |
| 519 | "time": "2020-07-23T08:41:23+00:00" |
| 520 | }, |
| 521 | { |
| 522 | "name": "phpseclib/phpseclib", |
| 523 | "version": "2.0.29", |
| 524 | "source": { |
| 525 | "type": "git", |
| 526 | "url": "https://github.com/phpseclib/phpseclib.git", |
| 527 | "reference": "497856a8d997f640b4a516062f84228a772a48a8" |
| 528 | }, |
| 529 | "dist": { |
| 530 | "type": "zip", |
| 531 | "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8", |
| 532 | "reference": "497856a8d997f640b4a516062f84228a772a48a8", |
| 533 | "shasum": "" |
| 534 | }, |
| 535 | "require": { |
| 536 | "php": ">=5.3.3" |
| 537 | }, |
| 538 | "require-dev": { |
| 539 | "phing/phing": "~2.7", |
| 540 | "phpunit/phpunit": "^4.8.35|^5.7|^6.0", |
| 541 | "squizlabs/php_codesniffer": "~2.0" |
| 542 | }, |
| 543 | "suggest": { |
| 544 | "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
| 545 | "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
| 546 | "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
| 547 | "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
| 548 | }, |
| 549 | "type": "library", |
| 550 | "autoload": { |
| 551 | "files": [ |
| 552 | "phpseclib/bootstrap.php" |
| 553 | ], |
| 554 | "psr-4": { |
| 555 | "phpseclib\\": "phpseclib/" |
| 556 | } |
| 557 | }, |
| 558 | "notification-url": "https://packagist.org/downloads/", |
| 559 | "license": [ |
| 560 | "MIT" |
| 561 | ], |
| 562 | "authors": [ |
| 563 | { |
| 564 | "name": "Jim Wigginton", |
| 565 | "email": "terrafrost@php.net", |
| 566 | "role": "Lead Developer" |
| 567 | }, |
| 568 | { |
| 569 | "name": "Patrick Monnerat", |
| 570 | "email": "pm@datasphere.ch", |
| 571 | "role": "Developer" |
| 572 | }, |
| 573 | { |
| 574 | "name": "Andreas Fischer", |
| 575 | "email": "bantu@phpbb.com", |
| 576 | "role": "Developer" |
| 577 | }, |
| 578 | { |
| 579 | "name": "Hans-Jürgen Petrich", |
| 580 | "email": "petrich@tronic-media.com", |
| 581 | "role": "Developer" |
| 582 | }, |
| 583 | { |
| 584 | "name": "Graham Campbell", |
| 585 | "email": "graham@alt-three.com", |
| 586 | "role": "Developer" |
| 587 | } |
| 588 | ], |
| 589 | "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
| 590 | "homepage": "http://phpseclib.sourceforge.net", |
| 591 | "keywords": [ |
| 592 | "BigInteger", |
| 593 | "aes", |
| 594 | "asn.1", |
| 595 | "asn1", |
| 596 | "blowfish", |
| 597 | "crypto", |
| 598 | "cryptography", |
| 599 | "encryption", |
| 600 | "rsa", |
| 601 | "security", |
| 602 | "sftp", |
| 603 | "signature", |
| 604 | "signing", |
| 605 | "ssh", |
| 606 | "twofish", |
| 607 | "x.509", |
| 608 | "x509" |
| 609 | ], |
| 610 | "funding": [ |
| 611 | { |
| 612 | "url": "https://github.com/terrafrost", |
| 613 | "type": "github" |
| 614 | }, |
| 615 | { |
| 616 | "url": "https://www.patreon.com/phpseclib", |
| 617 | "type": "patreon" |
| 618 | }, |
| 619 | { |
| 620 | "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", |
| 621 | "type": "tidelift" |
| 622 | } |
| 623 | ], |
| 624 | "time": "2020-09-08T04:24:43+00:00" |
| 625 | }, |
| 626 | { |
| 627 | "name": "psr/cache", |
| 628 | "version": "1.0.1", |
| 629 | "source": { |
| 630 | "type": "git", |
| 631 | "url": "https://github.com/php-fig/cache.git", |
| 632 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
| 633 | }, |
| 634 | "dist": { |
| 635 | "type": "zip", |
| 636 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 637 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 638 | "shasum": "" |
| 639 | }, |
| 640 | "require": { |
| 641 | "php": ">=5.3.0" |
| 642 | }, |
| 643 | "type": "library", |
| 644 | "extra": { |
| 645 | "branch-alias": { |
| 646 | "dev-master": "1.0.x-dev" |
| 647 | } |
| 648 | }, |
| 649 | "autoload": { |
| 650 | "psr-4": { |
| 651 | "Psr\\Cache\\": "src/" |
| 652 | } |
| 653 | }, |
| 654 | "notification-url": "https://packagist.org/downloads/", |
| 655 | "license": [ |
| 656 | "MIT" |
| 657 | ], |
| 658 | "authors": [ |
| 659 | { |
| 660 | "name": "PHP-FIG", |
| 661 | "homepage": "http://www.php-fig.org/" |
| 662 | } |
| 663 | ], |
| 664 | "description": "Common interface for caching libraries", |
| 665 | "keywords": [ |
| 666 | "cache", |
| 667 | "psr", |
| 668 | "psr-6" |
| 669 | ], |
| 670 | "time": "2016-08-06T20:24:11+00:00" |
| 671 | }, |
| 672 | { |
| 673 | "name": "psr/http-client", |
| 674 | "version": "1.0.1", |
| 675 | "source": { |
| 676 | "type": "git", |
| 677 | "url": "https://github.com/php-fig/http-client.git", |
| 678 | "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" |
| 679 | }, |
| 680 | "dist": { |
| 681 | "type": "zip", |
| 682 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
| 683 | "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
| 684 | "shasum": "" |
| 685 | }, |
| 686 | "require": { |
| 687 | "php": "^7.0 || ^8.0", |
| 688 | "psr/http-message": "^1.0" |
| 689 | }, |
| 690 | "type": "library", |
| 691 | "extra": { |
| 692 | "branch-alias": { |
| 693 | "dev-master": "1.0.x-dev" |
| 694 | } |
| 695 | }, |
| 696 | "autoload": { |
| 697 | "psr-4": { |
| 698 | "Psr\\Http\\Client\\": "src/" |
| 699 | } |
| 700 | }, |
| 701 | "notification-url": "https://packagist.org/downloads/", |
| 702 | "license": [ |
| 703 | "MIT" |
| 704 | ], |
| 705 | "authors": [ |
| 706 | { |
| 707 | "name": "PHP-FIG", |
| 708 | "homepage": "http://www.php-fig.org/" |
| 709 | } |
| 710 | ], |
| 711 | "description": "Common interface for HTTP clients", |
| 712 | "homepage": "https://github.com/php-fig/http-client", |
| 713 | "keywords": [ |
| 714 | "http", |
| 715 | "http-client", |
| 716 | "psr", |
| 717 | "psr-18" |
| 718 | ], |
| 719 | "time": "2020-06-29T06:28:15+00:00" |
| 720 | }, |
| 721 | { |
| 722 | "name": "psr/http-message", |
| 723 | "version": "1.0.1", |
| 724 | "source": { |
| 725 | "type": "git", |
| 726 | "url": "https://github.com/php-fig/http-message.git", |
| 727 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
| 728 | }, |
| 729 | "dist": { |
| 730 | "type": "zip", |
| 731 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 732 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 733 | "shasum": "" |
| 734 | }, |
| 735 | "require": { |
| 736 | "php": ">=5.3.0" |
| 737 | }, |
| 738 | "type": "library", |
| 739 | "extra": { |
| 740 | "branch-alias": { |
| 741 | "dev-master": "1.0.x-dev" |
| 742 | } |
| 743 | }, |
| 744 | "autoload": { |
| 745 | "psr-4": { |
| 746 | "Psr\\Http\\Message\\": "src/" |
| 747 | } |
| 748 | }, |
| 749 | "notification-url": "https://packagist.org/downloads/", |
| 750 | "license": [ |
| 751 | "MIT" |
| 752 | ], |
| 753 | "authors": [ |
| 754 | { |
| 755 | "name": "PHP-FIG", |
| 756 | "homepage": "http://www.php-fig.org/" |
| 757 | } |
| 758 | ], |
| 759 | "description": "Common interface for HTTP messages", |
| 760 | "homepage": "https://github.com/php-fig/http-message", |
| 761 | "keywords": [ |
| 762 | "http", |
| 763 | "http-message", |
| 764 | "psr", |
| 765 | "psr-7", |
| 766 | "request", |
| 767 | "response" |
| 768 | ], |
| 769 | "time": "2016-08-06T14:39:51+00:00" |
| 770 | }, |
| 771 | { |
| 772 | "name": "psr/log", |
| 773 | "version": "1.1.3", |
| 774 | "source": { |
| 775 | "type": "git", |
| 776 | "url": "https://github.com/php-fig/log.git", |
| 777 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
| 778 | }, |
| 779 | "dist": { |
| 780 | "type": "zip", |
| 781 | "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
| 782 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
| 783 | "shasum": "" |
| 784 | }, |
| 785 | "require": { |
| 786 | "php": ">=5.3.0" |
| 787 | }, |
| 788 | "type": "library", |
| 789 | "extra": { |
| 790 | "branch-alias": { |
| 791 | "dev-master": "1.1.x-dev" |
| 792 | } |
| 793 | }, |
| 794 | "autoload": { |
| 795 | "psr-4": { |
| 796 | "Psr\\Log\\": "Psr/Log/" |
| 797 | } |
| 798 | }, |
| 799 | "notification-url": "https://packagist.org/downloads/", |
| 800 | "license": [ |
| 801 | "MIT" |
| 802 | ], |
| 803 | "authors": [ |
| 804 | { |
| 805 | "name": "PHP-FIG", |
| 806 | "homepage": "http://www.php-fig.org/" |
| 807 | } |
| 808 | ], |
| 809 | "description": "Common interface for logging libraries", |
| 810 | "homepage": "https://github.com/php-fig/log", |
| 811 | "keywords": [ |
| 812 | "log", |
| 813 | "psr", |
| 814 | "psr-3" |
| 815 | ], |
| 816 | "time": "2020-03-23T09:12:05+00:00" |
| 817 | }, |
| 818 | { |
| 819 | "name": "ralouphie/getallheaders", |
| 820 | "version": "3.0.3", |
| 821 | "source": { |
| 822 | "type": "git", |
| 823 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 824 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 825 | }, |
| 826 | "dist": { |
| 827 | "type": "zip", |
| 828 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 829 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 830 | "shasum": "" |
| 831 | }, |
| 832 | "require": { |
| 833 | "php": ">=5.6" |
| 834 | }, |
| 835 | "require-dev": { |
| 836 | "php-coveralls/php-coveralls": "^2.1", |
| 837 | "phpunit/phpunit": "^5 || ^6.5" |
| 838 | }, |
| 839 | "type": "library", |
| 840 | "autoload": { |
| 841 | "files": [ |
| 842 | "src/getallheaders.php" |
| 843 | ] |
| 844 | }, |
| 845 | "notification-url": "https://packagist.org/downloads/", |
| 846 | "license": [ |
| 847 | "MIT" |
| 848 | ], |
| 849 | "authors": [ |
| 850 | { |
| 851 | "name": "Ralph Khattar", |
| 852 | "email": "ralph.khattar@gmail.com" |
| 853 | } |
| 854 | ], |
| 855 | "description": "A polyfill for getallheaders.", |
| 856 | "time": "2019-03-08T08:55:37+00:00" |
| 857 | } |
| 858 | ], |
| 859 | "packages-dev": [], |
| 860 | "aliases": [], |
| 861 | "minimum-stability": "stable", |
| 862 | "stability-flags": [], |
| 863 | "prefer-stable": false, |
| 864 | "prefer-lowest": false, |
| 865 | "platform": [], |
| 866 | "platform-dev": [], |
| 867 | "plugin-api-version": "1.1.0" |
| 868 | } |