| 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": "5d03d83a0c68b97c1b883f5e5d450861", |
| 8 | "packages": [ |
| 9 | { |
| 10 | "name": "brick/math", |
| 11 | "version": "0.14.1", |
| 12 | "source": { |
| 13 | "type": "git", |
| 14 | "url": "https://github.com/brick/math.git", |
| 15 | "reference": "f05858549e5f9d7bb45875a75583240a38a281d0" |
| 16 | }, |
| 17 | "dist": { |
| 18 | "type": "zip", |
| 19 | "url": "https://api.github.com/repos/brick/math/zipball/f05858549e5f9d7bb45875a75583240a38a281d0", |
| 20 | "reference": "f05858549e5f9d7bb45875a75583240a38a281d0", |
| 21 | "shasum": "" |
| 22 | }, |
| 23 | "require": { |
| 24 | "php": "^8.2" |
| 25 | }, |
| 26 | "require-dev": { |
| 27 | "php-coveralls/php-coveralls": "^2.2", |
| 28 | "phpstan/phpstan": "2.1.22", |
| 29 | "phpunit/phpunit": "^11.5" |
| 30 | }, |
| 31 | "type": "library", |
| 32 | "autoload": { |
| 33 | "psr-4": { |
| 34 | "Brick\\Math\\": "src/" |
| 35 | } |
| 36 | }, |
| 37 | "notification-url": "https://packagist.org/downloads/", |
| 38 | "license": [ |
| 39 | "MIT" |
| 40 | ], |
| 41 | "description": "Arbitrary-precision arithmetic library", |
| 42 | "keywords": [ |
| 43 | "Arbitrary-precision", |
| 44 | "BigInteger", |
| 45 | "BigRational", |
| 46 | "arithmetic", |
| 47 | "bigdecimal", |
| 48 | "bignum", |
| 49 | "bignumber", |
| 50 | "brick", |
| 51 | "decimal", |
| 52 | "integer", |
| 53 | "math", |
| 54 | "mathematics", |
| 55 | "rational" |
| 56 | ], |
| 57 | "support": { |
| 58 | "issues": "https://github.com/brick/math/issues", |
| 59 | "source": "https://github.com/brick/math/tree/0.14.1" |
| 60 | }, |
| 61 | "funding": [ |
| 62 | { |
| 63 | "url": "https://github.com/BenMorel", |
| 64 | "type": "github" |
| 65 | } |
| 66 | ], |
| 67 | "time": "2025-11-24T14:40:29+00:00" |
| 68 | }, |
| 69 | { |
| 70 | "name": "guzzlehttp/guzzle", |
| 71 | "version": "7.10.0", |
| 72 | "source": { |
| 73 | "type": "git", |
| 74 | "url": "https://github.com/guzzle/guzzle.git", |
| 75 | "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" |
| 76 | }, |
| 77 | "dist": { |
| 78 | "type": "zip", |
| 79 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", |
| 80 | "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", |
| 81 | "shasum": "" |
| 82 | }, |
| 83 | "require": { |
| 84 | "ext-json": "*", |
| 85 | "guzzlehttp/promises": "^2.3", |
| 86 | "guzzlehttp/psr7": "^2.8", |
| 87 | "php": "^7.2.5 || ^8.0", |
| 88 | "psr/http-client": "^1.0", |
| 89 | "symfony/deprecation-contracts": "^2.2 || ^3.0" |
| 90 | }, |
| 91 | "provide": { |
| 92 | "psr/http-client-implementation": "1.0" |
| 93 | }, |
| 94 | "require-dev": { |
| 95 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 96 | "ext-curl": "*", |
| 97 | "guzzle/client-integration-tests": "3.0.2", |
| 98 | "php-http/message-factory": "^1.1", |
| 99 | "phpunit/phpunit": "^8.5.39 || ^9.6.20", |
| 100 | "psr/log": "^1.1 || ^2.0 || ^3.0" |
| 101 | }, |
| 102 | "suggest": { |
| 103 | "ext-curl": "Required for CURL handler support", |
| 104 | "ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 105 | "psr/log": "Required for using the Log middleware" |
| 106 | }, |
| 107 | "type": "library", |
| 108 | "extra": { |
| 109 | "bamarni-bin": { |
| 110 | "bin-links": true, |
| 111 | "forward-command": false |
| 112 | } |
| 113 | }, |
| 114 | "autoload": { |
| 115 | "files": [ |
| 116 | "src/functions_include.php" |
| 117 | ], |
| 118 | "psr-4": { |
| 119 | "GuzzleHttp\\": "src/" |
| 120 | } |
| 121 | }, |
| 122 | "notification-url": "https://packagist.org/downloads/", |
| 123 | "license": [ |
| 124 | "MIT" |
| 125 | ], |
| 126 | "authors": [ |
| 127 | { |
| 128 | "name": "Graham Campbell", |
| 129 | "email": "hello@gjcampbell.co.uk", |
| 130 | "homepage": "https://github.com/GrahamCampbell" |
| 131 | }, |
| 132 | { |
| 133 | "name": "Michael Dowling", |
| 134 | "email": "mtdowling@gmail.com", |
| 135 | "homepage": "https://github.com/mtdowling" |
| 136 | }, |
| 137 | { |
| 138 | "name": "Jeremy Lindblom", |
| 139 | "email": "jeremeamia@gmail.com", |
| 140 | "homepage": "https://github.com/jeremeamia" |
| 141 | }, |
| 142 | { |
| 143 | "name": "George Mponos", |
| 144 | "email": "gmponos@gmail.com", |
| 145 | "homepage": "https://github.com/gmponos" |
| 146 | }, |
| 147 | { |
| 148 | "name": "Tobias Nyholm", |
| 149 | "email": "tobias.nyholm@gmail.com", |
| 150 | "homepage": "https://github.com/Nyholm" |
| 151 | }, |
| 152 | { |
| 153 | "name": "Márk Sági-Kazár", |
| 154 | "email": "mark.sagikazar@gmail.com", |
| 155 | "homepage": "https://github.com/sagikazarmark" |
| 156 | }, |
| 157 | { |
| 158 | "name": "Tobias Schultze", |
| 159 | "email": "webmaster@tubo-world.de", |
| 160 | "homepage": "https://github.com/Tobion" |
| 161 | } |
| 162 | ], |
| 163 | "description": "Guzzle is a PHP HTTP client library", |
| 164 | "keywords": [ |
| 165 | "client", |
| 166 | "curl", |
| 167 | "framework", |
| 168 | "http", |
| 169 | "http client", |
| 170 | "psr-18", |
| 171 | "psr-7", |
| 172 | "rest", |
| 173 | "web service" |
| 174 | ], |
| 175 | "support": { |
| 176 | "issues": "https://github.com/guzzle/guzzle/issues", |
| 177 | "source": "https://github.com/guzzle/guzzle/tree/7.10.0" |
| 178 | }, |
| 179 | "funding": [ |
| 180 | { |
| 181 | "url": "https://github.com/GrahamCampbell", |
| 182 | "type": "github" |
| 183 | }, |
| 184 | { |
| 185 | "url": "https://github.com/Nyholm", |
| 186 | "type": "github" |
| 187 | }, |
| 188 | { |
| 189 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
| 190 | "type": "tidelift" |
| 191 | } |
| 192 | ], |
| 193 | "time": "2025-08-23T22:36:01+00:00" |
| 194 | }, |
| 195 | { |
| 196 | "name": "guzzlehttp/promises", |
| 197 | "version": "2.3.0", |
| 198 | "source": { |
| 199 | "type": "git", |
| 200 | "url": "https://github.com/guzzle/promises.git", |
| 201 | "reference": "481557b130ef3790cf82b713667b43030dc9c957" |
| 202 | }, |
| 203 | "dist": { |
| 204 | "type": "zip", |
| 205 | "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", |
| 206 | "reference": "481557b130ef3790cf82b713667b43030dc9c957", |
| 207 | "shasum": "" |
| 208 | }, |
| 209 | "require": { |
| 210 | "php": "^7.2.5 || ^8.0" |
| 211 | }, |
| 212 | "require-dev": { |
| 213 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 214 | "phpunit/phpunit": "^8.5.44 || ^9.6.25" |
| 215 | }, |
| 216 | "type": "library", |
| 217 | "extra": { |
| 218 | "bamarni-bin": { |
| 219 | "bin-links": true, |
| 220 | "forward-command": false |
| 221 | } |
| 222 | }, |
| 223 | "autoload": { |
| 224 | "psr-4": { |
| 225 | "GuzzleHttp\\Promise\\": "src/" |
| 226 | } |
| 227 | }, |
| 228 | "notification-url": "https://packagist.org/downloads/", |
| 229 | "license": [ |
| 230 | "MIT" |
| 231 | ], |
| 232 | "authors": [ |
| 233 | { |
| 234 | "name": "Graham Campbell", |
| 235 | "email": "hello@gjcampbell.co.uk", |
| 236 | "homepage": "https://github.com/GrahamCampbell" |
| 237 | }, |
| 238 | { |
| 239 | "name": "Michael Dowling", |
| 240 | "email": "mtdowling@gmail.com", |
| 241 | "homepage": "https://github.com/mtdowling" |
| 242 | }, |
| 243 | { |
| 244 | "name": "Tobias Nyholm", |
| 245 | "email": "tobias.nyholm@gmail.com", |
| 246 | "homepage": "https://github.com/Nyholm" |
| 247 | }, |
| 248 | { |
| 249 | "name": "Tobias Schultze", |
| 250 | "email": "webmaster@tubo-world.de", |
| 251 | "homepage": "https://github.com/Tobion" |
| 252 | } |
| 253 | ], |
| 254 | "description": "Guzzle promises library", |
| 255 | "keywords": [ |
| 256 | "promise" |
| 257 | ], |
| 258 | "support": { |
| 259 | "issues": "https://github.com/guzzle/promises/issues", |
| 260 | "source": "https://github.com/guzzle/promises/tree/2.3.0" |
| 261 | }, |
| 262 | "funding": [ |
| 263 | { |
| 264 | "url": "https://github.com/GrahamCampbell", |
| 265 | "type": "github" |
| 266 | }, |
| 267 | { |
| 268 | "url": "https://github.com/Nyholm", |
| 269 | "type": "github" |
| 270 | }, |
| 271 | { |
| 272 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
| 273 | "type": "tidelift" |
| 274 | } |
| 275 | ], |
| 276 | "time": "2025-08-22T14:34:08+00:00" |
| 277 | }, |
| 278 | { |
| 279 | "name": "guzzlehttp/psr7", |
| 280 | "version": "2.8.0", |
| 281 | "source": { |
| 282 | "type": "git", |
| 283 | "url": "https://github.com/guzzle/psr7.git", |
| 284 | "reference": "21dc724a0583619cd1652f673303492272778051" |
| 285 | }, |
| 286 | "dist": { |
| 287 | "type": "zip", |
| 288 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", |
| 289 | "reference": "21dc724a0583619cd1652f673303492272778051", |
| 290 | "shasum": "" |
| 291 | }, |
| 292 | "require": { |
| 293 | "php": "^7.2.5 || ^8.0", |
| 294 | "psr/http-factory": "^1.0", |
| 295 | "psr/http-message": "^1.1 || ^2.0", |
| 296 | "ralouphie/getallheaders": "^3.0" |
| 297 | }, |
| 298 | "provide": { |
| 299 | "psr/http-factory-implementation": "1.0", |
| 300 | "psr/http-message-implementation": "1.0" |
| 301 | }, |
| 302 | "require-dev": { |
| 303 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 304 | "http-interop/http-factory-tests": "0.9.0", |
| 305 | "phpunit/phpunit": "^8.5.44 || ^9.6.25" |
| 306 | }, |
| 307 | "suggest": { |
| 308 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 309 | }, |
| 310 | "type": "library", |
| 311 | "extra": { |
| 312 | "bamarni-bin": { |
| 313 | "bin-links": true, |
| 314 | "forward-command": false |
| 315 | } |
| 316 | }, |
| 317 | "autoload": { |
| 318 | "psr-4": { |
| 319 | "GuzzleHttp\\Psr7\\": "src/" |
| 320 | } |
| 321 | }, |
| 322 | "notification-url": "https://packagist.org/downloads/", |
| 323 | "license": [ |
| 324 | "MIT" |
| 325 | ], |
| 326 | "authors": [ |
| 327 | { |
| 328 | "name": "Graham Campbell", |
| 329 | "email": "hello@gjcampbell.co.uk", |
| 330 | "homepage": "https://github.com/GrahamCampbell" |
| 331 | }, |
| 332 | { |
| 333 | "name": "Michael Dowling", |
| 334 | "email": "mtdowling@gmail.com", |
| 335 | "homepage": "https://github.com/mtdowling" |
| 336 | }, |
| 337 | { |
| 338 | "name": "George Mponos", |
| 339 | "email": "gmponos@gmail.com", |
| 340 | "homepage": "https://github.com/gmponos" |
| 341 | }, |
| 342 | { |
| 343 | "name": "Tobias Nyholm", |
| 344 | "email": "tobias.nyholm@gmail.com", |
| 345 | "homepage": "https://github.com/Nyholm" |
| 346 | }, |
| 347 | { |
| 348 | "name": "Márk Sági-Kazár", |
| 349 | "email": "mark.sagikazar@gmail.com", |
| 350 | "homepage": "https://github.com/sagikazarmark" |
| 351 | }, |
| 352 | { |
| 353 | "name": "Tobias Schultze", |
| 354 | "email": "webmaster@tubo-world.de", |
| 355 | "homepage": "https://github.com/Tobion" |
| 356 | }, |
| 357 | { |
| 358 | "name": "Márk Sági-Kazár", |
| 359 | "email": "mark.sagikazar@gmail.com", |
| 360 | "homepage": "https://sagikazarmark.hu" |
| 361 | } |
| 362 | ], |
| 363 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 364 | "keywords": [ |
| 365 | "http", |
| 366 | "message", |
| 367 | "psr-7", |
| 368 | "request", |
| 369 | "response", |
| 370 | "stream", |
| 371 | "uri", |
| 372 | "url" |
| 373 | ], |
| 374 | "support": { |
| 375 | "issues": "https://github.com/guzzle/psr7/issues", |
| 376 | "source": "https://github.com/guzzle/psr7/tree/2.8.0" |
| 377 | }, |
| 378 | "funding": [ |
| 379 | { |
| 380 | "url": "https://github.com/GrahamCampbell", |
| 381 | "type": "github" |
| 382 | }, |
| 383 | { |
| 384 | "url": "https://github.com/Nyholm", |
| 385 | "type": "github" |
| 386 | }, |
| 387 | { |
| 388 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
| 389 | "type": "tidelift" |
| 390 | } |
| 391 | ], |
| 392 | "time": "2025-08-23T21:21:41+00:00" |
| 393 | }, |
| 394 | { |
| 395 | "name": "minishlink/web-push", |
| 396 | "version": "v10.0.1", |
| 397 | "source": { |
| 398 | "type": "git", |
| 399 | "url": "https://github.com/web-push-libs/web-push-php.git", |
| 400 | "reference": "08463189d3501cbd78a8625c87ab6680a7397aad" |
| 401 | }, |
| 402 | "dist": { |
| 403 | "type": "zip", |
| 404 | "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/08463189d3501cbd78a8625c87ab6680a7397aad", |
| 405 | "reference": "08463189d3501cbd78a8625c87ab6680a7397aad", |
| 406 | "shasum": "" |
| 407 | }, |
| 408 | "require": { |
| 409 | "ext-curl": "*", |
| 410 | "ext-json": "*", |
| 411 | "ext-mbstring": "*", |
| 412 | "ext-openssl": "*", |
| 413 | "guzzlehttp/guzzle": "^7.9.2", |
| 414 | "php": ">=8.2", |
| 415 | "spomky-labs/base64url": "^2.0.4", |
| 416 | "web-token/jwt-library": "^3.4.9|^4.0.6" |
| 417 | }, |
| 418 | "require-dev": { |
| 419 | "friendsofphp/php-cs-fixer": "^v3.91.3", |
| 420 | "phpstan/phpstan": "^2.1.33", |
| 421 | "phpstan/phpstan-strict-rules": "^2.0", |
| 422 | "phpunit/phpunit": "^11.5.46|^12.5.2", |
| 423 | "symfony/polyfill-iconv": "^1.33" |
| 424 | }, |
| 425 | "suggest": { |
| 426 | "ext-bcmath": "Optional for performance.", |
| 427 | "ext-gmp": "Optional for performance." |
| 428 | }, |
| 429 | "type": "library", |
| 430 | "autoload": { |
| 431 | "psr-4": { |
| 432 | "Minishlink\\WebPush\\": "src" |
| 433 | } |
| 434 | }, |
| 435 | "notification-url": "https://packagist.org/downloads/", |
| 436 | "license": [ |
| 437 | "MIT" |
| 438 | ], |
| 439 | "authors": [ |
| 440 | { |
| 441 | "name": "Louis Lagrange", |
| 442 | "email": "lagrange.louis@gmail.com", |
| 443 | "homepage": "https://github.com/Minishlink" |
| 444 | } |
| 445 | ], |
| 446 | "description": "Web Push library for PHP", |
| 447 | "homepage": "https://github.com/web-push-libs/web-push-php", |
| 448 | "keywords": [ |
| 449 | "Push API", |
| 450 | "WebPush", |
| 451 | "notifications", |
| 452 | "push", |
| 453 | "web" |
| 454 | ], |
| 455 | "support": { |
| 456 | "issues": "https://github.com/web-push-libs/web-push-php/issues", |
| 457 | "source": "https://github.com/web-push-libs/web-push-php/tree/v10.0.1" |
| 458 | }, |
| 459 | "time": "2025-12-15T10:04:28+00:00" |
| 460 | }, |
| 461 | { |
| 462 | "name": "psr/clock", |
| 463 | "version": "1.0.0", |
| 464 | "source": { |
| 465 | "type": "git", |
| 466 | "url": "https://github.com/php-fig/clock.git", |
| 467 | "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" |
| 468 | }, |
| 469 | "dist": { |
| 470 | "type": "zip", |
| 471 | "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", |
| 472 | "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", |
| 473 | "shasum": "" |
| 474 | }, |
| 475 | "require": { |
| 476 | "php": "^7.0 || ^8.0" |
| 477 | }, |
| 478 | "type": "library", |
| 479 | "autoload": { |
| 480 | "psr-4": { |
| 481 | "Psr\\Clock\\": "src/" |
| 482 | } |
| 483 | }, |
| 484 | "notification-url": "https://packagist.org/downloads/", |
| 485 | "license": [ |
| 486 | "MIT" |
| 487 | ], |
| 488 | "authors": [ |
| 489 | { |
| 490 | "name": "PHP-FIG", |
| 491 | "homepage": "https://www.php-fig.org/" |
| 492 | } |
| 493 | ], |
| 494 | "description": "Common interface for reading the clock.", |
| 495 | "homepage": "https://github.com/php-fig/clock", |
| 496 | "keywords": [ |
| 497 | "clock", |
| 498 | "now", |
| 499 | "psr", |
| 500 | "psr-20", |
| 501 | "time" |
| 502 | ], |
| 503 | "support": { |
| 504 | "issues": "https://github.com/php-fig/clock/issues", |
| 505 | "source": "https://github.com/php-fig/clock/tree/1.0.0" |
| 506 | }, |
| 507 | "time": "2022-11-25T14:36:26+00:00" |
| 508 | }, |
| 509 | { |
| 510 | "name": "psr/http-client", |
| 511 | "version": "1.0.3", |
| 512 | "source": { |
| 513 | "type": "git", |
| 514 | "url": "https://github.com/php-fig/http-client.git", |
| 515 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" |
| 516 | }, |
| 517 | "dist": { |
| 518 | "type": "zip", |
| 519 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 520 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 521 | "shasum": "" |
| 522 | }, |
| 523 | "require": { |
| 524 | "php": "^7.0 || ^8.0", |
| 525 | "psr/http-message": "^1.0 || ^2.0" |
| 526 | }, |
| 527 | "type": "library", |
| 528 | "extra": { |
| 529 | "branch-alias": { |
| 530 | "dev-master": "1.0.x-dev" |
| 531 | } |
| 532 | }, |
| 533 | "autoload": { |
| 534 | "psr-4": { |
| 535 | "Psr\\Http\\Client\\": "src/" |
| 536 | } |
| 537 | }, |
| 538 | "notification-url": "https://packagist.org/downloads/", |
| 539 | "license": [ |
| 540 | "MIT" |
| 541 | ], |
| 542 | "authors": [ |
| 543 | { |
| 544 | "name": "PHP-FIG", |
| 545 | "homepage": "https://www.php-fig.org/" |
| 546 | } |
| 547 | ], |
| 548 | "description": "Common interface for HTTP clients", |
| 549 | "homepage": "https://github.com/php-fig/http-client", |
| 550 | "keywords": [ |
| 551 | "http", |
| 552 | "http-client", |
| 553 | "psr", |
| 554 | "psr-18" |
| 555 | ], |
| 556 | "support": { |
| 557 | "source": "https://github.com/php-fig/http-client" |
| 558 | }, |
| 559 | "time": "2023-09-23T14:17:50+00:00" |
| 560 | }, |
| 561 | { |
| 562 | "name": "psr/http-factory", |
| 563 | "version": "1.1.0", |
| 564 | "source": { |
| 565 | "type": "git", |
| 566 | "url": "https://github.com/php-fig/http-factory.git", |
| 567 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" |
| 568 | }, |
| 569 | "dist": { |
| 570 | "type": "zip", |
| 571 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 572 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 573 | "shasum": "" |
| 574 | }, |
| 575 | "require": { |
| 576 | "php": ">=7.1", |
| 577 | "psr/http-message": "^1.0 || ^2.0" |
| 578 | }, |
| 579 | "type": "library", |
| 580 | "extra": { |
| 581 | "branch-alias": { |
| 582 | "dev-master": "1.0.x-dev" |
| 583 | } |
| 584 | }, |
| 585 | "autoload": { |
| 586 | "psr-4": { |
| 587 | "Psr\\Http\\Message\\": "src/" |
| 588 | } |
| 589 | }, |
| 590 | "notification-url": "https://packagist.org/downloads/", |
| 591 | "license": [ |
| 592 | "MIT" |
| 593 | ], |
| 594 | "authors": [ |
| 595 | { |
| 596 | "name": "PHP-FIG", |
| 597 | "homepage": "https://www.php-fig.org/" |
| 598 | } |
| 599 | ], |
| 600 | "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", |
| 601 | "keywords": [ |
| 602 | "factory", |
| 603 | "http", |
| 604 | "message", |
| 605 | "psr", |
| 606 | "psr-17", |
| 607 | "psr-7", |
| 608 | "request", |
| 609 | "response" |
| 610 | ], |
| 611 | "support": { |
| 612 | "source": "https://github.com/php-fig/http-factory" |
| 613 | }, |
| 614 | "time": "2024-04-15T12:06:14+00:00" |
| 615 | }, |
| 616 | { |
| 617 | "name": "psr/http-message", |
| 618 | "version": "2.0", |
| 619 | "source": { |
| 620 | "type": "git", |
| 621 | "url": "https://github.com/php-fig/http-message.git", |
| 622 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
| 623 | }, |
| 624 | "dist": { |
| 625 | "type": "zip", |
| 626 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 627 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 628 | "shasum": "" |
| 629 | }, |
| 630 | "require": { |
| 631 | "php": "^7.2 || ^8.0" |
| 632 | }, |
| 633 | "type": "library", |
| 634 | "extra": { |
| 635 | "branch-alias": { |
| 636 | "dev-master": "2.0.x-dev" |
| 637 | } |
| 638 | }, |
| 639 | "autoload": { |
| 640 | "psr-4": { |
| 641 | "Psr\\Http\\Message\\": "src/" |
| 642 | } |
| 643 | }, |
| 644 | "notification-url": "https://packagist.org/downloads/", |
| 645 | "license": [ |
| 646 | "MIT" |
| 647 | ], |
| 648 | "authors": [ |
| 649 | { |
| 650 | "name": "PHP-FIG", |
| 651 | "homepage": "https://www.php-fig.org/" |
| 652 | } |
| 653 | ], |
| 654 | "description": "Common interface for HTTP messages", |
| 655 | "homepage": "https://github.com/php-fig/http-message", |
| 656 | "keywords": [ |
| 657 | "http", |
| 658 | "http-message", |
| 659 | "psr", |
| 660 | "psr-7", |
| 661 | "request", |
| 662 | "response" |
| 663 | ], |
| 664 | "support": { |
| 665 | "source": "https://github.com/php-fig/http-message/tree/2.0" |
| 666 | }, |
| 667 | "time": "2023-04-04T09:54:51+00:00" |
| 668 | }, |
| 669 | { |
| 670 | "name": "ralouphie/getallheaders", |
| 671 | "version": "3.0.3", |
| 672 | "source": { |
| 673 | "type": "git", |
| 674 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 675 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 676 | }, |
| 677 | "dist": { |
| 678 | "type": "zip", |
| 679 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 680 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 681 | "shasum": "" |
| 682 | }, |
| 683 | "require": { |
| 684 | "php": ">=5.6" |
| 685 | }, |
| 686 | "require-dev": { |
| 687 | "php-coveralls/php-coveralls": "^2.1", |
| 688 | "phpunit/phpunit": "^5 || ^6.5" |
| 689 | }, |
| 690 | "type": "library", |
| 691 | "autoload": { |
| 692 | "files": [ |
| 693 | "src/getallheaders.php" |
| 694 | ] |
| 695 | }, |
| 696 | "notification-url": "https://packagist.org/downloads/", |
| 697 | "license": [ |
| 698 | "MIT" |
| 699 | ], |
| 700 | "authors": [ |
| 701 | { |
| 702 | "name": "Ralph Khattar", |
| 703 | "email": "ralph.khattar@gmail.com" |
| 704 | } |
| 705 | ], |
| 706 | "description": "A polyfill for getallheaders.", |
| 707 | "support": { |
| 708 | "issues": "https://github.com/ralouphie/getallheaders/issues", |
| 709 | "source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 710 | }, |
| 711 | "time": "2019-03-08T08:55:37+00:00" |
| 712 | }, |
| 713 | { |
| 714 | "name": "spomky-labs/base64url", |
| 715 | "version": "v2.0.4", |
| 716 | "source": { |
| 717 | "type": "git", |
| 718 | "url": "https://github.com/Spomky-Labs/base64url.git", |
| 719 | "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" |
| 720 | }, |
| 721 | "dist": { |
| 722 | "type": "zip", |
| 723 | "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d", |
| 724 | "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d", |
| 725 | "shasum": "" |
| 726 | }, |
| 727 | "require": { |
| 728 | "php": ">=7.1" |
| 729 | }, |
| 730 | "require-dev": { |
| 731 | "phpstan/extension-installer": "^1.0", |
| 732 | "phpstan/phpstan": "^0.11|^0.12", |
| 733 | "phpstan/phpstan-beberlei-assert": "^0.11|^0.12", |
| 734 | "phpstan/phpstan-deprecation-rules": "^0.11|^0.12", |
| 735 | "phpstan/phpstan-phpunit": "^0.11|^0.12", |
| 736 | "phpstan/phpstan-strict-rules": "^0.11|^0.12" |
| 737 | }, |
| 738 | "type": "library", |
| 739 | "autoload": { |
| 740 | "psr-4": { |
| 741 | "Base64Url\\": "src/" |
| 742 | } |
| 743 | }, |
| 744 | "notification-url": "https://packagist.org/downloads/", |
| 745 | "license": [ |
| 746 | "MIT" |
| 747 | ], |
| 748 | "authors": [ |
| 749 | { |
| 750 | "name": "Florent Morselli", |
| 751 | "homepage": "https://github.com/Spomky-Labs/base64url/contributors" |
| 752 | } |
| 753 | ], |
| 754 | "description": "Base 64 URL Safe Encoding/Decoding PHP Library", |
| 755 | "homepage": "https://github.com/Spomky-Labs/base64url", |
| 756 | "keywords": [ |
| 757 | "base64", |
| 758 | "rfc4648", |
| 759 | "safe", |
| 760 | "url" |
| 761 | ], |
| 762 | "support": { |
| 763 | "issues": "https://github.com/Spomky-Labs/base64url/issues", |
| 764 | "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4" |
| 765 | }, |
| 766 | "funding": [ |
| 767 | { |
| 768 | "url": "https://github.com/Spomky", |
| 769 | "type": "github" |
| 770 | }, |
| 771 | { |
| 772 | "url": "https://www.patreon.com/FlorentMorselli", |
| 773 | "type": "patreon" |
| 774 | } |
| 775 | ], |
| 776 | "time": "2020-11-03T09:10:25+00:00" |
| 777 | }, |
| 778 | { |
| 779 | "name": "spomky-labs/pki-framework", |
| 780 | "version": "1.4.1", |
| 781 | "source": { |
| 782 | "type": "git", |
| 783 | "url": "https://github.com/Spomky-Labs/pki-framework.git", |
| 784 | "reference": "f0e9a548df4e3942886adc9b7830581a46334631" |
| 785 | }, |
| 786 | "dist": { |
| 787 | "type": "zip", |
| 788 | "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/f0e9a548df4e3942886adc9b7830581a46334631", |
| 789 | "reference": "f0e9a548df4e3942886adc9b7830581a46334631", |
| 790 | "shasum": "" |
| 791 | }, |
| 792 | "require": { |
| 793 | "brick/math": "^0.10|^0.11|^0.12|^0.13|^0.14", |
| 794 | "ext-mbstring": "*", |
| 795 | "php": ">=8.1" |
| 796 | }, |
| 797 | "require-dev": { |
| 798 | "ekino/phpstan-banned-code": "^1.0|^2.0|^3.0", |
| 799 | "ext-gmp": "*", |
| 800 | "ext-openssl": "*", |
| 801 | "infection/infection": "^0.28|^0.29|^0.31", |
| 802 | "php-parallel-lint/php-parallel-lint": "^1.3", |
| 803 | "phpstan/extension-installer": "^1.3|^2.0", |
| 804 | "phpstan/phpstan": "^1.8|^2.0", |
| 805 | "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
| 806 | "phpstan/phpstan-phpunit": "^1.1|^2.0", |
| 807 | "phpstan/phpstan-strict-rules": "^1.3|^2.0", |
| 808 | "phpunit/phpunit": "^10.1|^11.0|^12.0", |
| 809 | "rector/rector": "^1.0|^2.0", |
| 810 | "roave/security-advisories": "dev-latest", |
| 811 | "symfony/string": "^6.4|^7.0|^8.0", |
| 812 | "symfony/var-dumper": "^6.4|^7.0|^8.0", |
| 813 | "symplify/easy-coding-standard": "^12.0" |
| 814 | }, |
| 815 | "suggest": { |
| 816 | "ext-bcmath": "For better performance (or GMP)", |
| 817 | "ext-gmp": "For better performance (or BCMath)", |
| 818 | "ext-openssl": "For OpenSSL based cyphering" |
| 819 | }, |
| 820 | "type": "library", |
| 821 | "autoload": { |
| 822 | "psr-4": { |
| 823 | "SpomkyLabs\\Pki\\": "src/" |
| 824 | } |
| 825 | }, |
| 826 | "notification-url": "https://packagist.org/downloads/", |
| 827 | "license": [ |
| 828 | "MIT" |
| 829 | ], |
| 830 | "authors": [ |
| 831 | { |
| 832 | "name": "Joni Eskelinen", |
| 833 | "email": "jonieske@gmail.com", |
| 834 | "role": "Original developer" |
| 835 | }, |
| 836 | { |
| 837 | "name": "Florent Morselli", |
| 838 | "email": "florent.morselli@spomky-labs.com", |
| 839 | "role": "Spomky-Labs PKI Framework developer" |
| 840 | } |
| 841 | ], |
| 842 | "description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.", |
| 843 | "homepage": "https://github.com/spomky-labs/pki-framework", |
| 844 | "keywords": [ |
| 845 | "DER", |
| 846 | "Private Key", |
| 847 | "ac", |
| 848 | "algorithm identifier", |
| 849 | "asn.1", |
| 850 | "asn1", |
| 851 | "attribute certificate", |
| 852 | "certificate", |
| 853 | "certification request", |
| 854 | "cryptography", |
| 855 | "csr", |
| 856 | "decrypt", |
| 857 | "ec", |
| 858 | "encrypt", |
| 859 | "pem", |
| 860 | "pkcs", |
| 861 | "public key", |
| 862 | "rsa", |
| 863 | "sign", |
| 864 | "signature", |
| 865 | "verify", |
| 866 | "x.509", |
| 867 | "x.690", |
| 868 | "x509", |
| 869 | "x690" |
| 870 | ], |
| 871 | "support": { |
| 872 | "issues": "https://github.com/Spomky-Labs/pki-framework/issues", |
| 873 | "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.4.1" |
| 874 | }, |
| 875 | "funding": [ |
| 876 | { |
| 877 | "url": "https://github.com/Spomky", |
| 878 | "type": "github" |
| 879 | }, |
| 880 | { |
| 881 | "url": "https://www.patreon.com/FlorentMorselli", |
| 882 | "type": "patreon" |
| 883 | } |
| 884 | ], |
| 885 | "time": "2025-12-20T12:57:40+00:00" |
| 886 | }, |
| 887 | { |
| 888 | "name": "symfony/deprecation-contracts", |
| 889 | "version": "v3.6.0", |
| 890 | "source": { |
| 891 | "type": "git", |
| 892 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 893 | "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" |
| 894 | }, |
| 895 | "dist": { |
| 896 | "type": "zip", |
| 897 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", |
| 898 | "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", |
| 899 | "shasum": "" |
| 900 | }, |
| 901 | "require": { |
| 902 | "php": ">=8.1" |
| 903 | }, |
| 904 | "type": "library", |
| 905 | "extra": { |
| 906 | "thanks": { |
| 907 | "url": "https://github.com/symfony/contracts", |
| 908 | "name": "symfony/contracts" |
| 909 | }, |
| 910 | "branch-alias": { |
| 911 | "dev-main": "3.6-dev" |
| 912 | } |
| 913 | }, |
| 914 | "autoload": { |
| 915 | "files": [ |
| 916 | "function.php" |
| 917 | ] |
| 918 | }, |
| 919 | "notification-url": "https://packagist.org/downloads/", |
| 920 | "license": [ |
| 921 | "MIT" |
| 922 | ], |
| 923 | "authors": [ |
| 924 | { |
| 925 | "name": "Nicolas Grekas", |
| 926 | "email": "p@tchwork.com" |
| 927 | }, |
| 928 | { |
| 929 | "name": "Symfony Community", |
| 930 | "homepage": "https://symfony.com/contributors" |
| 931 | } |
| 932 | ], |
| 933 | "description": "A generic function and convention to trigger deprecation notices", |
| 934 | "homepage": "https://symfony.com", |
| 935 | "support": { |
| 936 | "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" |
| 937 | }, |
| 938 | "funding": [ |
| 939 | { |
| 940 | "url": "https://symfony.com/sponsor", |
| 941 | "type": "custom" |
| 942 | }, |
| 943 | { |
| 944 | "url": "https://github.com/fabpot", |
| 945 | "type": "github" |
| 946 | }, |
| 947 | { |
| 948 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 949 | "type": "tidelift" |
| 950 | } |
| 951 | ], |
| 952 | "time": "2024-09-25T14:21:43+00:00" |
| 953 | }, |
| 954 | { |
| 955 | "name": "web-token/jwt-library", |
| 956 | "version": "4.1.3", |
| 957 | "source": { |
| 958 | "type": "git", |
| 959 | "url": "https://github.com/web-token/jwt-library.git", |
| 960 | "reference": "690d4dd47b78f423cb90457f858e4106e1deb728" |
| 961 | }, |
| 962 | "dist": { |
| 963 | "type": "zip", |
| 964 | "url": "https://api.github.com/repos/web-token/jwt-library/zipball/690d4dd47b78f423cb90457f858e4106e1deb728", |
| 965 | "reference": "690d4dd47b78f423cb90457f858e4106e1deb728", |
| 966 | "shasum": "" |
| 967 | }, |
| 968 | "require": { |
| 969 | "brick/math": "^0.12|^0.13|^0.14", |
| 970 | "php": ">=8.2", |
| 971 | "psr/clock": "^1.0", |
| 972 | "spomky-labs/pki-framework": "^1.2.1" |
| 973 | }, |
| 974 | "conflict": { |
| 975 | "spomky-labs/jose": "*" |
| 976 | }, |
| 977 | "suggest": { |
| 978 | "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance", |
| 979 | "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance", |
| 980 | "ext-openssl": "For key management (creation, optimization, etc.) and some algorithms (AES, RSA, ECDSA, etc.)", |
| 981 | "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", |
| 982 | "paragonie/sodium_compat": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", |
| 983 | "spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (AxxxKW, AxxxGCMKW, PBES2-HSxxx+AyyyKW...)", |
| 984 | "symfony/console": "Needed to use console commands", |
| 985 | "symfony/http-client": "To enable JKU/X5U support." |
| 986 | }, |
| 987 | "type": "library", |
| 988 | "autoload": { |
| 989 | "psr-4": { |
| 990 | "Jose\\Component\\": "" |
| 991 | } |
| 992 | }, |
| 993 | "notification-url": "https://packagist.org/downloads/", |
| 994 | "license": [ |
| 995 | "MIT" |
| 996 | ], |
| 997 | "authors": [ |
| 998 | { |
| 999 | "name": "Florent Morselli", |
| 1000 | "homepage": "https://github.com/Spomky" |
| 1001 | }, |
| 1002 | { |
| 1003 | "name": "All contributors", |
| 1004 | "homepage": "https://github.com/web-token/jwt-framework/contributors" |
| 1005 | } |
| 1006 | ], |
| 1007 | "description": "JWT library", |
| 1008 | "homepage": "https://github.com/web-token", |
| 1009 | "keywords": [ |
| 1010 | "JOSE", |
| 1011 | "JWE", |
| 1012 | "JWK", |
| 1013 | "JWKSet", |
| 1014 | "JWS", |
| 1015 | "Jot", |
| 1016 | "RFC7515", |
| 1017 | "RFC7516", |
| 1018 | "RFC7517", |
| 1019 | "RFC7518", |
| 1020 | "RFC7519", |
| 1021 | "RFC7520", |
| 1022 | "bundle", |
| 1023 | "jwa", |
| 1024 | "jwt", |
| 1025 | "symfony" |
| 1026 | ], |
| 1027 | "support": { |
| 1028 | "issues": "https://github.com/web-token/jwt-library/issues", |
| 1029 | "source": "https://github.com/web-token/jwt-library/tree/4.1.3" |
| 1030 | }, |
| 1031 | "funding": [ |
| 1032 | { |
| 1033 | "url": "https://github.com/Spomky", |
| 1034 | "type": "github" |
| 1035 | }, |
| 1036 | { |
| 1037 | "url": "https://www.patreon.com/FlorentMorselli", |
| 1038 | "type": "patreon" |
| 1039 | } |
| 1040 | ], |
| 1041 | "time": "2025-12-18T14:27:35+00:00" |
| 1042 | } |
| 1043 | ], |
| 1044 | "packages-dev": [], |
| 1045 | "aliases": [], |
| 1046 | "minimum-stability": "stable", |
| 1047 | "stability-flags": [], |
| 1048 | "prefer-stable": false, |
| 1049 | "prefer-lowest": false, |
| 1050 | "platform": [], |
| 1051 | "platform-dev": [], |
| 1052 | "plugin-api-version": "2.6.0" |
| 1053 | } |
| 1054 | |