| 1 |
[ |
| 2 |
{ |
| 3 |
"name": "guzzlehttp/guzzle", |
| 4 |
"version": "6.5.5", |
| 5 |
"version_normalized": "6.5.5.0", |
| 6 |
"source": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/guzzle/guzzle.git", |
| 9 |
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" |
| 10 |
}, |
| 11 |
"dist": { |
| 12 |
"type": "zip", |
| 13 |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", |
| 14 |
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", |
| 15 |
"shasum": "" |
| 16 |
}, |
| 17 |
"require": { |
| 18 |
"ext-json": "*", |
| 19 |
"guzzlehttp/promises": "^1.0", |
| 20 |
"guzzlehttp/psr7": "^1.6.1", |
| 21 |
"php": ">=5.5", |
| 22 |
"symfony/polyfill-intl-idn": "^1.17.0" |
| 23 |
}, |
| 24 |
"require-dev": { |
| 25 |
"ext-curl": "*", |
| 26 |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
| 27 |
"psr/log": "^1.1" |
| 28 |
}, |
| 29 |
"suggest": { |
| 30 |
"psr/log": "Required for using the Log middleware" |
| 31 |
}, |
| 32 |
"time": "2020-06-16T21:01:06+00:00", |
| 33 |
"type": "library", |
| 34 |
"extra": { |
| 35 |
"branch-alias": { |
| 36 |
"dev-master": "6.5-dev" |
| 37 |
} |
| 38 |
}, |
| 39 |
"installation-source": "dist", |
| 40 |
"autoload": { |
| 41 |
"psr-4": { |
| 42 |
"GuzzleHttp\\": "src/" |
| 43 |
}, |
| 44 |
"files": [ |
| 45 |
"src/functions_include.php" |
| 46 |
] |
| 47 |
}, |
| 48 |
"notification-url": "https://packagist.org/downloads/", |
| 49 |
"license": [ |
| 50 |
"MIT" |
| 51 |
], |
| 52 |
"authors": [ |
| 53 |
{ |
| 54 |
"name": "Michael Dowling", |
| 55 |
"email": "mtdowling@gmail.com", |
| 56 |
"homepage": "https://github.com/mtdowling" |
| 57 |
} |
| 58 |
], |
| 59 |
"description": "Guzzle is a PHP HTTP client library", |
| 60 |
"homepage": "http://guzzlephp.org/", |
| 61 |
"keywords": [ |
| 62 |
"client", |
| 63 |
"curl", |
| 64 |
"framework", |
| 65 |
"http", |
| 66 |
"http client", |
| 67 |
"rest", |
| 68 |
"web service" |
| 69 |
] |
| 70 |
}, |
| 71 |
{ |
| 72 |
"name": "guzzlehttp/promises", |
| 73 |
"version": "1.4.1", |
| 74 |
"version_normalized": "1.4.1.0", |
| 75 |
"source": { |
| 76 |
"type": "git", |
| 77 |
"url": "https://github.com/guzzle/promises.git", |
| 78 |
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" |
| 79 |
}, |
| 80 |
"dist": { |
| 81 |
"type": "zip", |
| 82 |
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", |
| 83 |
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", |
| 84 |
"shasum": "" |
| 85 |
}, |
| 86 |
"require": { |
| 87 |
"php": ">=5.5" |
| 88 |
}, |
| 89 |
"require-dev": { |
| 90 |
"symfony/phpunit-bridge": "^4.4 || ^5.1" |
| 91 |
}, |
| 92 |
"time": "2021-03-07T09:25:29+00:00", |
| 93 |
"type": "library", |
| 94 |
"extra": { |
| 95 |
"branch-alias": { |
| 96 |
"dev-master": "1.4-dev" |
| 97 |
} |
| 98 |
}, |
| 99 |
"installation-source": "dist", |
| 100 |
"autoload": { |
| 101 |
"psr-4": { |
| 102 |
"GuzzleHttp\\Promise\\": "src/" |
| 103 |
}, |
| 104 |
"files": [ |
| 105 |
"src/functions_include.php" |
| 106 |
] |
| 107 |
}, |
| 108 |
"notification-url": "https://packagist.org/downloads/", |
| 109 |
"license": [ |
| 110 |
"MIT" |
| 111 |
], |
| 112 |
"authors": [ |
| 113 |
{ |
| 114 |
"name": "Michael Dowling", |
| 115 |
"email": "mtdowling@gmail.com", |
| 116 |
"homepage": "https://github.com/mtdowling" |
| 117 |
} |
| 118 |
], |
| 119 |
"description": "Guzzle promises library", |
| 120 |
"keywords": [ |
| 121 |
"promise" |
| 122 |
] |
| 123 |
}, |
| 124 |
{ |
| 125 |
"name": "guzzlehttp/psr7", |
| 126 |
"version": "1.8.2", |
| 127 |
"version_normalized": "1.8.2.0", |
| 128 |
"source": { |
| 129 |
"type": "git", |
| 130 |
"url": "https://github.com/guzzle/psr7.git", |
| 131 |
"reference": "dc960a912984efb74d0a90222870c72c87f10c91" |
| 132 |
}, |
| 133 |
"dist": { |
| 134 |
"type": "zip", |
| 135 |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", |
| 136 |
"reference": "dc960a912984efb74d0a90222870c72c87f10c91", |
| 137 |
"shasum": "" |
| 138 |
}, |
| 139 |
"require": { |
| 140 |
"php": ">=5.4.0", |
| 141 |
"psr/http-message": "~1.0", |
| 142 |
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
| 143 |
}, |
| 144 |
"provide": { |
| 145 |
"psr/http-message-implementation": "1.0" |
| 146 |
}, |
| 147 |
"require-dev": { |
| 148 |
"ext-zlib": "*", |
| 149 |
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" |
| 150 |
}, |
| 151 |
"suggest": { |
| 152 |
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 153 |
}, |
| 154 |
"time": "2021-04-26T09:17:50+00:00", |
| 155 |
"type": "library", |
| 156 |
"extra": { |
| 157 |
"branch-alias": { |
| 158 |
"dev-master": "1.7-dev" |
| 159 |
} |
| 160 |
}, |
| 161 |
"installation-source": "dist", |
| 162 |
"autoload": { |
| 163 |
"psr-4": { |
| 164 |
"GuzzleHttp\\Psr7\\": "src/" |
| 165 |
}, |
| 166 |
"files": [ |
| 167 |
"src/functions_include.php" |
| 168 |
] |
| 169 |
}, |
| 170 |
"notification-url": "https://packagist.org/downloads/", |
| 171 |
"license": [ |
| 172 |
"MIT" |
| 173 |
], |
| 174 |
"authors": [ |
| 175 |
{ |
| 176 |
"name": "Michael Dowling", |
| 177 |
"email": "mtdowling@gmail.com", |
| 178 |
"homepage": "https://github.com/mtdowling" |
| 179 |
}, |
| 180 |
{ |
| 181 |
"name": "Tobias Schultze", |
| 182 |
"homepage": "https://github.com/Tobion" |
| 183 |
} |
| 184 |
], |
| 185 |
"description": "PSR-7 message implementation that also provides common utility methods", |
| 186 |
"keywords": [ |
| 187 |
"http", |
| 188 |
"message", |
| 189 |
"psr-7", |
| 190 |
"request", |
| 191 |
"response", |
| 192 |
"stream", |
| 193 |
"uri", |
| 194 |
"url" |
| 195 |
] |
| 196 |
}, |
| 197 |
{ |
| 198 |
"name": "monei/monei-php-sdk", |
| 199 |
"version": "0.1.9", |
| 200 |
"version_normalized": "0.1.9.0", |
| 201 |
"source": { |
| 202 |
"type": "git", |
| 203 |
"url": "https://github.com/MONEI/monei-php-sdk.git", |
| 204 |
"reference": "cfa29850916cb4d992630d83cd230b5b619b6af5" |
| 205 |
}, |
| 206 |
"dist": { |
| 207 |
"type": "zip", |
| 208 |
"url": "https://api.github.com/repos/MONEI/monei-php-sdk/zipball/cfa29850916cb4d992630d83cd230b5b619b6af5", |
| 209 |
"reference": "cfa29850916cb4d992630d83cd230b5b619b6af5", |
| 210 |
"shasum": "" |
| 211 |
}, |
| 212 |
"require": { |
| 213 |
"ext-curl": "*", |
| 214 |
"ext-json": "*", |
| 215 |
"ext-mbstring": "*", |
| 216 |
"guzzlehttp/guzzle": "^6.2", |
| 217 |
"php": ">=5.5" |
| 218 |
}, |
| 219 |
"require-dev": { |
| 220 |
"friendsofphp/php-cs-fixer": "~2.12", |
| 221 |
"phpunit/phpunit": "^7.4", |
| 222 |
"squizlabs/php_codesniffer": "~2.6" |
| 223 |
}, |
| 224 |
"time": "2021-06-21T18:44:33+00:00", |
| 225 |
"type": "library", |
| 226 |
"installation-source": "dist", |
| 227 |
"autoload": { |
| 228 |
"psr-4": { |
| 229 |
"OpenAPI\\Client\\": "lib/", |
| 230 |
"Monei\\": "lib/" |
| 231 |
} |
| 232 |
}, |
| 233 |
"notification-url": "https://packagist.org/downloads/", |
| 234 |
"license": [ |
| 235 |
"MIT" |
| 236 |
], |
| 237 |
"authors": [ |
| 238 |
{ |
| 239 |
"name": "MONEI", |
| 240 |
"homepage": "https://monei.com" |
| 241 |
} |
| 242 |
], |
| 243 |
"description": "The MONEI SDK will allow you to interact with our API in an easy and predictable way.", |
| 244 |
"homepage": "https://monei.com", |
| 245 |
"keywords": [ |
| 246 |
"api", |
| 247 |
"monei", |
| 248 |
"monei pay", |
| 249 |
"pay", |
| 250 |
"payment gateway", |
| 251 |
"payments", |
| 252 |
"php", |
| 253 |
"rest", |
| 254 |
"sdk" |
| 255 |
] |
| 256 |
}, |
| 257 |
{ |
| 258 |
"name": "psr/http-message", |
| 259 |
"version": "1.0.1", |
| 260 |
"version_normalized": "1.0.1.0", |
| 261 |
"source": { |
| 262 |
"type": "git", |
| 263 |
"url": "https://github.com/php-fig/http-message.git", |
| 264 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
| 265 |
}, |
| 266 |
"dist": { |
| 267 |
"type": "zip", |
| 268 |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 269 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 270 |
"shasum": "" |
| 271 |
}, |
| 272 |
"require": { |
| 273 |
"php": ">=5.3.0" |
| 274 |
}, |
| 275 |
"time": "2016-08-06T14:39:51+00:00", |
| 276 |
"type": "library", |
| 277 |
"extra": { |
| 278 |
"branch-alias": { |
| 279 |
"dev-master": "1.0.x-dev" |
| 280 |
} |
| 281 |
}, |
| 282 |
"installation-source": "dist", |
| 283 |
"autoload": { |
| 284 |
"psr-4": { |
| 285 |
"Psr\\Http\\Message\\": "src/" |
| 286 |
} |
| 287 |
}, |
| 288 |
"notification-url": "https://packagist.org/downloads/", |
| 289 |
"license": [ |
| 290 |
"MIT" |
| 291 |
], |
| 292 |
"authors": [ |
| 293 |
{ |
| 294 |
"name": "PHP-FIG", |
| 295 |
"homepage": "http://www.php-fig.org/" |
| 296 |
} |
| 297 |
], |
| 298 |
"description": "Common interface for HTTP messages", |
| 299 |
"homepage": "https://github.com/php-fig/http-message", |
| 300 |
"keywords": [ |
| 301 |
"http", |
| 302 |
"http-message", |
| 303 |
"psr", |
| 304 |
"psr-7", |
| 305 |
"request", |
| 306 |
"response" |
| 307 |
] |
| 308 |
}, |
| 309 |
{ |
| 310 |
"name": "ralouphie/getallheaders", |
| 311 |
"version": "3.0.3", |
| 312 |
"version_normalized": "3.0.3.0", |
| 313 |
"source": { |
| 314 |
"type": "git", |
| 315 |
"url": "https://github.com/ralouphie/getallheaders.git", |
| 316 |
"reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 317 |
}, |
| 318 |
"dist": { |
| 319 |
"type": "zip", |
| 320 |
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 321 |
"reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 322 |
"shasum": "" |
| 323 |
}, |
| 324 |
"require": { |
| 325 |
"php": ">=5.6" |
| 326 |
}, |
| 327 |
"require-dev": { |
| 328 |
"php-coveralls/php-coveralls": "^2.1", |
| 329 |
"phpunit/phpunit": "^5 || ^6.5" |
| 330 |
}, |
| 331 |
"time": "2019-03-08T08:55:37+00:00", |
| 332 |
"type": "library", |
| 333 |
"installation-source": "dist", |
| 334 |
"autoload": { |
| 335 |
"files": [ |
| 336 |
"src/getallheaders.php" |
| 337 |
] |
| 338 |
}, |
| 339 |
"notification-url": "https://packagist.org/downloads/", |
| 340 |
"license": [ |
| 341 |
"MIT" |
| 342 |
], |
| 343 |
"authors": [ |
| 344 |
{ |
| 345 |
"name": "Ralph Khattar", |
| 346 |
"email": "ralph.khattar@gmail.com" |
| 347 |
} |
| 348 |
], |
| 349 |
"description": "A polyfill for getallheaders." |
| 350 |
}, |
| 351 |
{ |
| 352 |
"name": "symfony/polyfill-intl-idn", |
| 353 |
"version": "v1.23.0", |
| 354 |
"version_normalized": "1.23.0.0", |
| 355 |
"source": { |
| 356 |
"type": "git", |
| 357 |
"url": "https://github.com/symfony/polyfill-intl-idn.git", |
| 358 |
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" |
| 359 |
}, |
| 360 |
"dist": { |
| 361 |
"type": "zip", |
| 362 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", |
| 363 |
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", |
| 364 |
"shasum": "" |
| 365 |
}, |
| 366 |
"require": { |
| 367 |
"php": ">=7.1", |
| 368 |
"symfony/polyfill-intl-normalizer": "^1.10", |
| 369 |
"symfony/polyfill-php72": "^1.10" |
| 370 |
}, |
| 371 |
"suggest": { |
| 372 |
"ext-intl": "For best performance" |
| 373 |
}, |
| 374 |
"time": "2021-05-27T09:27:20+00:00", |
| 375 |
"type": "library", |
| 376 |
"extra": { |
| 377 |
"branch-alias": { |
| 378 |
"dev-main": "1.23-dev" |
| 379 |
}, |
| 380 |
"thanks": { |
| 381 |
"name": "symfony/polyfill", |
| 382 |
"url": "https://github.com/symfony/polyfill" |
| 383 |
} |
| 384 |
}, |
| 385 |
"installation-source": "dist", |
| 386 |
"autoload": { |
| 387 |
"psr-4": { |
| 388 |
"Symfony\\Polyfill\\Intl\\Idn\\": "" |
| 389 |
}, |
| 390 |
"files": [ |
| 391 |
"bootstrap.php" |
| 392 |
] |
| 393 |
}, |
| 394 |
"notification-url": "https://packagist.org/downloads/", |
| 395 |
"license": [ |
| 396 |
"MIT" |
| 397 |
], |
| 398 |
"authors": [ |
| 399 |
{ |
| 400 |
"name": "Laurent Bassin", |
| 401 |
"email": "laurent@bassin.info" |
| 402 |
}, |
| 403 |
{ |
| 404 |
"name": "Trevor Rowbotham", |
| 405 |
"email": "trevor.rowbotham@pm.me" |
| 406 |
}, |
| 407 |
{ |
| 408 |
"name": "Symfony Community", |
| 409 |
"homepage": "https://symfony.com/contributors" |
| 410 |
} |
| 411 |
], |
| 412 |
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", |
| 413 |
"homepage": "https://symfony.com", |
| 414 |
"keywords": [ |
| 415 |
"compatibility", |
| 416 |
"idn", |
| 417 |
"intl", |
| 418 |
"polyfill", |
| 419 |
"portable", |
| 420 |
"shim" |
| 421 |
] |
| 422 |
}, |
| 423 |
{ |
| 424 |
"name": "symfony/polyfill-intl-normalizer", |
| 425 |
"version": "v1.23.0", |
| 426 |
"version_normalized": "1.23.0.0", |
| 427 |
"source": { |
| 428 |
"type": "git", |
| 429 |
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 430 |
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" |
| 431 |
}, |
| 432 |
"dist": { |
| 433 |
"type": "zip", |
| 434 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", |
| 435 |
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", |
| 436 |
"shasum": "" |
| 437 |
}, |
| 438 |
"require": { |
| 439 |
"php": ">=7.1" |
| 440 |
}, |
| 441 |
"suggest": { |
| 442 |
"ext-intl": "For best performance" |
| 443 |
}, |
| 444 |
"time": "2021-02-19T12:13:01+00:00", |
| 445 |
"type": "library", |
| 446 |
"extra": { |
| 447 |
"branch-alias": { |
| 448 |
"dev-main": "1.23-dev" |
| 449 |
}, |
| 450 |
"thanks": { |
| 451 |
"name": "symfony/polyfill", |
| 452 |
"url": "https://github.com/symfony/polyfill" |
| 453 |
} |
| 454 |
}, |
| 455 |
"installation-source": "dist", |
| 456 |
"autoload": { |
| 457 |
"psr-4": { |
| 458 |
"Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 459 |
}, |
| 460 |
"files": [ |
| 461 |
"bootstrap.php" |
| 462 |
], |
| 463 |
"classmap": [ |
| 464 |
"Resources/stubs" |
| 465 |
] |
| 466 |
}, |
| 467 |
"notification-url": "https://packagist.org/downloads/", |
| 468 |
"license": [ |
| 469 |
"MIT" |
| 470 |
], |
| 471 |
"authors": [ |
| 472 |
{ |
| 473 |
"name": "Nicolas Grekas", |
| 474 |
"email": "p@tchwork.com" |
| 475 |
}, |
| 476 |
{ |
| 477 |
"name": "Symfony Community", |
| 478 |
"homepage": "https://symfony.com/contributors" |
| 479 |
} |
| 480 |
], |
| 481 |
"description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 482 |
"homepage": "https://symfony.com", |
| 483 |
"keywords": [ |
| 484 |
"compatibility", |
| 485 |
"intl", |
| 486 |
"normalizer", |
| 487 |
"polyfill", |
| 488 |
"portable", |
| 489 |
"shim" |
| 490 |
] |
| 491 |
}, |
| 492 |
{ |
| 493 |
"name": "symfony/polyfill-php72", |
| 494 |
"version": "v1.23.0", |
| 495 |
"version_normalized": "1.23.0.0", |
| 496 |
"source": { |
| 497 |
"type": "git", |
| 498 |
"url": "https://github.com/symfony/polyfill-php72.git", |
| 499 |
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976" |
| 500 |
}, |
| 501 |
"dist": { |
| 502 |
"type": "zip", |
| 503 |
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", |
| 504 |
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976", |
| 505 |
"shasum": "" |
| 506 |
}, |
| 507 |
"require": { |
| 508 |
"php": ">=7.1" |
| 509 |
}, |
| 510 |
"time": "2021-05-27T09:17:38+00:00", |
| 511 |
"type": "library", |
| 512 |
"extra": { |
| 513 |
"branch-alias": { |
| 514 |
"dev-main": "1.23-dev" |
| 515 |
}, |
| 516 |
"thanks": { |
| 517 |
"name": "symfony/polyfill", |
| 518 |
"url": "https://github.com/symfony/polyfill" |
| 519 |
} |
| 520 |
}, |
| 521 |
"installation-source": "dist", |
| 522 |
"autoload": { |
| 523 |
"psr-4": { |
| 524 |
"Symfony\\Polyfill\\Php72\\": "" |
| 525 |
}, |
| 526 |
"files": [ |
| 527 |
"bootstrap.php" |
| 528 |
] |
| 529 |
}, |
| 530 |
"notification-url": "https://packagist.org/downloads/", |
| 531 |
"license": [ |
| 532 |
"MIT" |
| 533 |
], |
| 534 |
"authors": [ |
| 535 |
{ |
| 536 |
"name": "Nicolas Grekas", |
| 537 |
"email": "p@tchwork.com" |
| 538 |
}, |
| 539 |
{ |
| 540 |
"name": "Symfony Community", |
| 541 |
"homepage": "https://symfony.com/contributors" |
| 542 |
} |
| 543 |
], |
| 544 |
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
| 545 |
"homepage": "https://symfony.com", |
| 546 |
"keywords": [ |
| 547 |
"compatibility", |
| 548 |
"polyfill", |
| 549 |
"portable", |
| 550 |
"shim" |
| 551 |
] |
| 552 |
} |
| 553 |
] |
| 554 |
|