ClassLoader.php
4 months ago
InstalledVersions.php
4 months ago
autoload_classmap.php
2 months ago
autoload_files.php
2 months ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
2 months ago
autoload_real.php
4 months ago
autoload_static.php
2 months ago
installed.json
2 months ago
installed.php
2 months ago
platform_check.php
4 months ago
installed.json
840 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "brick/math", |
| 5 | "version": "0.10.2", |
| 6 | "version_normalized": "0.10.2.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/brick/math.git", |
| 10 | "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f", |
| 15 | "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-json": "*", |
| 20 | "php": "^7.4 || ^8.0" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "php-coveralls/php-coveralls": "^2.2", |
| 24 | "phpunit/phpunit": "^9.0", |
| 25 | "vimeo/psalm": "4.25.0" |
| 26 | }, |
| 27 | "time": "2022-08-10T22:54:19+00:00", |
| 28 | "type": "library", |
| 29 | "installation-source": "dist", |
| 30 | "autoload": { |
| 31 | "psr-4": { |
| 32 | "Brick\\Math\\": "src/" |
| 33 | } |
| 34 | }, |
| 35 | "notification-url": "https://packagist.org/downloads/", |
| 36 | "license": [ |
| 37 | "MIT" |
| 38 | ], |
| 39 | "description": "Arbitrary-precision arithmetic library", |
| 40 | "keywords": [ |
| 41 | "Arbitrary-precision", |
| 42 | "BigInteger", |
| 43 | "BigRational", |
| 44 | "arithmetic", |
| 45 | "bigdecimal", |
| 46 | "bignum", |
| 47 | "brick", |
| 48 | "math" |
| 49 | ], |
| 50 | "support": { |
| 51 | "issues": "https://github.com/brick/math/issues", |
| 52 | "source": "https://github.com/brick/math/tree/0.10.2" |
| 53 | }, |
| 54 | "funding": [ |
| 55 | { |
| 56 | "url": "https://github.com/BenMorel", |
| 57 | "type": "github" |
| 58 | } |
| 59 | ], |
| 60 | "install-path": "../brick/math" |
| 61 | }, |
| 62 | { |
| 63 | "name": "brick/money", |
| 64 | "version": "0.7.0", |
| 65 | "version_normalized": "0.7.0.0", |
| 66 | "source": { |
| 67 | "type": "git", |
| 68 | "url": "https://github.com/brick/money.git", |
| 69 | "reference": "3cac1b014e91718f02724c54c08a2bdcd7cd2340" |
| 70 | }, |
| 71 | "dist": { |
| 72 | "type": "zip", |
| 73 | "url": "https://api.github.com/repos/brick/money/zipball/3cac1b014e91718f02724c54c08a2bdcd7cd2340", |
| 74 | "reference": "3cac1b014e91718f02724c54c08a2bdcd7cd2340", |
| 75 | "shasum": "" |
| 76 | }, |
| 77 | "require": { |
| 78 | "brick/math": "~0.10.1", |
| 79 | "ext-json": "*", |
| 80 | "php": "^7.4 || ^8.0" |
| 81 | }, |
| 82 | "require-dev": { |
| 83 | "brick/varexporter": "~0.3.0", |
| 84 | "ext-dom": "*", |
| 85 | "ext-pdo": "*", |
| 86 | "php-coveralls/php-coveralls": "^2.2", |
| 87 | "phpunit/phpunit": "^9.4.3", |
| 88 | "vimeo/psalm": "4.23.0" |
| 89 | }, |
| 90 | "suggest": { |
| 91 | "ext-intl": "Required to format Money objects" |
| 92 | }, |
| 93 | "time": "2022-10-05T22:11:12+00:00", |
| 94 | "type": "library", |
| 95 | "installation-source": "dist", |
| 96 | "autoload": { |
| 97 | "psr-4": { |
| 98 | "Brick\\Money\\": "src/" |
| 99 | } |
| 100 | }, |
| 101 | "notification-url": "https://packagist.org/downloads/", |
| 102 | "license": [ |
| 103 | "MIT" |
| 104 | ], |
| 105 | "description": "Money and currency library", |
| 106 | "keywords": [ |
| 107 | "brick", |
| 108 | "currency", |
| 109 | "money" |
| 110 | ], |
| 111 | "support": { |
| 112 | "issues": "https://github.com/brick/money/issues", |
| 113 | "source": "https://github.com/brick/money/tree/0.7.0" |
| 114 | }, |
| 115 | "funding": [ |
| 116 | { |
| 117 | "url": "https://github.com/BenMorel", |
| 118 | "type": "github" |
| 119 | } |
| 120 | ], |
| 121 | "install-path": "../brick/money" |
| 122 | }, |
| 123 | { |
| 124 | "name": "guzzlehttp/guzzle", |
| 125 | "version": "7.11.1", |
| 126 | "version_normalized": "7.11.1.0", |
| 127 | "source": { |
| 128 | "type": "git", |
| 129 | "url": "https://github.com/guzzle/guzzle.git", |
| 130 | "reference": "5af96f374e0ab4ebd747b8310888c99d3adb0a8c" |
| 131 | }, |
| 132 | "dist": { |
| 133 | "type": "zip", |
| 134 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/5af96f374e0ab4ebd747b8310888c99d3adb0a8c", |
| 135 | "reference": "5af96f374e0ab4ebd747b8310888c99d3adb0a8c", |
| 136 | "shasum": "" |
| 137 | }, |
| 138 | "require": { |
| 139 | "ext-json": "*", |
| 140 | "guzzlehttp/promises": "^2.5", |
| 141 | "guzzlehttp/psr7": "^2.11", |
| 142 | "php": "^7.2.5 || ^8.0", |
| 143 | "psr/http-client": "^1.0", |
| 144 | "symfony/deprecation-contracts": "^2.5 || ^3.0", |
| 145 | "symfony/polyfill-php80": "^1.24" |
| 146 | }, |
| 147 | "provide": { |
| 148 | "psr/http-client-implementation": "1.0" |
| 149 | }, |
| 150 | "require-dev": { |
| 151 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 152 | "ext-curl": "*", |
| 153 | "guzzle/client-integration-tests": "3.0.2", |
| 154 | "guzzlehttp/test-server": "^0.5", |
| 155 | "php-http/message-factory": "^1.1", |
| 156 | "phpunit/phpunit": "^8.5.52 || ^9.6.34", |
| 157 | "psr/log": "^1.1 || ^2.0 || ^3.0" |
| 158 | }, |
| 159 | "suggest": { |
| 160 | "ext-curl": "Required for CURL handler support", |
| 161 | "ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 162 | "psr/log": "Required for using the Log middleware" |
| 163 | }, |
| 164 | "time": "2026-06-07T22:54:06+00:00", |
| 165 | "type": "library", |
| 166 | "extra": { |
| 167 | "bamarni-bin": { |
| 168 | "bin-links": true, |
| 169 | "forward-command": false |
| 170 | } |
| 171 | }, |
| 172 | "installation-source": "dist", |
| 173 | "autoload": { |
| 174 | "files": [ |
| 175 | "src/functions_include.php" |
| 176 | ], |
| 177 | "psr-4": { |
| 178 | "GuzzleHttp\\": "src/" |
| 179 | } |
| 180 | }, |
| 181 | "notification-url": "https://packagist.org/downloads/", |
| 182 | "license": [ |
| 183 | "MIT" |
| 184 | ], |
| 185 | "authors": [ |
| 186 | { |
| 187 | "name": "Graham Campbell", |
| 188 | "email": "hello@gjcampbell.co.uk", |
| 189 | "homepage": "https://github.com/GrahamCampbell" |
| 190 | }, |
| 191 | { |
| 192 | "name": "Michael Dowling", |
| 193 | "email": "mtdowling@gmail.com", |
| 194 | "homepage": "https://github.com/mtdowling" |
| 195 | }, |
| 196 | { |
| 197 | "name": "Jeremy Lindblom", |
| 198 | "email": "jeremeamia@gmail.com", |
| 199 | "homepage": "https://github.com/jeremeamia" |
| 200 | }, |
| 201 | { |
| 202 | "name": "George Mponos", |
| 203 | "email": "gmponos@gmail.com", |
| 204 | "homepage": "https://github.com/gmponos" |
| 205 | }, |
| 206 | { |
| 207 | "name": "Tobias Nyholm", |
| 208 | "email": "tobias.nyholm@gmail.com", |
| 209 | "homepage": "https://github.com/Nyholm" |
| 210 | }, |
| 211 | { |
| 212 | "name": "Márk Sági-Kazár", |
| 213 | "email": "mark.sagikazar@gmail.com", |
| 214 | "homepage": "https://github.com/sagikazarmark" |
| 215 | }, |
| 216 | { |
| 217 | "name": "Tobias Schultze", |
| 218 | "email": "webmaster@tubo-world.de", |
| 219 | "homepage": "https://github.com/Tobion" |
| 220 | } |
| 221 | ], |
| 222 | "description": "Guzzle is a PHP HTTP client library", |
| 223 | "keywords": [ |
| 224 | "client", |
| 225 | "curl", |
| 226 | "framework", |
| 227 | "http", |
| 228 | "http client", |
| 229 | "psr-18", |
| 230 | "psr-7", |
| 231 | "rest", |
| 232 | "web service" |
| 233 | ], |
| 234 | "support": { |
| 235 | "issues": "https://github.com/guzzle/guzzle/issues", |
| 236 | "source": "https://github.com/guzzle/guzzle/tree/7.11.1" |
| 237 | }, |
| 238 | "funding": [ |
| 239 | { |
| 240 | "url": "https://github.com/GrahamCampbell", |
| 241 | "type": "github" |
| 242 | }, |
| 243 | { |
| 244 | "url": "https://github.com/Nyholm", |
| 245 | "type": "github" |
| 246 | }, |
| 247 | { |
| 248 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
| 249 | "type": "tidelift" |
| 250 | } |
| 251 | ], |
| 252 | "install-path": "../guzzlehttp/guzzle" |
| 253 | }, |
| 254 | { |
| 255 | "name": "guzzlehttp/promises", |
| 256 | "version": "2.5.0", |
| 257 | "version_normalized": "2.5.0.0", |
| 258 | "source": { |
| 259 | "type": "git", |
| 260 | "url": "https://github.com/guzzle/promises.git", |
| 261 | "reference": "4360e982f87f5f258bf872d094647791db2f4c8e" |
| 262 | }, |
| 263 | "dist": { |
| 264 | "type": "zip", |
| 265 | "url": "https://api.github.com/repos/guzzle/promises/zipball/4360e982f87f5f258bf872d094647791db2f4c8e", |
| 266 | "reference": "4360e982f87f5f258bf872d094647791db2f4c8e", |
| 267 | "shasum": "" |
| 268 | }, |
| 269 | "require": { |
| 270 | "php": "^7.2.5 || ^8.0", |
| 271 | "symfony/deprecation-contracts": "^2.5 || ^3.0" |
| 272 | }, |
| 273 | "require-dev": { |
| 274 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 275 | "phpunit/phpunit": "^8.5.52 || ^9.6.34" |
| 276 | }, |
| 277 | "time": "2026-06-02T12:23:43+00:00", |
| 278 | "type": "library", |
| 279 | "extra": { |
| 280 | "bamarni-bin": { |
| 281 | "bin-links": true, |
| 282 | "forward-command": false |
| 283 | } |
| 284 | }, |
| 285 | "installation-source": "dist", |
| 286 | "autoload": { |
| 287 | "psr-4": { |
| 288 | "GuzzleHttp\\Promise\\": "src/" |
| 289 | } |
| 290 | }, |
| 291 | "notification-url": "https://packagist.org/downloads/", |
| 292 | "license": [ |
| 293 | "MIT" |
| 294 | ], |
| 295 | "authors": [ |
| 296 | { |
| 297 | "name": "Graham Campbell", |
| 298 | "email": "hello@gjcampbell.co.uk", |
| 299 | "homepage": "https://github.com/GrahamCampbell" |
| 300 | }, |
| 301 | { |
| 302 | "name": "Michael Dowling", |
| 303 | "email": "mtdowling@gmail.com", |
| 304 | "homepage": "https://github.com/mtdowling" |
| 305 | }, |
| 306 | { |
| 307 | "name": "Tobias Nyholm", |
| 308 | "email": "tobias.nyholm@gmail.com", |
| 309 | "homepage": "https://github.com/Nyholm" |
| 310 | }, |
| 311 | { |
| 312 | "name": "Tobias Schultze", |
| 313 | "email": "webmaster@tubo-world.de", |
| 314 | "homepage": "https://github.com/Tobion" |
| 315 | } |
| 316 | ], |
| 317 | "description": "Guzzle promises library", |
| 318 | "keywords": [ |
| 319 | "promise" |
| 320 | ], |
| 321 | "support": { |
| 322 | "issues": "https://github.com/guzzle/promises/issues", |
| 323 | "source": "https://github.com/guzzle/promises/tree/2.5.0" |
| 324 | }, |
| 325 | "funding": [ |
| 326 | { |
| 327 | "url": "https://github.com/GrahamCampbell", |
| 328 | "type": "github" |
| 329 | }, |
| 330 | { |
| 331 | "url": "https://github.com/Nyholm", |
| 332 | "type": "github" |
| 333 | }, |
| 334 | { |
| 335 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
| 336 | "type": "tidelift" |
| 337 | } |
| 338 | ], |
| 339 | "install-path": "../guzzlehttp/promises" |
| 340 | }, |
| 341 | { |
| 342 | "name": "guzzlehttp/psr7", |
| 343 | "version": "2.11.0", |
| 344 | "version_normalized": "2.11.0.0", |
| 345 | "source": { |
| 346 | "type": "git", |
| 347 | "url": "https://github.com/guzzle/psr7.git", |
| 348 | "reference": "bbb5e61349fa5cb822b3e87842b951088b76b81f" |
| 349 | }, |
| 350 | "dist": { |
| 351 | "type": "zip", |
| 352 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/bbb5e61349fa5cb822b3e87842b951088b76b81f", |
| 353 | "reference": "bbb5e61349fa5cb822b3e87842b951088b76b81f", |
| 354 | "shasum": "" |
| 355 | }, |
| 356 | "require": { |
| 357 | "php": "^7.2.5 || ^8.0", |
| 358 | "psr/http-factory": "^1.0", |
| 359 | "psr/http-message": "^1.1 || ^2.0", |
| 360 | "ralouphie/getallheaders": "^3.0", |
| 361 | "symfony/deprecation-contracts": "^2.5 || ^3.0", |
| 362 | "symfony/polyfill-php80": "^1.24" |
| 363 | }, |
| 364 | "provide": { |
| 365 | "psr/http-factory-implementation": "1.0", |
| 366 | "psr/http-message-implementation": "1.0" |
| 367 | }, |
| 368 | "require-dev": { |
| 369 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 370 | "http-interop/http-factory-tests": "1.1.0", |
| 371 | "jshttp/mime-db": "1.54.0.1", |
| 372 | "phpunit/phpunit": "^8.5.52 || ^9.6.34" |
| 373 | }, |
| 374 | "suggest": { |
| 375 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 376 | }, |
| 377 | "time": "2026-06-02T12:30:48+00:00", |
| 378 | "type": "library", |
| 379 | "extra": { |
| 380 | "bamarni-bin": { |
| 381 | "bin-links": true, |
| 382 | "forward-command": false |
| 383 | } |
| 384 | }, |
| 385 | "installation-source": "dist", |
| 386 | "autoload": { |
| 387 | "psr-4": { |
| 388 | "GuzzleHttp\\Psr7\\": "src/" |
| 389 | } |
| 390 | }, |
| 391 | "notification-url": "https://packagist.org/downloads/", |
| 392 | "license": [ |
| 393 | "MIT" |
| 394 | ], |
| 395 | "authors": [ |
| 396 | { |
| 397 | "name": "Graham Campbell", |
| 398 | "email": "hello@gjcampbell.co.uk", |
| 399 | "homepage": "https://github.com/GrahamCampbell" |
| 400 | }, |
| 401 | { |
| 402 | "name": "Michael Dowling", |
| 403 | "email": "mtdowling@gmail.com", |
| 404 | "homepage": "https://github.com/mtdowling" |
| 405 | }, |
| 406 | { |
| 407 | "name": "George Mponos", |
| 408 | "email": "gmponos@gmail.com", |
| 409 | "homepage": "https://github.com/gmponos" |
| 410 | }, |
| 411 | { |
| 412 | "name": "Tobias Nyholm", |
| 413 | "email": "tobias.nyholm@gmail.com", |
| 414 | "homepage": "https://github.com/Nyholm" |
| 415 | }, |
| 416 | { |
| 417 | "name": "Márk Sági-Kazár", |
| 418 | "email": "mark.sagikazar@gmail.com", |
| 419 | "homepage": "https://github.com/sagikazarmark" |
| 420 | }, |
| 421 | { |
| 422 | "name": "Tobias Schultze", |
| 423 | "email": "webmaster@tubo-world.de", |
| 424 | "homepage": "https://github.com/Tobion" |
| 425 | }, |
| 426 | { |
| 427 | "name": "Márk Sági-Kazár", |
| 428 | "email": "mark.sagikazar@gmail.com", |
| 429 | "homepage": "https://sagikazarmark.hu" |
| 430 | } |
| 431 | ], |
| 432 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 433 | "keywords": [ |
| 434 | "http", |
| 435 | "message", |
| 436 | "psr-7", |
| 437 | "request", |
| 438 | "response", |
| 439 | "stream", |
| 440 | "uri", |
| 441 | "url" |
| 442 | ], |
| 443 | "support": { |
| 444 | "issues": "https://github.com/guzzle/psr7/issues", |
| 445 | "source": "https://github.com/guzzle/psr7/tree/2.11.0" |
| 446 | }, |
| 447 | "funding": [ |
| 448 | { |
| 449 | "url": "https://github.com/GrahamCampbell", |
| 450 | "type": "github" |
| 451 | }, |
| 452 | { |
| 453 | "url": "https://github.com/Nyholm", |
| 454 | "type": "github" |
| 455 | }, |
| 456 | { |
| 457 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
| 458 | "type": "tidelift" |
| 459 | } |
| 460 | ], |
| 461 | "install-path": "../guzzlehttp/psr7" |
| 462 | }, |
| 463 | { |
| 464 | "name": "psr/http-client", |
| 465 | "version": "1.0.3", |
| 466 | "version_normalized": "1.0.3.0", |
| 467 | "source": { |
| 468 | "type": "git", |
| 469 | "url": "https://github.com/php-fig/http-client.git", |
| 470 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" |
| 471 | }, |
| 472 | "dist": { |
| 473 | "type": "zip", |
| 474 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 475 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 476 | "shasum": "" |
| 477 | }, |
| 478 | "require": { |
| 479 | "php": "^7.0 || ^8.0", |
| 480 | "psr/http-message": "^1.0 || ^2.0" |
| 481 | }, |
| 482 | "time": "2023-09-23T14:17:50+00:00", |
| 483 | "type": "library", |
| 484 | "extra": { |
| 485 | "branch-alias": { |
| 486 | "dev-master": "1.0.x-dev" |
| 487 | } |
| 488 | }, |
| 489 | "installation-source": "dist", |
| 490 | "autoload": { |
| 491 | "psr-4": { |
| 492 | "Psr\\Http\\Client\\": "src/" |
| 493 | } |
| 494 | }, |
| 495 | "notification-url": "https://packagist.org/downloads/", |
| 496 | "license": [ |
| 497 | "MIT" |
| 498 | ], |
| 499 | "authors": [ |
| 500 | { |
| 501 | "name": "PHP-FIG", |
| 502 | "homepage": "https://www.php-fig.org/" |
| 503 | } |
| 504 | ], |
| 505 | "description": "Common interface for HTTP clients", |
| 506 | "homepage": "https://github.com/php-fig/http-client", |
| 507 | "keywords": [ |
| 508 | "http", |
| 509 | "http-client", |
| 510 | "psr", |
| 511 | "psr-18" |
| 512 | ], |
| 513 | "support": { |
| 514 | "source": "https://github.com/php-fig/http-client" |
| 515 | }, |
| 516 | "install-path": "../psr/http-client" |
| 517 | }, |
| 518 | { |
| 519 | "name": "psr/http-factory", |
| 520 | "version": "1.1.0", |
| 521 | "version_normalized": "1.1.0.0", |
| 522 | "source": { |
| 523 | "type": "git", |
| 524 | "url": "https://github.com/php-fig/http-factory.git", |
| 525 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" |
| 526 | }, |
| 527 | "dist": { |
| 528 | "type": "zip", |
| 529 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 530 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 531 | "shasum": "" |
| 532 | }, |
| 533 | "require": { |
| 534 | "php": ">=7.1", |
| 535 | "psr/http-message": "^1.0 || ^2.0" |
| 536 | }, |
| 537 | "time": "2024-04-15T12:06:14+00:00", |
| 538 | "type": "library", |
| 539 | "extra": { |
| 540 | "branch-alias": { |
| 541 | "dev-master": "1.0.x-dev" |
| 542 | } |
| 543 | }, |
| 544 | "installation-source": "dist", |
| 545 | "autoload": { |
| 546 | "psr-4": { |
| 547 | "Psr\\Http\\Message\\": "src/" |
| 548 | } |
| 549 | }, |
| 550 | "notification-url": "https://packagist.org/downloads/", |
| 551 | "license": [ |
| 552 | "MIT" |
| 553 | ], |
| 554 | "authors": [ |
| 555 | { |
| 556 | "name": "PHP-FIG", |
| 557 | "homepage": "https://www.php-fig.org/" |
| 558 | } |
| 559 | ], |
| 560 | "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", |
| 561 | "keywords": [ |
| 562 | "factory", |
| 563 | "http", |
| 564 | "message", |
| 565 | "psr", |
| 566 | "psr-17", |
| 567 | "psr-7", |
| 568 | "request", |
| 569 | "response" |
| 570 | ], |
| 571 | "support": { |
| 572 | "source": "https://github.com/php-fig/http-factory" |
| 573 | }, |
| 574 | "install-path": "../psr/http-factory" |
| 575 | }, |
| 576 | { |
| 577 | "name": "psr/http-message", |
| 578 | "version": "2.0", |
| 579 | "version_normalized": "2.0.0.0", |
| 580 | "source": { |
| 581 | "type": "git", |
| 582 | "url": "https://github.com/php-fig/http-message.git", |
| 583 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
| 584 | }, |
| 585 | "dist": { |
| 586 | "type": "zip", |
| 587 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 588 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 589 | "shasum": "" |
| 590 | }, |
| 591 | "require": { |
| 592 | "php": "^7.2 || ^8.0" |
| 593 | }, |
| 594 | "time": "2023-04-04T09:54:51+00:00", |
| 595 | "type": "library", |
| 596 | "extra": { |
| 597 | "branch-alias": { |
| 598 | "dev-master": "2.0.x-dev" |
| 599 | } |
| 600 | }, |
| 601 | "installation-source": "dist", |
| 602 | "autoload": { |
| 603 | "psr-4": { |
| 604 | "Psr\\Http\\Message\\": "src/" |
| 605 | } |
| 606 | }, |
| 607 | "notification-url": "https://packagist.org/downloads/", |
| 608 | "license": [ |
| 609 | "MIT" |
| 610 | ], |
| 611 | "authors": [ |
| 612 | { |
| 613 | "name": "PHP-FIG", |
| 614 | "homepage": "https://www.php-fig.org/" |
| 615 | } |
| 616 | ], |
| 617 | "description": "Common interface for HTTP messages", |
| 618 | "homepage": "https://github.com/php-fig/http-message", |
| 619 | "keywords": [ |
| 620 | "http", |
| 621 | "http-message", |
| 622 | "psr", |
| 623 | "psr-7", |
| 624 | "request", |
| 625 | "response" |
| 626 | ], |
| 627 | "support": { |
| 628 | "source": "https://github.com/php-fig/http-message/tree/2.0" |
| 629 | }, |
| 630 | "install-path": "../psr/http-message" |
| 631 | }, |
| 632 | { |
| 633 | "name": "ralouphie/getallheaders", |
| 634 | "version": "3.0.3", |
| 635 | "version_normalized": "3.0.3.0", |
| 636 | "source": { |
| 637 | "type": "git", |
| 638 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 639 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 640 | }, |
| 641 | "dist": { |
| 642 | "type": "zip", |
| 643 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 644 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 645 | "shasum": "" |
| 646 | }, |
| 647 | "require": { |
| 648 | "php": ">=5.6" |
| 649 | }, |
| 650 | "require-dev": { |
| 651 | "php-coveralls/php-coveralls": "^2.1", |
| 652 | "phpunit/phpunit": "^5 || ^6.5" |
| 653 | }, |
| 654 | "time": "2019-03-08T08:55:37+00:00", |
| 655 | "type": "library", |
| 656 | "installation-source": "dist", |
| 657 | "autoload": { |
| 658 | "files": [ |
| 659 | "src/getallheaders.php" |
| 660 | ] |
| 661 | }, |
| 662 | "notification-url": "https://packagist.org/downloads/", |
| 663 | "license": [ |
| 664 | "MIT" |
| 665 | ], |
| 666 | "authors": [ |
| 667 | { |
| 668 | "name": "Ralph Khattar", |
| 669 | "email": "ralph.khattar@gmail.com" |
| 670 | } |
| 671 | ], |
| 672 | "description": "A polyfill for getallheaders.", |
| 673 | "support": { |
| 674 | "issues": "https://github.com/ralouphie/getallheaders/issues", |
| 675 | "source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 676 | }, |
| 677 | "install-path": "../ralouphie/getallheaders" |
| 678 | }, |
| 679 | { |
| 680 | "name": "symfony/deprecation-contracts", |
| 681 | "version": "v2.5.4", |
| 682 | "version_normalized": "2.5.4.0", |
| 683 | "source": { |
| 684 | "type": "git", |
| 685 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 686 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" |
| 687 | }, |
| 688 | "dist": { |
| 689 | "type": "zip", |
| 690 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 691 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 692 | "shasum": "" |
| 693 | }, |
| 694 | "require": { |
| 695 | "php": ">=7.1" |
| 696 | }, |
| 697 | "time": "2024-09-25T14:11:13+00:00", |
| 698 | "type": "library", |
| 699 | "extra": { |
| 700 | "thanks": { |
| 701 | "url": "https://github.com/symfony/contracts", |
| 702 | "name": "symfony/contracts" |
| 703 | }, |
| 704 | "branch-alias": { |
| 705 | "dev-main": "2.5-dev" |
| 706 | } |
| 707 | }, |
| 708 | "installation-source": "dist", |
| 709 | "autoload": { |
| 710 | "files": [ |
| 711 | "function.php" |
| 712 | ] |
| 713 | }, |
| 714 | "notification-url": "https://packagist.org/downloads/", |
| 715 | "license": [ |
| 716 | "MIT" |
| 717 | ], |
| 718 | "authors": [ |
| 719 | { |
| 720 | "name": "Nicolas Grekas", |
| 721 | "email": "p@tchwork.com" |
| 722 | }, |
| 723 | { |
| 724 | "name": "Symfony Community", |
| 725 | "homepage": "https://symfony.com/contributors" |
| 726 | } |
| 727 | ], |
| 728 | "description": "A generic function and convention to trigger deprecation notices", |
| 729 | "homepage": "https://symfony.com", |
| 730 | "support": { |
| 731 | "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" |
| 732 | }, |
| 733 | "funding": [ |
| 734 | { |
| 735 | "url": "https://symfony.com/sponsor", |
| 736 | "type": "custom" |
| 737 | }, |
| 738 | { |
| 739 | "url": "https://github.com/fabpot", |
| 740 | "type": "github" |
| 741 | }, |
| 742 | { |
| 743 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 744 | "type": "tidelift" |
| 745 | } |
| 746 | ], |
| 747 | "install-path": "../symfony/deprecation-contracts" |
| 748 | }, |
| 749 | { |
| 750 | "name": "symfony/polyfill-php80", |
| 751 | "version": "v1.37.0", |
| 752 | "version_normalized": "1.37.0.0", |
| 753 | "source": { |
| 754 | "type": "git", |
| 755 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 756 | "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411" |
| 757 | }, |
| 758 | "dist": { |
| 759 | "type": "zip", |
| 760 | "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411", |
| 761 | "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411", |
| 762 | "shasum": "" |
| 763 | }, |
| 764 | "require": { |
| 765 | "php": ">=7.2" |
| 766 | }, |
| 767 | "time": "2026-04-10T16:19:22+00:00", |
| 768 | "type": "library", |
| 769 | "extra": { |
| 770 | "thanks": { |
| 771 | "url": "https://github.com/symfony/polyfill", |
| 772 | "name": "symfony/polyfill" |
| 773 | } |
| 774 | }, |
| 775 | "installation-source": "dist", |
| 776 | "autoload": { |
| 777 | "files": [ |
| 778 | "bootstrap.php" |
| 779 | ], |
| 780 | "psr-4": { |
| 781 | "Symfony\\Polyfill\\Php80\\": "" |
| 782 | }, |
| 783 | "classmap": [ |
| 784 | "Resources/stubs" |
| 785 | ] |
| 786 | }, |
| 787 | "notification-url": "https://packagist.org/downloads/", |
| 788 | "license": [ |
| 789 | "MIT" |
| 790 | ], |
| 791 | "authors": [ |
| 792 | { |
| 793 | "name": "Ion Bazan", |
| 794 | "email": "ion.bazan@gmail.com" |
| 795 | }, |
| 796 | { |
| 797 | "name": "Nicolas Grekas", |
| 798 | "email": "p@tchwork.com" |
| 799 | }, |
| 800 | { |
| 801 | "name": "Symfony Community", |
| 802 | "homepage": "https://symfony.com/contributors" |
| 803 | } |
| 804 | ], |
| 805 | "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 806 | "homepage": "https://symfony.com", |
| 807 | "keywords": [ |
| 808 | "compatibility", |
| 809 | "polyfill", |
| 810 | "portable", |
| 811 | "shim" |
| 812 | ], |
| 813 | "support": { |
| 814 | "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0" |
| 815 | }, |
| 816 | "funding": [ |
| 817 | { |
| 818 | "url": "https://symfony.com/sponsor", |
| 819 | "type": "custom" |
| 820 | }, |
| 821 | { |
| 822 | "url": "https://github.com/fabpot", |
| 823 | "type": "github" |
| 824 | }, |
| 825 | { |
| 826 | "url": "https://github.com/nicolas-grekas", |
| 827 | "type": "github" |
| 828 | }, |
| 829 | { |
| 830 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 831 | "type": "tidelift" |
| 832 | } |
| 833 | ], |
| 834 | "install-path": "../symfony/polyfill-php80" |
| 835 | } |
| 836 | ], |
| 837 | "dev": false, |
| 838 | "dev-package-names": [] |
| 839 | } |
| 840 |