ClassLoader.php
7 months ago
InstalledVersions.php
7 months ago
LICENSE
7 months ago
autoload_classmap.php
7 months ago
autoload_files.php
7 months ago
autoload_namespaces.php
7 months ago
autoload_psr4.php
7 months ago
autoload_real.php
7 months ago
autoload_static.php
7 months ago
installed.json
7 months ago
installed.php
7 months ago
platform_check.php
7 months ago
installed.json
1448 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "firebase/php-jwt", |
| 5 | "version": "v6.10.0", |
| 6 | "version_normalized": "6.10.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/firebase/php-jwt.git", |
| 10 | "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", |
| 15 | "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "php": "^7.4||^8.0" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "guzzlehttp/guzzle": "^6.5||^7.4", |
| 23 | "phpspec/prophecy-phpunit": "^2.0", |
| 24 | "phpunit/phpunit": "^9.5", |
| 25 | "psr/cache": "^1.0||^2.0", |
| 26 | "psr/http-client": "^1.0", |
| 27 | "psr/http-factory": "^1.0" |
| 28 | }, |
| 29 | "suggest": { |
| 30 | "ext-sodium": "Support EdDSA (Ed25519) signatures", |
| 31 | "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" |
| 32 | }, |
| 33 | "time": "2023-12-01T16:26:39+00:00", |
| 34 | "type": "library", |
| 35 | "installation-source": "dist", |
| 36 | "autoload": { |
| 37 | "psr-4": { |
| 38 | "Firebase\\JWT\\": "src" |
| 39 | } |
| 40 | }, |
| 41 | "notification-url": "https://packagist.org/downloads/", |
| 42 | "license": [ |
| 43 | "BSD-3-Clause" |
| 44 | ], |
| 45 | "authors": [ |
| 46 | { |
| 47 | "name": "Neuman Vong", |
| 48 | "email": "neuman+pear@twilio.com", |
| 49 | "role": "Developer" |
| 50 | }, |
| 51 | { |
| 52 | "name": "Anant Narayanan", |
| 53 | "email": "anant@php.net", |
| 54 | "role": "Developer" |
| 55 | } |
| 56 | ], |
| 57 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
| 58 | "homepage": "https://github.com/firebase/php-jwt", |
| 59 | "keywords": [ |
| 60 | "jwt", |
| 61 | "php" |
| 62 | ], |
| 63 | "support": { |
| 64 | "issues": "https://github.com/firebase/php-jwt/issues", |
| 65 | "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" |
| 66 | }, |
| 67 | "install-path": "../firebase/php-jwt" |
| 68 | }, |
| 69 | { |
| 70 | "name": "google/apiclient", |
| 71 | "version": "v2.16.1", |
| 72 | "version_normalized": "2.16.1.0", |
| 73 | "source": { |
| 74 | "type": "git", |
| 75 | "url": "https://github.com/googleapis/google-api-php-client.git", |
| 76 | "reference": "d7066f3a205aaeb83cce439613770e69394a43c8" |
| 77 | }, |
| 78 | "dist": { |
| 79 | "type": "zip", |
| 80 | "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/d7066f3a205aaeb83cce439613770e69394a43c8", |
| 81 | "reference": "d7066f3a205aaeb83cce439613770e69394a43c8", |
| 82 | "shasum": "" |
| 83 | }, |
| 84 | "require": { |
| 85 | "firebase/php-jwt": "~6.0", |
| 86 | "google/apiclient-services": "~0.350", |
| 87 | "google/auth": "^1.37", |
| 88 | "guzzlehttp/guzzle": "^6.5.8||^7.4.5", |
| 89 | "guzzlehttp/psr7": "^1.9.1||^2.2.1", |
| 90 | "monolog/monolog": "^2.9||^3.0", |
| 91 | "php": "^7.4|^8.0", |
| 92 | "phpseclib/phpseclib": "^3.0.36" |
| 93 | }, |
| 94 | "require-dev": { |
| 95 | "cache/filesystem-adapter": "^1.1", |
| 96 | "composer/composer": "^1.10.23", |
| 97 | "phpcompatibility/php-compatibility": "^9.2", |
| 98 | "phpspec/prophecy-phpunit": "^2.0", |
| 99 | "phpunit/phpunit": "^9.5", |
| 100 | "squizlabs/php_codesniffer": "^3.8", |
| 101 | "symfony/css-selector": "~2.1", |
| 102 | "symfony/dom-crawler": "~2.1" |
| 103 | }, |
| 104 | "suggest": { |
| 105 | "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)" |
| 106 | }, |
| 107 | "time": "2024-12-12T17:34:46+00:00", |
| 108 | "type": "library", |
| 109 | "extra": { |
| 110 | "branch-alias": { |
| 111 | "dev-main": "2.x-dev" |
| 112 | } |
| 113 | }, |
| 114 | "installation-source": "dist", |
| 115 | "autoload": { |
| 116 | "files": [ |
| 117 | "src/aliases.php" |
| 118 | ], |
| 119 | "psr-4": { |
| 120 | "Google\\": "src/" |
| 121 | }, |
| 122 | "classmap": [ |
| 123 | "src/aliases.php" |
| 124 | ] |
| 125 | }, |
| 126 | "notification-url": "https://packagist.org/downloads/", |
| 127 | "license": [ |
| 128 | "Apache-2.0" |
| 129 | ], |
| 130 | "description": "Client library for Google APIs", |
| 131 | "homepage": "http://developers.google.com/api-client-library/php", |
| 132 | "keywords": [ |
| 133 | "google" |
| 134 | ], |
| 135 | "support": { |
| 136 | "issues": "https://github.com/googleapis/google-api-php-client/issues", |
| 137 | "source": "https://github.com/googleapis/google-api-php-client/tree/v2.16.1" |
| 138 | }, |
| 139 | "install-path": "../google/apiclient" |
| 140 | }, |
| 141 | { |
| 142 | "name": "google/apiclient-services", |
| 143 | "version": "v0.355.0", |
| 144 | "version_normalized": "0.355.0.0", |
| 145 | "source": { |
| 146 | "type": "git", |
| 147 | "url": "https://github.com/googleapis/google-api-php-client-services.git", |
| 148 | "reference": "235e6a45ecafd77accc102b5ab6d529aab54da23" |
| 149 | }, |
| 150 | "dist": { |
| 151 | "type": "zip", |
| 152 | "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/235e6a45ecafd77accc102b5ab6d529aab54da23", |
| 153 | "reference": "235e6a45ecafd77accc102b5ab6d529aab54da23", |
| 154 | "shasum": "" |
| 155 | }, |
| 156 | "require": { |
| 157 | "php": "^7.4||^8.0" |
| 158 | }, |
| 159 | "require-dev": { |
| 160 | "phpunit/phpunit": "^5.7||^8.5.13" |
| 161 | }, |
| 162 | "time": "2024-05-11T01:02:11+00:00", |
| 163 | "type": "library", |
| 164 | "installation-source": "dist", |
| 165 | "autoload": { |
| 166 | "files": [ |
| 167 | "autoload.php" |
| 168 | ], |
| 169 | "psr-4": { |
| 170 | "Google\\Service\\": "src" |
| 171 | } |
| 172 | }, |
| 173 | "notification-url": "https://packagist.org/downloads/", |
| 174 | "license": [ |
| 175 | "Apache-2.0" |
| 176 | ], |
| 177 | "description": "Client library for Google APIs", |
| 178 | "homepage": "http://developers.google.com/api-client-library/php", |
| 179 | "keywords": [ |
| 180 | "google" |
| 181 | ], |
| 182 | "support": { |
| 183 | "issues": "https://github.com/googleapis/google-api-php-client-services/issues", |
| 184 | "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.355.0" |
| 185 | }, |
| 186 | "install-path": "../google/apiclient-services" |
| 187 | }, |
| 188 | { |
| 189 | "name": "google/auth", |
| 190 | "version": "v1.37.1", |
| 191 | "version_normalized": "1.37.1.0", |
| 192 | "source": { |
| 193 | "type": "git", |
| 194 | "url": "https://github.com/googleapis/google-auth-library-php.git", |
| 195 | "reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46" |
| 196 | }, |
| 197 | "dist": { |
| 198 | "type": "zip", |
| 199 | "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46", |
| 200 | "reference": "1a7de77b72e6ac60dccf0e6478c4c1005bb0ff46", |
| 201 | "shasum": "" |
| 202 | }, |
| 203 | "require": { |
| 204 | "firebase/php-jwt": "^6.0", |
| 205 | "guzzlehttp/guzzle": "^6.5.8||^7.4.5", |
| 206 | "guzzlehttp/psr7": "^2.4.5", |
| 207 | "php": "^7.4||^8.0", |
| 208 | "psr/cache": "^1.0||^2.0||^3.0", |
| 209 | "psr/http-message": "^1.1||^2.0" |
| 210 | }, |
| 211 | "require-dev": { |
| 212 | "guzzlehttp/promises": "^2.0", |
| 213 | "kelvinmo/simplejwt": "0.7.1", |
| 214 | "phpseclib/phpseclib": "^3.0", |
| 215 | "phpspec/prophecy-phpunit": "^2.0", |
| 216 | "phpunit/phpunit": "^9.0.0", |
| 217 | "sebastian/comparator": ">=1.2.3", |
| 218 | "squizlabs/php_codesniffer": "^3.5" |
| 219 | }, |
| 220 | "suggest": { |
| 221 | "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." |
| 222 | }, |
| 223 | "time": "2024-04-03T18:41:12+00:00", |
| 224 | "type": "library", |
| 225 | "installation-source": "dist", |
| 226 | "autoload": { |
| 227 | "psr-4": { |
| 228 | "Google\\Auth\\": "src" |
| 229 | } |
| 230 | }, |
| 231 | "notification-url": "https://packagist.org/downloads/", |
| 232 | "license": [ |
| 233 | "Apache-2.0" |
| 234 | ], |
| 235 | "description": "Google Auth Library for PHP", |
| 236 | "homepage": "http://github.com/google/google-auth-library-php", |
| 237 | "keywords": [ |
| 238 | "Authentication", |
| 239 | "google", |
| 240 | "oauth2" |
| 241 | ], |
| 242 | "support": { |
| 243 | "docs": "https://googleapis.github.io/google-auth-library-php/main/", |
| 244 | "issues": "https://github.com/googleapis/google-auth-library-php/issues", |
| 245 | "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.37.1" |
| 246 | }, |
| 247 | "install-path": "../google/auth" |
| 248 | }, |
| 249 | { |
| 250 | "name": "guzzlehttp/guzzle", |
| 251 | "version": "7.10.0", |
| 252 | "version_normalized": "7.10.0.0", |
| 253 | "source": { |
| 254 | "type": "git", |
| 255 | "url": "https://github.com/guzzle/guzzle.git", |
| 256 | "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" |
| 257 | }, |
| 258 | "dist": { |
| 259 | "type": "zip", |
| 260 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", |
| 261 | "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", |
| 262 | "shasum": "" |
| 263 | }, |
| 264 | "require": { |
| 265 | "ext-json": "*", |
| 266 | "guzzlehttp/promises": "^2.3", |
| 267 | "guzzlehttp/psr7": "^2.8", |
| 268 | "php": "^7.2.5 || ^8.0", |
| 269 | "psr/http-client": "^1.0", |
| 270 | "symfony/deprecation-contracts": "^2.2 || ^3.0" |
| 271 | }, |
| 272 | "provide": { |
| 273 | "psr/http-client-implementation": "1.0" |
| 274 | }, |
| 275 | "require-dev": { |
| 276 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 277 | "ext-curl": "*", |
| 278 | "guzzle/client-integration-tests": "3.0.2", |
| 279 | "php-http/message-factory": "^1.1", |
| 280 | "phpunit/phpunit": "^8.5.39 || ^9.6.20", |
| 281 | "psr/log": "^1.1 || ^2.0 || ^3.0" |
| 282 | }, |
| 283 | "suggest": { |
| 284 | "ext-curl": "Required for CURL handler support", |
| 285 | "ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 286 | "psr/log": "Required for using the Log middleware" |
| 287 | }, |
| 288 | "time": "2025-08-23T22:36:01+00:00", |
| 289 | "type": "library", |
| 290 | "extra": { |
| 291 | "bamarni-bin": { |
| 292 | "bin-links": true, |
| 293 | "forward-command": false |
| 294 | } |
| 295 | }, |
| 296 | "installation-source": "dist", |
| 297 | "autoload": { |
| 298 | "files": [ |
| 299 | "src/functions_include.php" |
| 300 | ], |
| 301 | "psr-4": { |
| 302 | "GuzzleHttp\\": "src/" |
| 303 | } |
| 304 | }, |
| 305 | "notification-url": "https://packagist.org/downloads/", |
| 306 | "license": [ |
| 307 | "MIT" |
| 308 | ], |
| 309 | "authors": [ |
| 310 | { |
| 311 | "name": "Graham Campbell", |
| 312 | "email": "hello@gjcampbell.co.uk", |
| 313 | "homepage": "https://github.com/GrahamCampbell" |
| 314 | }, |
| 315 | { |
| 316 | "name": "Michael Dowling", |
| 317 | "email": "mtdowling@gmail.com", |
| 318 | "homepage": "https://github.com/mtdowling" |
| 319 | }, |
| 320 | { |
| 321 | "name": "Jeremy Lindblom", |
| 322 | "email": "jeremeamia@gmail.com", |
| 323 | "homepage": "https://github.com/jeremeamia" |
| 324 | }, |
| 325 | { |
| 326 | "name": "George Mponos", |
| 327 | "email": "gmponos@gmail.com", |
| 328 | "homepage": "https://github.com/gmponos" |
| 329 | }, |
| 330 | { |
| 331 | "name": "Tobias Nyholm", |
| 332 | "email": "tobias.nyholm@gmail.com", |
| 333 | "homepage": "https://github.com/Nyholm" |
| 334 | }, |
| 335 | { |
| 336 | "name": "Márk Sági-Kazár", |
| 337 | "email": "mark.sagikazar@gmail.com", |
| 338 | "homepage": "https://github.com/sagikazarmark" |
| 339 | }, |
| 340 | { |
| 341 | "name": "Tobias Schultze", |
| 342 | "email": "webmaster@tubo-world.de", |
| 343 | "homepage": "https://github.com/Tobion" |
| 344 | } |
| 345 | ], |
| 346 | "description": "Guzzle is a PHP HTTP client library", |
| 347 | "keywords": [ |
| 348 | "client", |
| 349 | "curl", |
| 350 | "framework", |
| 351 | "http", |
| 352 | "http client", |
| 353 | "psr-18", |
| 354 | "psr-7", |
| 355 | "rest", |
| 356 | "web service" |
| 357 | ], |
| 358 | "support": { |
| 359 | "issues": "https://github.com/guzzle/guzzle/issues", |
| 360 | "source": "https://github.com/guzzle/guzzle/tree/7.10.0" |
| 361 | }, |
| 362 | "funding": [ |
| 363 | { |
| 364 | "url": "https://github.com/GrahamCampbell", |
| 365 | "type": "github" |
| 366 | }, |
| 367 | { |
| 368 | "url": "https://github.com/Nyholm", |
| 369 | "type": "github" |
| 370 | }, |
| 371 | { |
| 372 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
| 373 | "type": "tidelift" |
| 374 | } |
| 375 | ], |
| 376 | "install-path": "../guzzlehttp/guzzle" |
| 377 | }, |
| 378 | { |
| 379 | "name": "guzzlehttp/promises", |
| 380 | "version": "2.3.0", |
| 381 | "version_normalized": "2.3.0.0", |
| 382 | "source": { |
| 383 | "type": "git", |
| 384 | "url": "https://github.com/guzzle/promises.git", |
| 385 | "reference": "481557b130ef3790cf82b713667b43030dc9c957" |
| 386 | }, |
| 387 | "dist": { |
| 388 | "type": "zip", |
| 389 | "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", |
| 390 | "reference": "481557b130ef3790cf82b713667b43030dc9c957", |
| 391 | "shasum": "" |
| 392 | }, |
| 393 | "require": { |
| 394 | "php": "^7.2.5 || ^8.0" |
| 395 | }, |
| 396 | "require-dev": { |
| 397 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 398 | "phpunit/phpunit": "^8.5.44 || ^9.6.25" |
| 399 | }, |
| 400 | "time": "2025-08-22T14:34:08+00:00", |
| 401 | "type": "library", |
| 402 | "extra": { |
| 403 | "bamarni-bin": { |
| 404 | "bin-links": true, |
| 405 | "forward-command": false |
| 406 | } |
| 407 | }, |
| 408 | "installation-source": "dist", |
| 409 | "autoload": { |
| 410 | "psr-4": { |
| 411 | "GuzzleHttp\\Promise\\": "src/" |
| 412 | } |
| 413 | }, |
| 414 | "notification-url": "https://packagist.org/downloads/", |
| 415 | "license": [ |
| 416 | "MIT" |
| 417 | ], |
| 418 | "authors": [ |
| 419 | { |
| 420 | "name": "Graham Campbell", |
| 421 | "email": "hello@gjcampbell.co.uk", |
| 422 | "homepage": "https://github.com/GrahamCampbell" |
| 423 | }, |
| 424 | { |
| 425 | "name": "Michael Dowling", |
| 426 | "email": "mtdowling@gmail.com", |
| 427 | "homepage": "https://github.com/mtdowling" |
| 428 | }, |
| 429 | { |
| 430 | "name": "Tobias Nyholm", |
| 431 | "email": "tobias.nyholm@gmail.com", |
| 432 | "homepage": "https://github.com/Nyholm" |
| 433 | }, |
| 434 | { |
| 435 | "name": "Tobias Schultze", |
| 436 | "email": "webmaster@tubo-world.de", |
| 437 | "homepage": "https://github.com/Tobion" |
| 438 | } |
| 439 | ], |
| 440 | "description": "Guzzle promises library", |
| 441 | "keywords": [ |
| 442 | "promise" |
| 443 | ], |
| 444 | "support": { |
| 445 | "issues": "https://github.com/guzzle/promises/issues", |
| 446 | "source": "https://github.com/guzzle/promises/tree/2.3.0" |
| 447 | }, |
| 448 | "funding": [ |
| 449 | { |
| 450 | "url": "https://github.com/GrahamCampbell", |
| 451 | "type": "github" |
| 452 | }, |
| 453 | { |
| 454 | "url": "https://github.com/Nyholm", |
| 455 | "type": "github" |
| 456 | }, |
| 457 | { |
| 458 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
| 459 | "type": "tidelift" |
| 460 | } |
| 461 | ], |
| 462 | "install-path": "../guzzlehttp/promises" |
| 463 | }, |
| 464 | { |
| 465 | "name": "guzzlehttp/psr7", |
| 466 | "version": "2.8.0", |
| 467 | "version_normalized": "2.8.0.0", |
| 468 | "source": { |
| 469 | "type": "git", |
| 470 | "url": "https://github.com/guzzle/psr7.git", |
| 471 | "reference": "21dc724a0583619cd1652f673303492272778051" |
| 472 | }, |
| 473 | "dist": { |
| 474 | "type": "zip", |
| 475 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", |
| 476 | "reference": "21dc724a0583619cd1652f673303492272778051", |
| 477 | "shasum": "" |
| 478 | }, |
| 479 | "require": { |
| 480 | "php": "^7.2.5 || ^8.0", |
| 481 | "psr/http-factory": "^1.0", |
| 482 | "psr/http-message": "^1.1 || ^2.0", |
| 483 | "ralouphie/getallheaders": "^3.0" |
| 484 | }, |
| 485 | "provide": { |
| 486 | "psr/http-factory-implementation": "1.0", |
| 487 | "psr/http-message-implementation": "1.0" |
| 488 | }, |
| 489 | "require-dev": { |
| 490 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 491 | "http-interop/http-factory-tests": "0.9.0", |
| 492 | "phpunit/phpunit": "^8.5.44 || ^9.6.25" |
| 493 | }, |
| 494 | "suggest": { |
| 495 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 496 | }, |
| 497 | "time": "2025-08-23T21:21:41+00:00", |
| 498 | "type": "library", |
| 499 | "extra": { |
| 500 | "bamarni-bin": { |
| 501 | "bin-links": true, |
| 502 | "forward-command": false |
| 503 | } |
| 504 | }, |
| 505 | "installation-source": "dist", |
| 506 | "autoload": { |
| 507 | "psr-4": { |
| 508 | "GuzzleHttp\\Psr7\\": "src/" |
| 509 | } |
| 510 | }, |
| 511 | "notification-url": "https://packagist.org/downloads/", |
| 512 | "license": [ |
| 513 | "MIT" |
| 514 | ], |
| 515 | "authors": [ |
| 516 | { |
| 517 | "name": "Graham Campbell", |
| 518 | "email": "hello@gjcampbell.co.uk", |
| 519 | "homepage": "https://github.com/GrahamCampbell" |
| 520 | }, |
| 521 | { |
| 522 | "name": "Michael Dowling", |
| 523 | "email": "mtdowling@gmail.com", |
| 524 | "homepage": "https://github.com/mtdowling" |
| 525 | }, |
| 526 | { |
| 527 | "name": "George Mponos", |
| 528 | "email": "gmponos@gmail.com", |
| 529 | "homepage": "https://github.com/gmponos" |
| 530 | }, |
| 531 | { |
| 532 | "name": "Tobias Nyholm", |
| 533 | "email": "tobias.nyholm@gmail.com", |
| 534 | "homepage": "https://github.com/Nyholm" |
| 535 | }, |
| 536 | { |
| 537 | "name": "Márk Sági-Kazár", |
| 538 | "email": "mark.sagikazar@gmail.com", |
| 539 | "homepage": "https://github.com/sagikazarmark" |
| 540 | }, |
| 541 | { |
| 542 | "name": "Tobias Schultze", |
| 543 | "email": "webmaster@tubo-world.de", |
| 544 | "homepage": "https://github.com/Tobion" |
| 545 | }, |
| 546 | { |
| 547 | "name": "Márk Sági-Kazár", |
| 548 | "email": "mark.sagikazar@gmail.com", |
| 549 | "homepage": "https://sagikazarmark.hu" |
| 550 | } |
| 551 | ], |
| 552 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 553 | "keywords": [ |
| 554 | "http", |
| 555 | "message", |
| 556 | "psr-7", |
| 557 | "request", |
| 558 | "response", |
| 559 | "stream", |
| 560 | "uri", |
| 561 | "url" |
| 562 | ], |
| 563 | "support": { |
| 564 | "issues": "https://github.com/guzzle/psr7/issues", |
| 565 | "source": "https://github.com/guzzle/psr7/tree/2.8.0" |
| 566 | }, |
| 567 | "funding": [ |
| 568 | { |
| 569 | "url": "https://github.com/GrahamCampbell", |
| 570 | "type": "github" |
| 571 | }, |
| 572 | { |
| 573 | "url": "https://github.com/Nyholm", |
| 574 | "type": "github" |
| 575 | }, |
| 576 | { |
| 577 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
| 578 | "type": "tidelift" |
| 579 | } |
| 580 | ], |
| 581 | "install-path": "../guzzlehttp/psr7" |
| 582 | }, |
| 583 | { |
| 584 | "name": "matthiasmullie/minify", |
| 585 | "version": "1.3.75", |
| 586 | "version_normalized": "1.3.75.0", |
| 587 | "source": { |
| 588 | "type": "git", |
| 589 | "url": "https://github.com/matthiasmullie/minify.git", |
| 590 | "reference": "76ba4a5f555fd7bf4aa408af608e991569076671" |
| 591 | }, |
| 592 | "dist": { |
| 593 | "type": "zip", |
| 594 | "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/76ba4a5f555fd7bf4aa408af608e991569076671", |
| 595 | "reference": "76ba4a5f555fd7bf4aa408af608e991569076671", |
| 596 | "shasum": "" |
| 597 | }, |
| 598 | "require": { |
| 599 | "ext-pcre": "*", |
| 600 | "matthiasmullie/path-converter": "~1.1", |
| 601 | "php": ">=5.3.0" |
| 602 | }, |
| 603 | "require-dev": { |
| 604 | "friendsofphp/php-cs-fixer": ">=2.0", |
| 605 | "matthiasmullie/scrapbook": ">=1.3", |
| 606 | "phpunit/phpunit": ">=4.8" |
| 607 | }, |
| 608 | "suggest": { |
| 609 | "psr/cache-implementation": "Cache implementation to use with Minify::cache" |
| 610 | }, |
| 611 | "time": "2025-06-25T09:56:19+00:00", |
| 612 | "bin": [ |
| 613 | "bin/minifycss", |
| 614 | "bin/minifyjs" |
| 615 | ], |
| 616 | "type": "library", |
| 617 | "installation-source": "dist", |
| 618 | "autoload": { |
| 619 | "psr-4": { |
| 620 | "MatthiasMullie\\Minify\\": "src/" |
| 621 | } |
| 622 | }, |
| 623 | "notification-url": "https://packagist.org/downloads/", |
| 624 | "license": [ |
| 625 | "MIT" |
| 626 | ], |
| 627 | "authors": [ |
| 628 | { |
| 629 | "name": "Matthias Mullie", |
| 630 | "email": "minify@mullie.eu", |
| 631 | "homepage": "https://www.mullie.eu", |
| 632 | "role": "Developer" |
| 633 | } |
| 634 | ], |
| 635 | "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", |
| 636 | "homepage": "https://github.com/matthiasmullie/minify", |
| 637 | "keywords": [ |
| 638 | "JS", |
| 639 | "css", |
| 640 | "javascript", |
| 641 | "minifier", |
| 642 | "minify" |
| 643 | ], |
| 644 | "support": { |
| 645 | "issues": "https://github.com/matthiasmullie/minify/issues", |
| 646 | "source": "https://github.com/matthiasmullie/minify/tree/1.3.75" |
| 647 | }, |
| 648 | "funding": [ |
| 649 | { |
| 650 | "url": "https://github.com/matthiasmullie", |
| 651 | "type": "github" |
| 652 | } |
| 653 | ], |
| 654 | "install-path": "../matthiasmullie/minify" |
| 655 | }, |
| 656 | { |
| 657 | "name": "matthiasmullie/path-converter", |
| 658 | "version": "1.1.3", |
| 659 | "version_normalized": "1.1.3.0", |
| 660 | "source": { |
| 661 | "type": "git", |
| 662 | "url": "https://github.com/matthiasmullie/path-converter.git", |
| 663 | "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" |
| 664 | }, |
| 665 | "dist": { |
| 666 | "type": "zip", |
| 667 | "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", |
| 668 | "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", |
| 669 | "shasum": "" |
| 670 | }, |
| 671 | "require": { |
| 672 | "ext-pcre": "*", |
| 673 | "php": ">=5.3.0" |
| 674 | }, |
| 675 | "require-dev": { |
| 676 | "phpunit/phpunit": "~4.8" |
| 677 | }, |
| 678 | "time": "2019-02-05T23:41:09+00:00", |
| 679 | "type": "library", |
| 680 | "installation-source": "dist", |
| 681 | "autoload": { |
| 682 | "psr-4": { |
| 683 | "MatthiasMullie\\PathConverter\\": "src/" |
| 684 | } |
| 685 | }, |
| 686 | "notification-url": "https://packagist.org/downloads/", |
| 687 | "license": [ |
| 688 | "MIT" |
| 689 | ], |
| 690 | "authors": [ |
| 691 | { |
| 692 | "name": "Matthias Mullie", |
| 693 | "email": "pathconverter@mullie.eu", |
| 694 | "homepage": "http://www.mullie.eu", |
| 695 | "role": "Developer" |
| 696 | } |
| 697 | ], |
| 698 | "description": "Relative path converter", |
| 699 | "homepage": "http://github.com/matthiasmullie/path-converter", |
| 700 | "keywords": [ |
| 701 | "converter", |
| 702 | "path", |
| 703 | "paths", |
| 704 | "relative" |
| 705 | ], |
| 706 | "support": { |
| 707 | "issues": "https://github.com/matthiasmullie/path-converter/issues", |
| 708 | "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" |
| 709 | }, |
| 710 | "install-path": "../matthiasmullie/path-converter" |
| 711 | }, |
| 712 | { |
| 713 | "name": "monolog/monolog", |
| 714 | "version": "2.10.0", |
| 715 | "version_normalized": "2.10.0.0", |
| 716 | "source": { |
| 717 | "type": "git", |
| 718 | "url": "https://github.com/Seldaek/monolog.git", |
| 719 | "reference": "5cf826f2991858b54d5c3809bee745560a1042a7" |
| 720 | }, |
| 721 | "dist": { |
| 722 | "type": "zip", |
| 723 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7", |
| 724 | "reference": "5cf826f2991858b54d5c3809bee745560a1042a7", |
| 725 | "shasum": "" |
| 726 | }, |
| 727 | "require": { |
| 728 | "php": ">=7.2", |
| 729 | "psr/log": "^1.0.1 || ^2.0 || ^3.0" |
| 730 | }, |
| 731 | "provide": { |
| 732 | "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" |
| 733 | }, |
| 734 | "require-dev": { |
| 735 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
| 736 | "doctrine/couchdb": "~1.0@dev", |
| 737 | "elasticsearch/elasticsearch": "^7 || ^8", |
| 738 | "ext-json": "*", |
| 739 | "graylog2/gelf-php": "^1.4.2 || ^2@dev", |
| 740 | "guzzlehttp/guzzle": "^7.4", |
| 741 | "guzzlehttp/psr7": "^2.2", |
| 742 | "mongodb/mongodb": "^1.8", |
| 743 | "php-amqplib/php-amqplib": "~2.4 || ^3", |
| 744 | "phpspec/prophecy": "^1.15", |
| 745 | "phpstan/phpstan": "^1.10", |
| 746 | "phpunit/phpunit": "^8.5.38 || ^9.6.19", |
| 747 | "predis/predis": "^1.1 || ^2.0", |
| 748 | "rollbar/rollbar": "^1.3 || ^2 || ^3", |
| 749 | "ruflin/elastica": "^7", |
| 750 | "swiftmailer/swiftmailer": "^5.3|^6.0", |
| 751 | "symfony/mailer": "^5.4 || ^6", |
| 752 | "symfony/mime": "^5.4 || ^6" |
| 753 | }, |
| 754 | "suggest": { |
| 755 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
| 756 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
| 757 | "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", |
| 758 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
| 759 | "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", |
| 760 | "ext-mbstring": "Allow to work properly with unicode symbols", |
| 761 | "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", |
| 762 | "ext-openssl": "Required to send log messages using SSL", |
| 763 | "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", |
| 764 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
| 765 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", |
| 766 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
| 767 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
| 768 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
| 769 | }, |
| 770 | "time": "2024-11-12T12:43:37+00:00", |
| 771 | "type": "library", |
| 772 | "extra": { |
| 773 | "branch-alias": { |
| 774 | "dev-main": "2.x-dev" |
| 775 | } |
| 776 | }, |
| 777 | "installation-source": "dist", |
| 778 | "autoload": { |
| 779 | "psr-4": { |
| 780 | "Monolog\\": "src/Monolog" |
| 781 | } |
| 782 | }, |
| 783 | "notification-url": "https://packagist.org/downloads/", |
| 784 | "license": [ |
| 785 | "MIT" |
| 786 | ], |
| 787 | "authors": [ |
| 788 | { |
| 789 | "name": "Jordi Boggiano", |
| 790 | "email": "j.boggiano@seld.be", |
| 791 | "homepage": "https://seld.be" |
| 792 | } |
| 793 | ], |
| 794 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
| 795 | "homepage": "https://github.com/Seldaek/monolog", |
| 796 | "keywords": [ |
| 797 | "log", |
| 798 | "logging", |
| 799 | "psr-3" |
| 800 | ], |
| 801 | "support": { |
| 802 | "issues": "https://github.com/Seldaek/monolog/issues", |
| 803 | "source": "https://github.com/Seldaek/monolog/tree/2.10.0" |
| 804 | }, |
| 805 | "funding": [ |
| 806 | { |
| 807 | "url": "https://github.com/Seldaek", |
| 808 | "type": "github" |
| 809 | }, |
| 810 | { |
| 811 | "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", |
| 812 | "type": "tidelift" |
| 813 | } |
| 814 | ], |
| 815 | "install-path": "../monolog/monolog" |
| 816 | }, |
| 817 | { |
| 818 | "name": "paragonie/constant_time_encoding", |
| 819 | "version": "v2.8.2", |
| 820 | "version_normalized": "2.8.2.0", |
| 821 | "source": { |
| 822 | "type": "git", |
| 823 | "url": "https://github.com/paragonie/constant_time_encoding.git", |
| 824 | "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226" |
| 825 | }, |
| 826 | "dist": { |
| 827 | "type": "zip", |
| 828 | "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/e30811f7bc69e4b5b6d5783e712c06c8eabf0226", |
| 829 | "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226", |
| 830 | "shasum": "" |
| 831 | }, |
| 832 | "require": { |
| 833 | "php": "^7|^8" |
| 834 | }, |
| 835 | "require-dev": { |
| 836 | "phpunit/phpunit": "^6|^7|^8|^9", |
| 837 | "vimeo/psalm": "^1|^2|^3|^4" |
| 838 | }, |
| 839 | "time": "2025-09-24T15:12:37+00:00", |
| 840 | "type": "library", |
| 841 | "installation-source": "dist", |
| 842 | "autoload": { |
| 843 | "psr-4": { |
| 844 | "ParagonIE\\ConstantTime\\": "src/" |
| 845 | } |
| 846 | }, |
| 847 | "notification-url": "https://packagist.org/downloads/", |
| 848 | "license": [ |
| 849 | "MIT" |
| 850 | ], |
| 851 | "authors": [ |
| 852 | { |
| 853 | "name": "Paragon Initiative Enterprises", |
| 854 | "email": "security@paragonie.com", |
| 855 | "homepage": "https://paragonie.com", |
| 856 | "role": "Maintainer" |
| 857 | }, |
| 858 | { |
| 859 | "name": "Steve 'Sc00bz' Thomas", |
| 860 | "email": "steve@tobtu.com", |
| 861 | "homepage": "https://www.tobtu.com", |
| 862 | "role": "Original Developer" |
| 863 | } |
| 864 | ], |
| 865 | "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", |
| 866 | "keywords": [ |
| 867 | "base16", |
| 868 | "base32", |
| 869 | "base32_decode", |
| 870 | "base32_encode", |
| 871 | "base64", |
| 872 | "base64_decode", |
| 873 | "base64_encode", |
| 874 | "bin2hex", |
| 875 | "encoding", |
| 876 | "hex", |
| 877 | "hex2bin", |
| 878 | "rfc4648" |
| 879 | ], |
| 880 | "support": { |
| 881 | "email": "info@paragonie.com", |
| 882 | "issues": "https://github.com/paragonie/constant_time_encoding/issues", |
| 883 | "source": "https://github.com/paragonie/constant_time_encoding" |
| 884 | }, |
| 885 | "install-path": "../paragonie/constant_time_encoding" |
| 886 | }, |
| 887 | { |
| 888 | "name": "paragonie/random_compat", |
| 889 | "version": "v9.99.100", |
| 890 | "version_normalized": "9.99.100.0", |
| 891 | "source": { |
| 892 | "type": "git", |
| 893 | "url": "https://github.com/paragonie/random_compat.git", |
| 894 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" |
| 895 | }, |
| 896 | "dist": { |
| 897 | "type": "zip", |
| 898 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 899 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 900 | "shasum": "" |
| 901 | }, |
| 902 | "require": { |
| 903 | "php": ">= 7" |
| 904 | }, |
| 905 | "require-dev": { |
| 906 | "phpunit/phpunit": "4.*|5.*", |
| 907 | "vimeo/psalm": "^1" |
| 908 | }, |
| 909 | "suggest": { |
| 910 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
| 911 | }, |
| 912 | "time": "2020-10-15T08:29:30+00:00", |
| 913 | "type": "library", |
| 914 | "installation-source": "dist", |
| 915 | "notification-url": "https://packagist.org/downloads/", |
| 916 | "license": [ |
| 917 | "MIT" |
| 918 | ], |
| 919 | "authors": [ |
| 920 | { |
| 921 | "name": "Paragon Initiative Enterprises", |
| 922 | "email": "security@paragonie.com", |
| 923 | "homepage": "https://paragonie.com" |
| 924 | } |
| 925 | ], |
| 926 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
| 927 | "keywords": [ |
| 928 | "csprng", |
| 929 | "polyfill", |
| 930 | "pseudorandom", |
| 931 | "random" |
| 932 | ], |
| 933 | "support": { |
| 934 | "email": "info@paragonie.com", |
| 935 | "issues": "https://github.com/paragonie/random_compat/issues", |
| 936 | "source": "https://github.com/paragonie/random_compat" |
| 937 | }, |
| 938 | "install-path": "../paragonie/random_compat" |
| 939 | }, |
| 940 | { |
| 941 | "name": "phpseclib/phpseclib", |
| 942 | "version": "3.0.47", |
| 943 | "version_normalized": "3.0.47.0", |
| 944 | "source": { |
| 945 | "type": "git", |
| 946 | "url": "https://github.com/phpseclib/phpseclib.git", |
| 947 | "reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d" |
| 948 | }, |
| 949 | "dist": { |
| 950 | "type": "zip", |
| 951 | "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9d6ca36a6c2dd434765b1071b2644a1c683b385d", |
| 952 | "reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d", |
| 953 | "shasum": "" |
| 954 | }, |
| 955 | "require": { |
| 956 | "paragonie/constant_time_encoding": "^1|^2|^3", |
| 957 | "paragonie/random_compat": "^1.4|^2.0|^9.99.99", |
| 958 | "php": ">=5.6.1" |
| 959 | }, |
| 960 | "require-dev": { |
| 961 | "phpunit/phpunit": "*" |
| 962 | }, |
| 963 | "suggest": { |
| 964 | "ext-dom": "Install the DOM extension to load XML formatted public keys.", |
| 965 | "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
| 966 | "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
| 967 | "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
| 968 | "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
| 969 | }, |
| 970 | "time": "2025-10-06T01:07:24+00:00", |
| 971 | "type": "library", |
| 972 | "installation-source": "dist", |
| 973 | "autoload": { |
| 974 | "files": [ |
| 975 | "phpseclib/bootstrap.php" |
| 976 | ], |
| 977 | "psr-4": { |
| 978 | "phpseclib3\\": "phpseclib/" |
| 979 | } |
| 980 | }, |
| 981 | "notification-url": "https://packagist.org/downloads/", |
| 982 | "license": [ |
| 983 | "MIT" |
| 984 | ], |
| 985 | "authors": [ |
| 986 | { |
| 987 | "name": "Jim Wigginton", |
| 988 | "email": "terrafrost@php.net", |
| 989 | "role": "Lead Developer" |
| 990 | }, |
| 991 | { |
| 992 | "name": "Patrick Monnerat", |
| 993 | "email": "pm@datasphere.ch", |
| 994 | "role": "Developer" |
| 995 | }, |
| 996 | { |
| 997 | "name": "Andreas Fischer", |
| 998 | "email": "bantu@phpbb.com", |
| 999 | "role": "Developer" |
| 1000 | }, |
| 1001 | { |
| 1002 | "name": "Hans-Jürgen Petrich", |
| 1003 | "email": "petrich@tronic-media.com", |
| 1004 | "role": "Developer" |
| 1005 | }, |
| 1006 | { |
| 1007 | "name": "Graham Campbell", |
| 1008 | "email": "graham@alt-three.com", |
| 1009 | "role": "Developer" |
| 1010 | } |
| 1011 | ], |
| 1012 | "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
| 1013 | "homepage": "http://phpseclib.sourceforge.net", |
| 1014 | "keywords": [ |
| 1015 | "BigInteger", |
| 1016 | "aes", |
| 1017 | "asn.1", |
| 1018 | "asn1", |
| 1019 | "blowfish", |
| 1020 | "crypto", |
| 1021 | "cryptography", |
| 1022 | "encryption", |
| 1023 | "rsa", |
| 1024 | "security", |
| 1025 | "sftp", |
| 1026 | "signature", |
| 1027 | "signing", |
| 1028 | "ssh", |
| 1029 | "twofish", |
| 1030 | "x.509", |
| 1031 | "x509" |
| 1032 | ], |
| 1033 | "support": { |
| 1034 | "issues": "https://github.com/phpseclib/phpseclib/issues", |
| 1035 | "source": "https://github.com/phpseclib/phpseclib/tree/3.0.47" |
| 1036 | }, |
| 1037 | "funding": [ |
| 1038 | { |
| 1039 | "url": "https://github.com/terrafrost", |
| 1040 | "type": "github" |
| 1041 | }, |
| 1042 | { |
| 1043 | "url": "https://www.patreon.com/phpseclib", |
| 1044 | "type": "patreon" |
| 1045 | }, |
| 1046 | { |
| 1047 | "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", |
| 1048 | "type": "tidelift" |
| 1049 | } |
| 1050 | ], |
| 1051 | "install-path": "../phpseclib/phpseclib" |
| 1052 | }, |
| 1053 | { |
| 1054 | "name": "psr/cache", |
| 1055 | "version": "1.0.1", |
| 1056 | "version_normalized": "1.0.1.0", |
| 1057 | "source": { |
| 1058 | "type": "git", |
| 1059 | "url": "https://github.com/php-fig/cache.git", |
| 1060 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
| 1061 | }, |
| 1062 | "dist": { |
| 1063 | "type": "zip", |
| 1064 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 1065 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 1066 | "shasum": "" |
| 1067 | }, |
| 1068 | "require": { |
| 1069 | "php": ">=5.3.0" |
| 1070 | }, |
| 1071 | "time": "2016-08-06T20:24:11+00:00", |
| 1072 | "type": "library", |
| 1073 | "extra": { |
| 1074 | "branch-alias": { |
| 1075 | "dev-master": "1.0.x-dev" |
| 1076 | } |
| 1077 | }, |
| 1078 | "installation-source": "dist", |
| 1079 | "autoload": { |
| 1080 | "psr-4": { |
| 1081 | "Psr\\Cache\\": "src/" |
| 1082 | } |
| 1083 | }, |
| 1084 | "notification-url": "https://packagist.org/downloads/", |
| 1085 | "license": [ |
| 1086 | "MIT" |
| 1087 | ], |
| 1088 | "authors": [ |
| 1089 | { |
| 1090 | "name": "PHP-FIG", |
| 1091 | "homepage": "http://www.php-fig.org/" |
| 1092 | } |
| 1093 | ], |
| 1094 | "description": "Common interface for caching libraries", |
| 1095 | "keywords": [ |
| 1096 | "cache", |
| 1097 | "psr", |
| 1098 | "psr-6" |
| 1099 | ], |
| 1100 | "support": { |
| 1101 | "source": "https://github.com/php-fig/cache/tree/master" |
| 1102 | }, |
| 1103 | "install-path": "../psr/cache" |
| 1104 | }, |
| 1105 | { |
| 1106 | "name": "psr/http-client", |
| 1107 | "version": "1.0.3", |
| 1108 | "version_normalized": "1.0.3.0", |
| 1109 | "source": { |
| 1110 | "type": "git", |
| 1111 | "url": "https://github.com/php-fig/http-client.git", |
| 1112 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" |
| 1113 | }, |
| 1114 | "dist": { |
| 1115 | "type": "zip", |
| 1116 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 1117 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 1118 | "shasum": "" |
| 1119 | }, |
| 1120 | "require": { |
| 1121 | "php": "^7.0 || ^8.0", |
| 1122 | "psr/http-message": "^1.0 || ^2.0" |
| 1123 | }, |
| 1124 | "time": "2023-09-23T14:17:50+00:00", |
| 1125 | "type": "library", |
| 1126 | "extra": { |
| 1127 | "branch-alias": { |
| 1128 | "dev-master": "1.0.x-dev" |
| 1129 | } |
| 1130 | }, |
| 1131 | "installation-source": "dist", |
| 1132 | "autoload": { |
| 1133 | "psr-4": { |
| 1134 | "Psr\\Http\\Client\\": "src/" |
| 1135 | } |
| 1136 | }, |
| 1137 | "notification-url": "https://packagist.org/downloads/", |
| 1138 | "license": [ |
| 1139 | "MIT" |
| 1140 | ], |
| 1141 | "authors": [ |
| 1142 | { |
| 1143 | "name": "PHP-FIG", |
| 1144 | "homepage": "https://www.php-fig.org/" |
| 1145 | } |
| 1146 | ], |
| 1147 | "description": "Common interface for HTTP clients", |
| 1148 | "homepage": "https://github.com/php-fig/http-client", |
| 1149 | "keywords": [ |
| 1150 | "http", |
| 1151 | "http-client", |
| 1152 | "psr", |
| 1153 | "psr-18" |
| 1154 | ], |
| 1155 | "support": { |
| 1156 | "source": "https://github.com/php-fig/http-client" |
| 1157 | }, |
| 1158 | "install-path": "../psr/http-client" |
| 1159 | }, |
| 1160 | { |
| 1161 | "name": "psr/http-factory", |
| 1162 | "version": "1.1.0", |
| 1163 | "version_normalized": "1.1.0.0", |
| 1164 | "source": { |
| 1165 | "type": "git", |
| 1166 | "url": "https://github.com/php-fig/http-factory.git", |
| 1167 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" |
| 1168 | }, |
| 1169 | "dist": { |
| 1170 | "type": "zip", |
| 1171 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 1172 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 1173 | "shasum": "" |
| 1174 | }, |
| 1175 | "require": { |
| 1176 | "php": ">=7.1", |
| 1177 | "psr/http-message": "^1.0 || ^2.0" |
| 1178 | }, |
| 1179 | "time": "2024-04-15T12:06:14+00:00", |
| 1180 | "type": "library", |
| 1181 | "extra": { |
| 1182 | "branch-alias": { |
| 1183 | "dev-master": "1.0.x-dev" |
| 1184 | } |
| 1185 | }, |
| 1186 | "installation-source": "dist", |
| 1187 | "autoload": { |
| 1188 | "psr-4": { |
| 1189 | "Psr\\Http\\Message\\": "src/" |
| 1190 | } |
| 1191 | }, |
| 1192 | "notification-url": "https://packagist.org/downloads/", |
| 1193 | "license": [ |
| 1194 | "MIT" |
| 1195 | ], |
| 1196 | "authors": [ |
| 1197 | { |
| 1198 | "name": "PHP-FIG", |
| 1199 | "homepage": "https://www.php-fig.org/" |
| 1200 | } |
| 1201 | ], |
| 1202 | "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", |
| 1203 | "keywords": [ |
| 1204 | "factory", |
| 1205 | "http", |
| 1206 | "message", |
| 1207 | "psr", |
| 1208 | "psr-17", |
| 1209 | "psr-7", |
| 1210 | "request", |
| 1211 | "response" |
| 1212 | ], |
| 1213 | "support": { |
| 1214 | "source": "https://github.com/php-fig/http-factory" |
| 1215 | }, |
| 1216 | "install-path": "../psr/http-factory" |
| 1217 | }, |
| 1218 | { |
| 1219 | "name": "psr/http-message", |
| 1220 | "version": "2.0", |
| 1221 | "version_normalized": "2.0.0.0", |
| 1222 | "source": { |
| 1223 | "type": "git", |
| 1224 | "url": "https://github.com/php-fig/http-message.git", |
| 1225 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
| 1226 | }, |
| 1227 | "dist": { |
| 1228 | "type": "zip", |
| 1229 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 1230 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 1231 | "shasum": "" |
| 1232 | }, |
| 1233 | "require": { |
| 1234 | "php": "^7.2 || ^8.0" |
| 1235 | }, |
| 1236 | "time": "2023-04-04T09:54:51+00:00", |
| 1237 | "type": "library", |
| 1238 | "extra": { |
| 1239 | "branch-alias": { |
| 1240 | "dev-master": "2.0.x-dev" |
| 1241 | } |
| 1242 | }, |
| 1243 | "installation-source": "dist", |
| 1244 | "autoload": { |
| 1245 | "psr-4": { |
| 1246 | "Psr\\Http\\Message\\": "src/" |
| 1247 | } |
| 1248 | }, |
| 1249 | "notification-url": "https://packagist.org/downloads/", |
| 1250 | "license": [ |
| 1251 | "MIT" |
| 1252 | ], |
| 1253 | "authors": [ |
| 1254 | { |
| 1255 | "name": "PHP-FIG", |
| 1256 | "homepage": "https://www.php-fig.org/" |
| 1257 | } |
| 1258 | ], |
| 1259 | "description": "Common interface for HTTP messages", |
| 1260 | "homepage": "https://github.com/php-fig/http-message", |
| 1261 | "keywords": [ |
| 1262 | "http", |
| 1263 | "http-message", |
| 1264 | "psr", |
| 1265 | "psr-7", |
| 1266 | "request", |
| 1267 | "response" |
| 1268 | ], |
| 1269 | "support": { |
| 1270 | "source": "https://github.com/php-fig/http-message/tree/2.0" |
| 1271 | }, |
| 1272 | "install-path": "../psr/http-message" |
| 1273 | }, |
| 1274 | { |
| 1275 | "name": "psr/log", |
| 1276 | "version": "1.1.4", |
| 1277 | "version_normalized": "1.1.4.0", |
| 1278 | "source": { |
| 1279 | "type": "git", |
| 1280 | "url": "https://github.com/php-fig/log.git", |
| 1281 | "reference": "d49695b909c3b7628b6289db5479a1c204601f11" |
| 1282 | }, |
| 1283 | "dist": { |
| 1284 | "type": "zip", |
| 1285 | "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", |
| 1286 | "reference": "d49695b909c3b7628b6289db5479a1c204601f11", |
| 1287 | "shasum": "" |
| 1288 | }, |
| 1289 | "require": { |
| 1290 | "php": ">=5.3.0" |
| 1291 | }, |
| 1292 | "time": "2021-05-03T11:20:27+00:00", |
| 1293 | "type": "library", |
| 1294 | "extra": { |
| 1295 | "branch-alias": { |
| 1296 | "dev-master": "1.1.x-dev" |
| 1297 | } |
| 1298 | }, |
| 1299 | "installation-source": "dist", |
| 1300 | "autoload": { |
| 1301 | "psr-4": { |
| 1302 | "Psr\\Log\\": "Psr/Log/" |
| 1303 | } |
| 1304 | }, |
| 1305 | "notification-url": "https://packagist.org/downloads/", |
| 1306 | "license": [ |
| 1307 | "MIT" |
| 1308 | ], |
| 1309 | "authors": [ |
| 1310 | { |
| 1311 | "name": "PHP-FIG", |
| 1312 | "homepage": "https://www.php-fig.org/" |
| 1313 | } |
| 1314 | ], |
| 1315 | "description": "Common interface for logging libraries", |
| 1316 | "homepage": "https://github.com/php-fig/log", |
| 1317 | "keywords": [ |
| 1318 | "log", |
| 1319 | "psr", |
| 1320 | "psr-3" |
| 1321 | ], |
| 1322 | "support": { |
| 1323 | "source": "https://github.com/php-fig/log/tree/1.1.4" |
| 1324 | }, |
| 1325 | "install-path": "../psr/log" |
| 1326 | }, |
| 1327 | { |
| 1328 | "name": "ralouphie/getallheaders", |
| 1329 | "version": "3.0.3", |
| 1330 | "version_normalized": "3.0.3.0", |
| 1331 | "source": { |
| 1332 | "type": "git", |
| 1333 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 1334 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 1335 | }, |
| 1336 | "dist": { |
| 1337 | "type": "zip", |
| 1338 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 1339 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 1340 | "shasum": "" |
| 1341 | }, |
| 1342 | "require": { |
| 1343 | "php": ">=5.6" |
| 1344 | }, |
| 1345 | "require-dev": { |
| 1346 | "php-coveralls/php-coveralls": "^2.1", |
| 1347 | "phpunit/phpunit": "^5 || ^6.5" |
| 1348 | }, |
| 1349 | "time": "2019-03-08T08:55:37+00:00", |
| 1350 | "type": "library", |
| 1351 | "installation-source": "dist", |
| 1352 | "autoload": { |
| 1353 | "files": [ |
| 1354 | "src/getallheaders.php" |
| 1355 | ] |
| 1356 | }, |
| 1357 | "notification-url": "https://packagist.org/downloads/", |
| 1358 | "license": [ |
| 1359 | "MIT" |
| 1360 | ], |
| 1361 | "authors": [ |
| 1362 | { |
| 1363 | "name": "Ralph Khattar", |
| 1364 | "email": "ralph.khattar@gmail.com" |
| 1365 | } |
| 1366 | ], |
| 1367 | "description": "A polyfill for getallheaders.", |
| 1368 | "support": { |
| 1369 | "issues": "https://github.com/ralouphie/getallheaders/issues", |
| 1370 | "source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 1371 | }, |
| 1372 | "install-path": "../ralouphie/getallheaders" |
| 1373 | }, |
| 1374 | { |
| 1375 | "name": "symfony/deprecation-contracts", |
| 1376 | "version": "v2.5.4", |
| 1377 | "version_normalized": "2.5.4.0", |
| 1378 | "source": { |
| 1379 | "type": "git", |
| 1380 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 1381 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" |
| 1382 | }, |
| 1383 | "dist": { |
| 1384 | "type": "zip", |
| 1385 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 1386 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 1387 | "shasum": "" |
| 1388 | }, |
| 1389 | "require": { |
| 1390 | "php": ">=7.1" |
| 1391 | }, |
| 1392 | "time": "2024-09-25T14:11:13+00:00", |
| 1393 | "type": "library", |
| 1394 | "extra": { |
| 1395 | "branch-alias": { |
| 1396 | "dev-main": "2.5-dev" |
| 1397 | }, |
| 1398 | "thanks": { |
| 1399 | "name": "symfony/contracts", |
| 1400 | "url": "https://github.com/symfony/contracts" |
| 1401 | } |
| 1402 | }, |
| 1403 | "installation-source": "dist", |
| 1404 | "autoload": { |
| 1405 | "files": [ |
| 1406 | "function.php" |
| 1407 | ] |
| 1408 | }, |
| 1409 | "notification-url": "https://packagist.org/downloads/", |
| 1410 | "license": [ |
| 1411 | "MIT" |
| 1412 | ], |
| 1413 | "authors": [ |
| 1414 | { |
| 1415 | "name": "Nicolas Grekas", |
| 1416 | "email": "p@tchwork.com" |
| 1417 | }, |
| 1418 | { |
| 1419 | "name": "Symfony Community", |
| 1420 | "homepage": "https://symfony.com/contributors" |
| 1421 | } |
| 1422 | ], |
| 1423 | "description": "A generic function and convention to trigger deprecation notices", |
| 1424 | "homepage": "https://symfony.com", |
| 1425 | "support": { |
| 1426 | "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" |
| 1427 | }, |
| 1428 | "funding": [ |
| 1429 | { |
| 1430 | "url": "https://symfony.com/sponsor", |
| 1431 | "type": "custom" |
| 1432 | }, |
| 1433 | { |
| 1434 | "url": "https://github.com/fabpot", |
| 1435 | "type": "github" |
| 1436 | }, |
| 1437 | { |
| 1438 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1439 | "type": "tidelift" |
| 1440 | } |
| 1441 | ], |
| 1442 | "install-path": "../symfony/deprecation-contracts" |
| 1443 | } |
| 1444 | ], |
| 1445 | "dev": false, |
| 1446 | "dev-package-names": [] |
| 1447 | } |
| 1448 |