ClassLoader.php
1 week ago
InstalledVersions.php
1 week ago
LICENSE
1 week ago
autoload_classmap.php
1 week ago
autoload_files.php
1 week ago
autoload_namespaces.php
1 week ago
autoload_psr4.php
1 week ago
autoload_real.php
1 week ago
autoload_static.php
1 week ago
installed.json
1 week ago
installed.php
1 week ago
platform_check.php
1 week ago
installed.json
1122 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "doctrine/deprecations", |
| 5 | "version": "1.1.4", |
| 6 | "version_normalized": "1.1.4.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/doctrine/deprecations.git", |
| 10 | "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", |
| 15 | "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "php": "^7.1 || ^8.0" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "doctrine/coding-standard": "^9 || ^12", |
| 23 | "phpstan/phpstan": "1.4.10 || 2.0.3", |
| 24 | "phpstan/phpstan-phpunit": "^1.0 || ^2", |
| 25 | "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", |
| 26 | "psr/log": "^1 || ^2 || ^3" |
| 27 | }, |
| 28 | "suggest": { |
| 29 | "psr/log": "Allows logging deprecations via PSR-3 logger implementation" |
| 30 | }, |
| 31 | "time": "2024-12-07T21:18:45+00:00", |
| 32 | "type": "library", |
| 33 | "installation-source": "dist", |
| 34 | "autoload": { |
| 35 | "psr-4": { |
| 36 | "Doctrine\\Deprecations\\": "src" |
| 37 | } |
| 38 | }, |
| 39 | "notification-url": "https://packagist.org/downloads/", |
| 40 | "license": [ |
| 41 | "MIT" |
| 42 | ], |
| 43 | "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", |
| 44 | "homepage": "https://www.doctrine-project.org/", |
| 45 | "support": { |
| 46 | "issues": "https://github.com/doctrine/deprecations/issues", |
| 47 | "source": "https://github.com/doctrine/deprecations/tree/1.1.4" |
| 48 | }, |
| 49 | "install-path": "../doctrine/deprecations" |
| 50 | }, |
| 51 | { |
| 52 | "name": "doctrine/lexer", |
| 53 | "version": "2.1.1", |
| 54 | "version_normalized": "2.1.1.0", |
| 55 | "source": { |
| 56 | "type": "git", |
| 57 | "url": "https://github.com/doctrine/lexer.git", |
| 58 | "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" |
| 59 | }, |
| 60 | "dist": { |
| 61 | "type": "zip", |
| 62 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", |
| 63 | "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", |
| 64 | "shasum": "" |
| 65 | }, |
| 66 | "require": { |
| 67 | "doctrine/deprecations": "^1.0", |
| 68 | "php": "^7.1 || ^8.0" |
| 69 | }, |
| 70 | "require-dev": { |
| 71 | "doctrine/coding-standard": "^9 || ^12", |
| 72 | "phpstan/phpstan": "^1.3", |
| 73 | "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", |
| 74 | "psalm/plugin-phpunit": "^0.18.3", |
| 75 | "vimeo/psalm": "^4.11 || ^5.21" |
| 76 | }, |
| 77 | "time": "2024-02-05T11:35:39+00:00", |
| 78 | "type": "library", |
| 79 | "installation-source": "dist", |
| 80 | "autoload": { |
| 81 | "psr-4": { |
| 82 | "Doctrine\\Common\\Lexer\\": "src" |
| 83 | } |
| 84 | }, |
| 85 | "notification-url": "https://packagist.org/downloads/", |
| 86 | "license": [ |
| 87 | "MIT" |
| 88 | ], |
| 89 | "authors": [ |
| 90 | { |
| 91 | "name": "Guilherme Blanco", |
| 92 | "email": "guilhermeblanco@gmail.com" |
| 93 | }, |
| 94 | { |
| 95 | "name": "Roman Borschel", |
| 96 | "email": "roman@code-factory.org" |
| 97 | }, |
| 98 | { |
| 99 | "name": "Johannes Schmitt", |
| 100 | "email": "schmittjoh@gmail.com" |
| 101 | } |
| 102 | ], |
| 103 | "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", |
| 104 | "homepage": "https://www.doctrine-project.org/projects/lexer.html", |
| 105 | "keywords": [ |
| 106 | "annotations", |
| 107 | "docblock", |
| 108 | "lexer", |
| 109 | "parser", |
| 110 | "php" |
| 111 | ], |
| 112 | "support": { |
| 113 | "issues": "https://github.com/doctrine/lexer/issues", |
| 114 | "source": "https://github.com/doctrine/lexer/tree/2.1.1" |
| 115 | }, |
| 116 | "funding": [ |
| 117 | { |
| 118 | "url": "https://www.doctrine-project.org/sponsorship.html", |
| 119 | "type": "custom" |
| 120 | }, |
| 121 | { |
| 122 | "url": "https://www.patreon.com/phpdoctrine", |
| 123 | "type": "patreon" |
| 124 | }, |
| 125 | { |
| 126 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", |
| 127 | "type": "tidelift" |
| 128 | } |
| 129 | ], |
| 130 | "install-path": "../doctrine/lexer" |
| 131 | }, |
| 132 | { |
| 133 | "name": "egulias/email-validator", |
| 134 | "version": "3.2.6", |
| 135 | "version_normalized": "3.2.6.0", |
| 136 | "source": { |
| 137 | "type": "git", |
| 138 | "url": "https://github.com/egulias/EmailValidator.git", |
| 139 | "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" |
| 140 | }, |
| 141 | "dist": { |
| 142 | "type": "zip", |
| 143 | "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", |
| 144 | "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", |
| 145 | "shasum": "" |
| 146 | }, |
| 147 | "require": { |
| 148 | "doctrine/lexer": "^1.2|^2", |
| 149 | "php": ">=7.2", |
| 150 | "symfony/polyfill-intl-idn": "^1.15" |
| 151 | }, |
| 152 | "require-dev": { |
| 153 | "phpunit/phpunit": "^8.5.8|^9.3.3", |
| 154 | "vimeo/psalm": "^4" |
| 155 | }, |
| 156 | "suggest": { |
| 157 | "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
| 158 | }, |
| 159 | "time": "2023-06-01T07:04:22+00:00", |
| 160 | "type": "library", |
| 161 | "extra": { |
| 162 | "branch-alias": { |
| 163 | "dev-master": "3.0.x-dev" |
| 164 | } |
| 165 | }, |
| 166 | "installation-source": "dist", |
| 167 | "autoload": { |
| 168 | "psr-4": { |
| 169 | "Egulias\\EmailValidator\\": "src" |
| 170 | } |
| 171 | }, |
| 172 | "notification-url": "https://packagist.org/downloads/", |
| 173 | "license": [ |
| 174 | "MIT" |
| 175 | ], |
| 176 | "authors": [ |
| 177 | { |
| 178 | "name": "Eduardo Gulias Davis" |
| 179 | } |
| 180 | ], |
| 181 | "description": "A library for validating emails against several RFCs", |
| 182 | "homepage": "https://github.com/egulias/EmailValidator", |
| 183 | "keywords": [ |
| 184 | "email", |
| 185 | "emailvalidation", |
| 186 | "emailvalidator", |
| 187 | "validation", |
| 188 | "validator" |
| 189 | ], |
| 190 | "support": { |
| 191 | "issues": "https://github.com/egulias/EmailValidator/issues", |
| 192 | "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" |
| 193 | }, |
| 194 | "funding": [ |
| 195 | { |
| 196 | "url": "https://github.com/egulias", |
| 197 | "type": "github" |
| 198 | } |
| 199 | ], |
| 200 | "install-path": "../egulias/email-validator" |
| 201 | }, |
| 202 | { |
| 203 | "name": "guzzlehttp/guzzle", |
| 204 | "version": "7.9.2", |
| 205 | "version_normalized": "7.9.2.0", |
| 206 | "source": { |
| 207 | "type": "git", |
| 208 | "url": "https://github.com/guzzle/guzzle.git", |
| 209 | "reference": "d281ed313b989f213357e3be1a179f02196ac99b" |
| 210 | }, |
| 211 | "dist": { |
| 212 | "type": "zip", |
| 213 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", |
| 214 | "reference": "d281ed313b989f213357e3be1a179f02196ac99b", |
| 215 | "shasum": "" |
| 216 | }, |
| 217 | "require": { |
| 218 | "ext-json": "*", |
| 219 | "guzzlehttp/promises": "^1.5.3 || ^2.0.3", |
| 220 | "guzzlehttp/psr7": "^2.7.0", |
| 221 | "php": "^7.2.5 || ^8.0", |
| 222 | "psr/http-client": "^1.0", |
| 223 | "symfony/deprecation-contracts": "^2.2 || ^3.0" |
| 224 | }, |
| 225 | "provide": { |
| 226 | "psr/http-client-implementation": "1.0" |
| 227 | }, |
| 228 | "require-dev": { |
| 229 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 230 | "ext-curl": "*", |
| 231 | "guzzle/client-integration-tests": "3.0.2", |
| 232 | "php-http/message-factory": "^1.1", |
| 233 | "phpunit/phpunit": "^8.5.39 || ^9.6.20", |
| 234 | "psr/log": "^1.1 || ^2.0 || ^3.0" |
| 235 | }, |
| 236 | "suggest": { |
| 237 | "ext-curl": "Required for CURL handler support", |
| 238 | "ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 239 | "psr/log": "Required for using the Log middleware" |
| 240 | }, |
| 241 | "time": "2024-07-24T11:22:20+00:00", |
| 242 | "type": "library", |
| 243 | "extra": { |
| 244 | "bamarni-bin": { |
| 245 | "bin-links": true, |
| 246 | "forward-command": false |
| 247 | } |
| 248 | }, |
| 249 | "installation-source": "dist", |
| 250 | "autoload": { |
| 251 | "files": [ |
| 252 | "src/functions_include.php" |
| 253 | ], |
| 254 | "psr-4": { |
| 255 | "GuzzleHttp\\": "src/" |
| 256 | } |
| 257 | }, |
| 258 | "notification-url": "https://packagist.org/downloads/", |
| 259 | "license": [ |
| 260 | "MIT" |
| 261 | ], |
| 262 | "authors": [ |
| 263 | { |
| 264 | "name": "Graham Campbell", |
| 265 | "email": "hello@gjcampbell.co.uk", |
| 266 | "homepage": "https://github.com/GrahamCampbell" |
| 267 | }, |
| 268 | { |
| 269 | "name": "Michael Dowling", |
| 270 | "email": "mtdowling@gmail.com", |
| 271 | "homepage": "https://github.com/mtdowling" |
| 272 | }, |
| 273 | { |
| 274 | "name": "Jeremy Lindblom", |
| 275 | "email": "jeremeamia@gmail.com", |
| 276 | "homepage": "https://github.com/jeremeamia" |
| 277 | }, |
| 278 | { |
| 279 | "name": "George Mponos", |
| 280 | "email": "gmponos@gmail.com", |
| 281 | "homepage": "https://github.com/gmponos" |
| 282 | }, |
| 283 | { |
| 284 | "name": "Tobias Nyholm", |
| 285 | "email": "tobias.nyholm@gmail.com", |
| 286 | "homepage": "https://github.com/Nyholm" |
| 287 | }, |
| 288 | { |
| 289 | "name": "Márk Sági-Kazár", |
| 290 | "email": "mark.sagikazar@gmail.com", |
| 291 | "homepage": "https://github.com/sagikazarmark" |
| 292 | }, |
| 293 | { |
| 294 | "name": "Tobias Schultze", |
| 295 | "email": "webmaster@tubo-world.de", |
| 296 | "homepage": "https://github.com/Tobion" |
| 297 | } |
| 298 | ], |
| 299 | "description": "Guzzle is a PHP HTTP client library", |
| 300 | "keywords": [ |
| 301 | "client", |
| 302 | "curl", |
| 303 | "framework", |
| 304 | "http", |
| 305 | "http client", |
| 306 | "psr-18", |
| 307 | "psr-7", |
| 308 | "rest", |
| 309 | "web service" |
| 310 | ], |
| 311 | "support": { |
| 312 | "issues": "https://github.com/guzzle/guzzle/issues", |
| 313 | "source": "https://github.com/guzzle/guzzle/tree/7.9.2" |
| 314 | }, |
| 315 | "funding": [ |
| 316 | { |
| 317 | "url": "https://github.com/GrahamCampbell", |
| 318 | "type": "github" |
| 319 | }, |
| 320 | { |
| 321 | "url": "https://github.com/Nyholm", |
| 322 | "type": "github" |
| 323 | }, |
| 324 | { |
| 325 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
| 326 | "type": "tidelift" |
| 327 | } |
| 328 | ], |
| 329 | "install-path": "../guzzlehttp/guzzle" |
| 330 | }, |
| 331 | { |
| 332 | "name": "guzzlehttp/promises", |
| 333 | "version": "2.0.4", |
| 334 | "version_normalized": "2.0.4.0", |
| 335 | "source": { |
| 336 | "type": "git", |
| 337 | "url": "https://github.com/guzzle/promises.git", |
| 338 | "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" |
| 339 | }, |
| 340 | "dist": { |
| 341 | "type": "zip", |
| 342 | "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", |
| 343 | "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", |
| 344 | "shasum": "" |
| 345 | }, |
| 346 | "require": { |
| 347 | "php": "^7.2.5 || ^8.0" |
| 348 | }, |
| 349 | "require-dev": { |
| 350 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 351 | "phpunit/phpunit": "^8.5.39 || ^9.6.20" |
| 352 | }, |
| 353 | "time": "2024-10-17T10:06:22+00:00", |
| 354 | "type": "library", |
| 355 | "extra": { |
| 356 | "bamarni-bin": { |
| 357 | "bin-links": true, |
| 358 | "forward-command": false |
| 359 | } |
| 360 | }, |
| 361 | "installation-source": "dist", |
| 362 | "autoload": { |
| 363 | "psr-4": { |
| 364 | "GuzzleHttp\\Promise\\": "src/" |
| 365 | } |
| 366 | }, |
| 367 | "notification-url": "https://packagist.org/downloads/", |
| 368 | "license": [ |
| 369 | "MIT" |
| 370 | ], |
| 371 | "authors": [ |
| 372 | { |
| 373 | "name": "Graham Campbell", |
| 374 | "email": "hello@gjcampbell.co.uk", |
| 375 | "homepage": "https://github.com/GrahamCampbell" |
| 376 | }, |
| 377 | { |
| 378 | "name": "Michael Dowling", |
| 379 | "email": "mtdowling@gmail.com", |
| 380 | "homepage": "https://github.com/mtdowling" |
| 381 | }, |
| 382 | { |
| 383 | "name": "Tobias Nyholm", |
| 384 | "email": "tobias.nyholm@gmail.com", |
| 385 | "homepage": "https://github.com/Nyholm" |
| 386 | }, |
| 387 | { |
| 388 | "name": "Tobias Schultze", |
| 389 | "email": "webmaster@tubo-world.de", |
| 390 | "homepage": "https://github.com/Tobion" |
| 391 | } |
| 392 | ], |
| 393 | "description": "Guzzle promises library", |
| 394 | "keywords": [ |
| 395 | "promise" |
| 396 | ], |
| 397 | "support": { |
| 398 | "issues": "https://github.com/guzzle/promises/issues", |
| 399 | "source": "https://github.com/guzzle/promises/tree/2.0.4" |
| 400 | }, |
| 401 | "funding": [ |
| 402 | { |
| 403 | "url": "https://github.com/GrahamCampbell", |
| 404 | "type": "github" |
| 405 | }, |
| 406 | { |
| 407 | "url": "https://github.com/Nyholm", |
| 408 | "type": "github" |
| 409 | }, |
| 410 | { |
| 411 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
| 412 | "type": "tidelift" |
| 413 | } |
| 414 | ], |
| 415 | "install-path": "../guzzlehttp/promises" |
| 416 | }, |
| 417 | { |
| 418 | "name": "guzzlehttp/psr7", |
| 419 | "version": "2.7.0", |
| 420 | "version_normalized": "2.7.0.0", |
| 421 | "source": { |
| 422 | "type": "git", |
| 423 | "url": "https://github.com/guzzle/psr7.git", |
| 424 | "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" |
| 425 | }, |
| 426 | "dist": { |
| 427 | "type": "zip", |
| 428 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", |
| 429 | "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", |
| 430 | "shasum": "" |
| 431 | }, |
| 432 | "require": { |
| 433 | "php": "^7.2.5 || ^8.0", |
| 434 | "psr/http-factory": "^1.0", |
| 435 | "psr/http-message": "^1.1 || ^2.0", |
| 436 | "ralouphie/getallheaders": "^3.0" |
| 437 | }, |
| 438 | "provide": { |
| 439 | "psr/http-factory-implementation": "1.0", |
| 440 | "psr/http-message-implementation": "1.0" |
| 441 | }, |
| 442 | "require-dev": { |
| 443 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 444 | "http-interop/http-factory-tests": "0.9.0", |
| 445 | "phpunit/phpunit": "^8.5.39 || ^9.6.20" |
| 446 | }, |
| 447 | "suggest": { |
| 448 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 449 | }, |
| 450 | "time": "2024-07-18T11:15:46+00:00", |
| 451 | "type": "library", |
| 452 | "extra": { |
| 453 | "bamarni-bin": { |
| 454 | "bin-links": true, |
| 455 | "forward-command": false |
| 456 | } |
| 457 | }, |
| 458 | "installation-source": "dist", |
| 459 | "autoload": { |
| 460 | "psr-4": { |
| 461 | "GuzzleHttp\\Psr7\\": "src/" |
| 462 | } |
| 463 | }, |
| 464 | "notification-url": "https://packagist.org/downloads/", |
| 465 | "license": [ |
| 466 | "MIT" |
| 467 | ], |
| 468 | "authors": [ |
| 469 | { |
| 470 | "name": "Graham Campbell", |
| 471 | "email": "hello@gjcampbell.co.uk", |
| 472 | "homepage": "https://github.com/GrahamCampbell" |
| 473 | }, |
| 474 | { |
| 475 | "name": "Michael Dowling", |
| 476 | "email": "mtdowling@gmail.com", |
| 477 | "homepage": "https://github.com/mtdowling" |
| 478 | }, |
| 479 | { |
| 480 | "name": "George Mponos", |
| 481 | "email": "gmponos@gmail.com", |
| 482 | "homepage": "https://github.com/gmponos" |
| 483 | }, |
| 484 | { |
| 485 | "name": "Tobias Nyholm", |
| 486 | "email": "tobias.nyholm@gmail.com", |
| 487 | "homepage": "https://github.com/Nyholm" |
| 488 | }, |
| 489 | { |
| 490 | "name": "Márk Sági-Kazár", |
| 491 | "email": "mark.sagikazar@gmail.com", |
| 492 | "homepage": "https://github.com/sagikazarmark" |
| 493 | }, |
| 494 | { |
| 495 | "name": "Tobias Schultze", |
| 496 | "email": "webmaster@tubo-world.de", |
| 497 | "homepage": "https://github.com/Tobion" |
| 498 | }, |
| 499 | { |
| 500 | "name": "Márk Sági-Kazár", |
| 501 | "email": "mark.sagikazar@gmail.com", |
| 502 | "homepage": "https://sagikazarmark.hu" |
| 503 | } |
| 504 | ], |
| 505 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 506 | "keywords": [ |
| 507 | "http", |
| 508 | "message", |
| 509 | "psr-7", |
| 510 | "request", |
| 511 | "response", |
| 512 | "stream", |
| 513 | "uri", |
| 514 | "url" |
| 515 | ], |
| 516 | "support": { |
| 517 | "issues": "https://github.com/guzzle/psr7/issues", |
| 518 | "source": "https://github.com/guzzle/psr7/tree/2.7.0" |
| 519 | }, |
| 520 | "funding": [ |
| 521 | { |
| 522 | "url": "https://github.com/GrahamCampbell", |
| 523 | "type": "github" |
| 524 | }, |
| 525 | { |
| 526 | "url": "https://github.com/Nyholm", |
| 527 | "type": "github" |
| 528 | }, |
| 529 | { |
| 530 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
| 531 | "type": "tidelift" |
| 532 | } |
| 533 | ], |
| 534 | "install-path": "../guzzlehttp/psr7" |
| 535 | }, |
| 536 | { |
| 537 | "name": "league/oauth2-client", |
| 538 | "version": "2.7.0", |
| 539 | "version_normalized": "2.7.0.0", |
| 540 | "source": { |
| 541 | "type": "git", |
| 542 | "url": "https://github.com/thephpleague/oauth2-client.git", |
| 543 | "reference": "160d6274b03562ebeb55ed18399281d8118b76c8" |
| 544 | }, |
| 545 | "dist": { |
| 546 | "type": "zip", |
| 547 | "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8", |
| 548 | "reference": "160d6274b03562ebeb55ed18399281d8118b76c8", |
| 549 | "shasum": "" |
| 550 | }, |
| 551 | "require": { |
| 552 | "guzzlehttp/guzzle": "^6.0 || ^7.0", |
| 553 | "paragonie/random_compat": "^1 || ^2 || ^9.99", |
| 554 | "php": "^5.6 || ^7.0 || ^8.0" |
| 555 | }, |
| 556 | "require-dev": { |
| 557 | "mockery/mockery": "^1.3.5", |
| 558 | "php-parallel-lint/php-parallel-lint": "^1.3.1", |
| 559 | "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5", |
| 560 | "squizlabs/php_codesniffer": "^2.3 || ^3.0" |
| 561 | }, |
| 562 | "time": "2023-04-16T18:19:15+00:00", |
| 563 | "type": "library", |
| 564 | "extra": { |
| 565 | "branch-alias": { |
| 566 | "dev-2.x": "2.0.x-dev" |
| 567 | } |
| 568 | }, |
| 569 | "installation-source": "dist", |
| 570 | "autoload": { |
| 571 | "psr-4": { |
| 572 | "League\\OAuth2\\Client\\": "src/" |
| 573 | } |
| 574 | }, |
| 575 | "notification-url": "https://packagist.org/downloads/", |
| 576 | "license": [ |
| 577 | "MIT" |
| 578 | ], |
| 579 | "authors": [ |
| 580 | { |
| 581 | "name": "Alex Bilbie", |
| 582 | "email": "hello@alexbilbie.com", |
| 583 | "homepage": "http://www.alexbilbie.com", |
| 584 | "role": "Developer" |
| 585 | }, |
| 586 | { |
| 587 | "name": "Woody Gilk", |
| 588 | "homepage": "https://github.com/shadowhand", |
| 589 | "role": "Contributor" |
| 590 | } |
| 591 | ], |
| 592 | "description": "OAuth 2.0 Client Library", |
| 593 | "keywords": [ |
| 594 | "Authentication", |
| 595 | "SSO", |
| 596 | "authorization", |
| 597 | "identity", |
| 598 | "idp", |
| 599 | "oauth", |
| 600 | "oauth2", |
| 601 | "single sign on" |
| 602 | ], |
| 603 | "support": { |
| 604 | "issues": "https://github.com/thephpleague/oauth2-client/issues", |
| 605 | "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0" |
| 606 | }, |
| 607 | "install-path": "../league/oauth2-client" |
| 608 | }, |
| 609 | { |
| 610 | "name": "paragonie/random_compat", |
| 611 | "version": "v9.99.100", |
| 612 | "version_normalized": "9.99.100.0", |
| 613 | "source": { |
| 614 | "type": "git", |
| 615 | "url": "https://github.com/paragonie/random_compat.git", |
| 616 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" |
| 617 | }, |
| 618 | "dist": { |
| 619 | "type": "zip", |
| 620 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 621 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 622 | "shasum": "" |
| 623 | }, |
| 624 | "require": { |
| 625 | "php": ">= 7" |
| 626 | }, |
| 627 | "require-dev": { |
| 628 | "phpunit/phpunit": "4.*|5.*", |
| 629 | "vimeo/psalm": "^1" |
| 630 | }, |
| 631 | "suggest": { |
| 632 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
| 633 | }, |
| 634 | "time": "2020-10-15T08:29:30+00:00", |
| 635 | "type": "library", |
| 636 | "installation-source": "dist", |
| 637 | "notification-url": "https://packagist.org/downloads/", |
| 638 | "license": [ |
| 639 | "MIT" |
| 640 | ], |
| 641 | "authors": [ |
| 642 | { |
| 643 | "name": "Paragon Initiative Enterprises", |
| 644 | "email": "security@paragonie.com", |
| 645 | "homepage": "https://paragonie.com" |
| 646 | } |
| 647 | ], |
| 648 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
| 649 | "keywords": [ |
| 650 | "csprng", |
| 651 | "polyfill", |
| 652 | "pseudorandom", |
| 653 | "random" |
| 654 | ], |
| 655 | "support": { |
| 656 | "email": "info@paragonie.com", |
| 657 | "issues": "https://github.com/paragonie/random_compat/issues", |
| 658 | "source": "https://github.com/paragonie/random_compat" |
| 659 | }, |
| 660 | "install-path": "../paragonie/random_compat" |
| 661 | }, |
| 662 | { |
| 663 | "name": "psr/http-client", |
| 664 | "version": "1.0.3", |
| 665 | "version_normalized": "1.0.3.0", |
| 666 | "source": { |
| 667 | "type": "git", |
| 668 | "url": "https://github.com/php-fig/http-client.git", |
| 669 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" |
| 670 | }, |
| 671 | "dist": { |
| 672 | "type": "zip", |
| 673 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 674 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 675 | "shasum": "" |
| 676 | }, |
| 677 | "require": { |
| 678 | "php": "^7.0 || ^8.0", |
| 679 | "psr/http-message": "^1.0 || ^2.0" |
| 680 | }, |
| 681 | "time": "2023-09-23T14:17:50+00:00", |
| 682 | "type": "library", |
| 683 | "extra": { |
| 684 | "branch-alias": { |
| 685 | "dev-master": "1.0.x-dev" |
| 686 | } |
| 687 | }, |
| 688 | "installation-source": "dist", |
| 689 | "autoload": { |
| 690 | "psr-4": { |
| 691 | "Psr\\Http\\Client\\": "src/" |
| 692 | } |
| 693 | }, |
| 694 | "notification-url": "https://packagist.org/downloads/", |
| 695 | "license": [ |
| 696 | "MIT" |
| 697 | ], |
| 698 | "authors": [ |
| 699 | { |
| 700 | "name": "PHP-FIG", |
| 701 | "homepage": "https://www.php-fig.org/" |
| 702 | } |
| 703 | ], |
| 704 | "description": "Common interface for HTTP clients", |
| 705 | "homepage": "https://github.com/php-fig/http-client", |
| 706 | "keywords": [ |
| 707 | "http", |
| 708 | "http-client", |
| 709 | "psr", |
| 710 | "psr-18" |
| 711 | ], |
| 712 | "support": { |
| 713 | "source": "https://github.com/php-fig/http-client" |
| 714 | }, |
| 715 | "install-path": "../psr/http-client" |
| 716 | }, |
| 717 | { |
| 718 | "name": "psr/http-factory", |
| 719 | "version": "1.1.0", |
| 720 | "version_normalized": "1.1.0.0", |
| 721 | "source": { |
| 722 | "type": "git", |
| 723 | "url": "https://github.com/php-fig/http-factory.git", |
| 724 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" |
| 725 | }, |
| 726 | "dist": { |
| 727 | "type": "zip", |
| 728 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 729 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 730 | "shasum": "" |
| 731 | }, |
| 732 | "require": { |
| 733 | "php": ">=7.1", |
| 734 | "psr/http-message": "^1.0 || ^2.0" |
| 735 | }, |
| 736 | "time": "2024-04-15T12:06:14+00:00", |
| 737 | "type": "library", |
| 738 | "extra": { |
| 739 | "branch-alias": { |
| 740 | "dev-master": "1.0.x-dev" |
| 741 | } |
| 742 | }, |
| 743 | "installation-source": "dist", |
| 744 | "autoload": { |
| 745 | "psr-4": { |
| 746 | "Psr\\Http\\Message\\": "src/" |
| 747 | } |
| 748 | }, |
| 749 | "notification-url": "https://packagist.org/downloads/", |
| 750 | "license": [ |
| 751 | "MIT" |
| 752 | ], |
| 753 | "authors": [ |
| 754 | { |
| 755 | "name": "PHP-FIG", |
| 756 | "homepage": "https://www.php-fig.org/" |
| 757 | } |
| 758 | ], |
| 759 | "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", |
| 760 | "keywords": [ |
| 761 | "factory", |
| 762 | "http", |
| 763 | "message", |
| 764 | "psr", |
| 765 | "psr-17", |
| 766 | "psr-7", |
| 767 | "request", |
| 768 | "response" |
| 769 | ], |
| 770 | "support": { |
| 771 | "source": "https://github.com/php-fig/http-factory" |
| 772 | }, |
| 773 | "install-path": "../psr/http-factory" |
| 774 | }, |
| 775 | { |
| 776 | "name": "psr/http-message", |
| 777 | "version": "2.0", |
| 778 | "version_normalized": "2.0.0.0", |
| 779 | "source": { |
| 780 | "type": "git", |
| 781 | "url": "https://github.com/php-fig/http-message.git", |
| 782 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
| 783 | }, |
| 784 | "dist": { |
| 785 | "type": "zip", |
| 786 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 787 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 788 | "shasum": "" |
| 789 | }, |
| 790 | "require": { |
| 791 | "php": "^7.2 || ^8.0" |
| 792 | }, |
| 793 | "time": "2023-04-04T09:54:51+00:00", |
| 794 | "type": "library", |
| 795 | "extra": { |
| 796 | "branch-alias": { |
| 797 | "dev-master": "2.0.x-dev" |
| 798 | } |
| 799 | }, |
| 800 | "installation-source": "dist", |
| 801 | "autoload": { |
| 802 | "psr-4": { |
| 803 | "Psr\\Http\\Message\\": "src/" |
| 804 | } |
| 805 | }, |
| 806 | "notification-url": "https://packagist.org/downloads/", |
| 807 | "license": [ |
| 808 | "MIT" |
| 809 | ], |
| 810 | "authors": [ |
| 811 | { |
| 812 | "name": "PHP-FIG", |
| 813 | "homepage": "https://www.php-fig.org/" |
| 814 | } |
| 815 | ], |
| 816 | "description": "Common interface for HTTP messages", |
| 817 | "homepage": "https://github.com/php-fig/http-message", |
| 818 | "keywords": [ |
| 819 | "http", |
| 820 | "http-message", |
| 821 | "psr", |
| 822 | "psr-7", |
| 823 | "request", |
| 824 | "response" |
| 825 | ], |
| 826 | "support": { |
| 827 | "source": "https://github.com/php-fig/http-message/tree/2.0" |
| 828 | }, |
| 829 | "install-path": "../psr/http-message" |
| 830 | }, |
| 831 | { |
| 832 | "name": "ralouphie/getallheaders", |
| 833 | "version": "3.0.3", |
| 834 | "version_normalized": "3.0.3.0", |
| 835 | "source": { |
| 836 | "type": "git", |
| 837 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 838 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 839 | }, |
| 840 | "dist": { |
| 841 | "type": "zip", |
| 842 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 843 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 844 | "shasum": "" |
| 845 | }, |
| 846 | "require": { |
| 847 | "php": ">=5.6" |
| 848 | }, |
| 849 | "require-dev": { |
| 850 | "php-coveralls/php-coveralls": "^2.1", |
| 851 | "phpunit/phpunit": "^5 || ^6.5" |
| 852 | }, |
| 853 | "time": "2019-03-08T08:55:37+00:00", |
| 854 | "type": "library", |
| 855 | "installation-source": "dist", |
| 856 | "autoload": { |
| 857 | "files": [ |
| 858 | "src/getallheaders.php" |
| 859 | ] |
| 860 | }, |
| 861 | "notification-url": "https://packagist.org/downloads/", |
| 862 | "license": [ |
| 863 | "MIT" |
| 864 | ], |
| 865 | "authors": [ |
| 866 | { |
| 867 | "name": "Ralph Khattar", |
| 868 | "email": "ralph.khattar@gmail.com" |
| 869 | } |
| 870 | ], |
| 871 | "description": "A polyfill for getallheaders.", |
| 872 | "support": { |
| 873 | "issues": "https://github.com/ralouphie/getallheaders/issues", |
| 874 | "source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 875 | }, |
| 876 | "install-path": "../ralouphie/getallheaders" |
| 877 | }, |
| 878 | { |
| 879 | "name": "symfony/deprecation-contracts", |
| 880 | "version": "v2.5.4", |
| 881 | "version_normalized": "2.5.4.0", |
| 882 | "source": { |
| 883 | "type": "git", |
| 884 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 885 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" |
| 886 | }, |
| 887 | "dist": { |
| 888 | "type": "zip", |
| 889 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 890 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 891 | "shasum": "" |
| 892 | }, |
| 893 | "require": { |
| 894 | "php": ">=7.1" |
| 895 | }, |
| 896 | "time": "2024-09-25T14:11:13+00:00", |
| 897 | "type": "library", |
| 898 | "extra": { |
| 899 | "branch-alias": { |
| 900 | "dev-main": "2.5-dev" |
| 901 | }, |
| 902 | "thanks": { |
| 903 | "name": "symfony/contracts", |
| 904 | "url": "https://github.com/symfony/contracts" |
| 905 | } |
| 906 | }, |
| 907 | "installation-source": "dist", |
| 908 | "autoload": { |
| 909 | "files": [ |
| 910 | "function.php" |
| 911 | ] |
| 912 | }, |
| 913 | "notification-url": "https://packagist.org/downloads/", |
| 914 | "license": [ |
| 915 | "MIT" |
| 916 | ], |
| 917 | "authors": [ |
| 918 | { |
| 919 | "name": "Nicolas Grekas", |
| 920 | "email": "p@tchwork.com" |
| 921 | }, |
| 922 | { |
| 923 | "name": "Symfony Community", |
| 924 | "homepage": "https://symfony.com/contributors" |
| 925 | } |
| 926 | ], |
| 927 | "description": "A generic function and convention to trigger deprecation notices", |
| 928 | "homepage": "https://symfony.com", |
| 929 | "support": { |
| 930 | "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" |
| 931 | }, |
| 932 | "funding": [ |
| 933 | { |
| 934 | "url": "https://symfony.com/sponsor", |
| 935 | "type": "custom" |
| 936 | }, |
| 937 | { |
| 938 | "url": "https://github.com/fabpot", |
| 939 | "type": "github" |
| 940 | }, |
| 941 | { |
| 942 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 943 | "type": "tidelift" |
| 944 | } |
| 945 | ], |
| 946 | "install-path": "../symfony/deprecation-contracts" |
| 947 | }, |
| 948 | { |
| 949 | "name": "symfony/polyfill-intl-idn", |
| 950 | "version": "v1.31.0", |
| 951 | "version_normalized": "1.31.0.0", |
| 952 | "source": { |
| 953 | "type": "git", |
| 954 | "url": "https://github.com/symfony/polyfill-intl-idn.git", |
| 955 | "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" |
| 956 | }, |
| 957 | "dist": { |
| 958 | "type": "zip", |
| 959 | "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", |
| 960 | "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", |
| 961 | "shasum": "" |
| 962 | }, |
| 963 | "require": { |
| 964 | "php": ">=7.2", |
| 965 | "symfony/polyfill-intl-normalizer": "^1.10" |
| 966 | }, |
| 967 | "suggest": { |
| 968 | "ext-intl": "For best performance" |
| 969 | }, |
| 970 | "time": "2024-09-09T11:45:10+00:00", |
| 971 | "type": "library", |
| 972 | "extra": { |
| 973 | "thanks": { |
| 974 | "name": "symfony/polyfill", |
| 975 | "url": "https://github.com/symfony/polyfill" |
| 976 | } |
| 977 | }, |
| 978 | "installation-source": "dist", |
| 979 | "autoload": { |
| 980 | "files": [ |
| 981 | "bootstrap.php" |
| 982 | ], |
| 983 | "psr-4": { |
| 984 | "Symfony\\Polyfill\\Intl\\Idn\\": "" |
| 985 | } |
| 986 | }, |
| 987 | "notification-url": "https://packagist.org/downloads/", |
| 988 | "license": [ |
| 989 | "MIT" |
| 990 | ], |
| 991 | "authors": [ |
| 992 | { |
| 993 | "name": "Laurent Bassin", |
| 994 | "email": "laurent@bassin.info" |
| 995 | }, |
| 996 | { |
| 997 | "name": "Trevor Rowbotham", |
| 998 | "email": "trevor.rowbotham@pm.me" |
| 999 | }, |
| 1000 | { |
| 1001 | "name": "Symfony Community", |
| 1002 | "homepage": "https://symfony.com/contributors" |
| 1003 | } |
| 1004 | ], |
| 1005 | "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", |
| 1006 | "homepage": "https://symfony.com", |
| 1007 | "keywords": [ |
| 1008 | "compatibility", |
| 1009 | "idn", |
| 1010 | "intl", |
| 1011 | "polyfill", |
| 1012 | "portable", |
| 1013 | "shim" |
| 1014 | ], |
| 1015 | "support": { |
| 1016 | "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" |
| 1017 | }, |
| 1018 | "funding": [ |
| 1019 | { |
| 1020 | "url": "https://symfony.com/sponsor", |
| 1021 | "type": "custom" |
| 1022 | }, |
| 1023 | { |
| 1024 | "url": "https://github.com/fabpot", |
| 1025 | "type": "github" |
| 1026 | }, |
| 1027 | { |
| 1028 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1029 | "type": "tidelift" |
| 1030 | } |
| 1031 | ], |
| 1032 | "install-path": "../symfony/polyfill-intl-idn" |
| 1033 | }, |
| 1034 | { |
| 1035 | "name": "symfony/polyfill-intl-normalizer", |
| 1036 | "version": "v1.31.0", |
| 1037 | "version_normalized": "1.31.0.0", |
| 1038 | "source": { |
| 1039 | "type": "git", |
| 1040 | "url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 1041 | "reference": "3833d7255cc303546435cb650316bff708a1c75c" |
| 1042 | }, |
| 1043 | "dist": { |
| 1044 | "type": "zip", |
| 1045 | "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", |
| 1046 | "reference": "3833d7255cc303546435cb650316bff708a1c75c", |
| 1047 | "shasum": "" |
| 1048 | }, |
| 1049 | "require": { |
| 1050 | "php": ">=7.2" |
| 1051 | }, |
| 1052 | "suggest": { |
| 1053 | "ext-intl": "For best performance" |
| 1054 | }, |
| 1055 | "time": "2024-09-09T11:45:10+00:00", |
| 1056 | "type": "library", |
| 1057 | "extra": { |
| 1058 | "thanks": { |
| 1059 | "name": "symfony/polyfill", |
| 1060 | "url": "https://github.com/symfony/polyfill" |
| 1061 | } |
| 1062 | }, |
| 1063 | "installation-source": "dist", |
| 1064 | "autoload": { |
| 1065 | "files": [ |
| 1066 | "bootstrap.php" |
| 1067 | ], |
| 1068 | "psr-4": { |
| 1069 | "Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 1070 | }, |
| 1071 | "classmap": [ |
| 1072 | "Resources/stubs" |
| 1073 | ] |
| 1074 | }, |
| 1075 | "notification-url": "https://packagist.org/downloads/", |
| 1076 | "license": [ |
| 1077 | "MIT" |
| 1078 | ], |
| 1079 | "authors": [ |
| 1080 | { |
| 1081 | "name": "Nicolas Grekas", |
| 1082 | "email": "p@tchwork.com" |
| 1083 | }, |
| 1084 | { |
| 1085 | "name": "Symfony Community", |
| 1086 | "homepage": "https://symfony.com/contributors" |
| 1087 | } |
| 1088 | ], |
| 1089 | "description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 1090 | "homepage": "https://symfony.com", |
| 1091 | "keywords": [ |
| 1092 | "compatibility", |
| 1093 | "intl", |
| 1094 | "normalizer", |
| 1095 | "polyfill", |
| 1096 | "portable", |
| 1097 | "shim" |
| 1098 | ], |
| 1099 | "support": { |
| 1100 | "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" |
| 1101 | }, |
| 1102 | "funding": [ |
| 1103 | { |
| 1104 | "url": "https://symfony.com/sponsor", |
| 1105 | "type": "custom" |
| 1106 | }, |
| 1107 | { |
| 1108 | "url": "https://github.com/fabpot", |
| 1109 | "type": "github" |
| 1110 | }, |
| 1111 | { |
| 1112 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1113 | "type": "tidelift" |
| 1114 | } |
| 1115 | ], |
| 1116 | "install-path": "../symfony/polyfill-intl-normalizer" |
| 1117 | } |
| 1118 | ], |
| 1119 | "dev": true, |
| 1120 | "dev-package-names": [] |
| 1121 | } |
| 1122 |