[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/ -> composer.lock (source)

   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": "5e687d6aa23e978bd628bd3cda68d716",
   8      "packages": [
   9          {
  10              "name": "aura/sql",
  11              "version": "6.0.0",
  12              "source": {
  13                  "type": "git",
  14                  "url": "https://github.com/auraphp/Aura.Sql.git",
  15                  "reference": "8e2bb362e8953198df3682c9122e8b9edab5ff20"
  16              },
  17              "dist": {
  18                  "type": "zip",
  19                  "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/8e2bb362e8953198df3682c9122e8b9edab5ff20",
  20                  "reference": "8e2bb362e8953198df3682c9122e8b9edab5ff20",
  21                  "shasum": ""
  22              },
  23              "require": {
  24                  "ext-pdo": "*",
  25                  "php": "^8.4",
  26                  "psr/log": "^1.0 || ^2.0 || ^3.0"
  27              },
  28              "require-dev": {
  29                  "pds/skeleton": "~1.0",
  30                  "phpunit/phpunit": "^9.5"
  31              },
  32              "type": "library",
  33              "autoload": {
  34                  "psr-4": {
  35                      "Aura\\Sql\\": "src/"
  36                  }
  37              },
  38              "notification-url": "https://packagist.org/downloads/",
  39              "license": [
  40                  "MIT"
  41              ],
  42              "authors": [
  43                  {
  44                      "name": "Aura.Sql Contributors",
  45                      "homepage": "https://github.com/auraphp/Aura.Sql/contributors"
  46                  }
  47              ],
  48              "description": "A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.",
  49              "homepage": "https://github.com/auraphp/Aura.Sql",
  50              "keywords": [
  51                  "mysql",
  52                  "pdo",
  53                  "pgsql",
  54                  "postgres",
  55                  "postgresql",
  56                  "sql server",
  57                  "sqlite",
  58                  "sqlserver",
  59                  "sqlsrv"
  60              ],
  61              "support": {
  62                  "issues": "https://github.com/auraphp/Aura.Sql/issues",
  63                  "source": "https://github.com/auraphp/Aura.Sql/tree/6.0.0"
  64              },
  65              "time": "2025-01-22T06:43:21+00:00"
  66          },
  67          {
  68              "name": "composer/ca-bundle",
  69              "version": "1.5.5",
  70              "source": {
  71                  "type": "git",
  72                  "url": "https://github.com/composer/ca-bundle.git",
  73                  "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6"
  74              },
  75              "dist": {
  76                  "type": "zip",
  77                  "url": "https://api.github.com/repos/composer/ca-bundle/zipball/08c50d5ec4c6ced7d0271d2862dec8c1033283e6",
  78                  "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6",
  79                  "shasum": ""
  80              },
  81              "require": {
  82                  "ext-openssl": "*",
  83                  "ext-pcre": "*",
  84                  "php": "^7.2 || ^8.0"
  85              },
  86              "require-dev": {
  87                  "phpstan/phpstan": "^1.10",
  88                  "phpunit/phpunit": "^8 || ^9",
  89                  "psr/log": "^1.0 || ^2.0 || ^3.0",
  90                  "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  91              },
  92              "type": "library",
  93              "extra": {
  94                  "branch-alias": {
  95                      "dev-main": "1.x-dev"
  96                  }
  97              },
  98              "autoload": {
  99                  "psr-4": {
 100                      "Composer\\CaBundle\\": "src"
 101                  }
 102              },
 103              "notification-url": "https://packagist.org/downloads/",
 104              "license": [
 105                  "MIT"
 106              ],
 107              "authors": [
 108                  {
 109                      "name": "Jordi Boggiano",
 110                      "email": "[email protected]",
 111                      "homepage": "http://seld.be"
 112                  }
 113              ],
 114              "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
 115              "keywords": [
 116                  "cabundle",
 117                  "cacert",
 118                  "certificate",
 119                  "ssl",
 120                  "tls"
 121              ],
 122              "support": {
 123                  "irc": "irc://irc.freenode.org/composer",
 124                  "issues": "https://github.com/composer/ca-bundle/issues",
 125                  "source": "https://github.com/composer/ca-bundle/tree/1.5.5"
 126              },
 127              "funding": [
 128                  {
 129                      "url": "https://packagist.com",
 130                      "type": "custom"
 131                  },
 132                  {
 133                      "url": "https://github.com/composer",
 134                      "type": "github"
 135                  },
 136                  {
 137                      "url": "https://tidelift.com/funding/github/packagist/composer/composer",
 138                      "type": "tidelift"
 139                  }
 140              ],
 141              "time": "2025-01-08T16:17:16+00:00"
 142          },
 143          {
 144              "name": "geoip2/geoip2",
 145              "version": "v2.13.0",
 146              "source": {
 147                  "type": "git",
 148                  "url": "https://github.com/maxmind/GeoIP2-php.git",
 149                  "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
 150              },
 151              "dist": {
 152                  "type": "zip",
 153                  "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
 154                  "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
 155                  "shasum": ""
 156              },
 157              "require": {
 158                  "ext-json": "*",
 159                  "maxmind-db/reader": "~1.8",
 160                  "maxmind/web-service-common": "~0.8",
 161                  "php": ">=7.2"
 162              },
 163              "require-dev": {
 164                  "friendsofphp/php-cs-fixer": "3.*",
 165                  "phpstan/phpstan": "*",
 166                  "phpunit/phpunit": "^8.0 || ^9.0",
 167                  "squizlabs/php_codesniffer": "3.*"
 168              },
 169              "type": "library",
 170              "autoload": {
 171                  "psr-4": {
 172                      "GeoIp2\\": "src"
 173                  }
 174              },
 175              "notification-url": "https://packagist.org/downloads/",
 176              "license": [
 177                  "Apache-2.0"
 178              ],
 179              "authors": [
 180                  {
 181                      "name": "Gregory J. Oschwald",
 182                      "email": "[email protected]",
 183                      "homepage": "https://www.maxmind.com/"
 184                  }
 185              ],
 186              "description": "MaxMind GeoIP2 PHP API",
 187              "homepage": "https://github.com/maxmind/GeoIP2-php",
 188              "keywords": [
 189                  "IP",
 190                  "geoip",
 191                  "geoip2",
 192                  "geolocation",
 193                  "maxmind"
 194              ],
 195              "support": {
 196                  "issues": "https://github.com/maxmind/GeoIP2-php/issues",
 197                  "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.13.0"
 198              },
 199              "time": "2022-08-05T20:32:58+00:00"
 200          },
 201          {
 202              "name": "jakeasmith/http_build_url",
 203              "version": "1.0.1",
 204              "source": {
 205                  "type": "git",
 206                  "url": "https://github.com/jakeasmith/http_build_url.git",
 207                  "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
 208              },
 209              "dist": {
 210                  "type": "zip",
 211                  "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
 212                  "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
 213                  "shasum": ""
 214              },
 215              "type": "library",
 216              "autoload": {
 217                  "files": [
 218                      "src/http_build_url.php"
 219                  ]
 220              },
 221              "notification-url": "https://packagist.org/downloads/",
 222              "license": [
 223                  "MIT"
 224              ],
 225              "authors": [
 226                  {
 227                      "name": "Jake A. Smith",
 228                      "email": "[email protected]"
 229                  }
 230              ],
 231              "description": "Provides functionality for http_build_url() to environments without pecl_http.",
 232              "support": {
 233                  "issues": "https://github.com/jakeasmith/http_build_url/issues",
 234                  "source": "https://github.com/jakeasmith/http_build_url"
 235              },
 236              "time": "2017-05-01T15:36:40+00:00"
 237          },
 238          {
 239              "name": "maxmind-db/reader",
 240              "version": "v1.12.0",
 241              "source": {
 242                  "type": "git",
 243                  "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
 244                  "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90"
 245              },
 246              "dist": {
 247                  "type": "zip",
 248                  "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90",
 249                  "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90",
 250                  "shasum": ""
 251              },
 252              "require": {
 253                  "php": ">=7.2"
 254              },
 255              "conflict": {
 256                  "ext-maxminddb": "<1.11.1 || >=2.0.0"
 257              },
 258              "require-dev": {
 259                  "friendsofphp/php-cs-fixer": "3.*",
 260                  "phpstan/phpstan": "*",
 261                  "phpunit/phpunit": ">=8.0.0,<10.0.0",
 262                  "squizlabs/php_codesniffer": "3.*"
 263              },
 264              "suggest": {
 265                  "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
 266                  "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
 267                  "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
 268              },
 269              "type": "library",
 270              "autoload": {
 271                  "psr-4": {
 272                      "MaxMind\\Db\\": "src/MaxMind/Db"
 273                  }
 274              },
 275              "notification-url": "https://packagist.org/downloads/",
 276              "license": [
 277                  "Apache-2.0"
 278              ],
 279              "authors": [
 280                  {
 281                      "name": "Gregory J. Oschwald",
 282                      "email": "[email protected]",
 283                      "homepage": "https://www.maxmind.com/"
 284                  }
 285              ],
 286              "description": "MaxMind DB Reader API",
 287              "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
 288              "keywords": [
 289                  "database",
 290                  "geoip",
 291                  "geoip2",
 292                  "geolocation",
 293                  "maxmind"
 294              ],
 295              "support": {
 296                  "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
 297                  "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.12.0"
 298              },
 299              "time": "2024-11-14T22:43:47+00:00"
 300          },
 301          {
 302              "name": "maxmind/web-service-common",
 303              "version": "v0.10.0",
 304              "source": {
 305                  "type": "git",
 306                  "url": "https://github.com/maxmind/web-service-common-php.git",
 307                  "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4"
 308              },
 309              "dist": {
 310                  "type": "zip",
 311                  "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4",
 312                  "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4",
 313                  "shasum": ""
 314              },
 315              "require": {
 316                  "composer/ca-bundle": "^1.0.3",
 317                  "ext-curl": "*",
 318                  "ext-json": "*",
 319                  "php": ">=8.1"
 320              },
 321              "require-dev": {
 322                  "friendsofphp/php-cs-fixer": "3.*",
 323                  "phpstan/phpstan": "*",
 324                  "phpunit/phpunit": "^8.0 || ^9.0",
 325                  "squizlabs/php_codesniffer": "3.*"
 326              },
 327              "type": "library",
 328              "autoload": {
 329                  "psr-4": {
 330                      "MaxMind\\Exception\\": "src/Exception",
 331                      "MaxMind\\WebService\\": "src/WebService"
 332                  }
 333              },
 334              "notification-url": "https://packagist.org/downloads/",
 335              "license": [
 336                  "Apache-2.0"
 337              ],
 338              "authors": [
 339                  {
 340                      "name": "Gregory Oschwald",
 341                      "email": "[email protected]"
 342                  }
 343              ],
 344              "description": "Internal MaxMind Web Service API",
 345              "homepage": "https://github.com/maxmind/web-service-common-php",
 346              "support": {
 347                  "issues": "https://github.com/maxmind/web-service-common-php/issues",
 348                  "source": "https://github.com/maxmind/web-service-common-php/tree/v0.10.0"
 349              },
 350              "time": "2024-11-14T23:14:52+00:00"
 351          },
 352          {
 353              "name": "ozh/bookmarkletgen",
 354              "version": "1.2.2",
 355              "source": {
 356                  "type": "git",
 357                  "url": "https://github.com/ozh/bookmarkletgen.git",
 358                  "reference": "65fffa64bb11f70470d398d7baf6d9bb84411cfc"
 359              },
 360              "dist": {
 361                  "type": "zip",
 362                  "url": "https://api.github.com/repos/ozh/bookmarkletgen/zipball/65fffa64bb11f70470d398d7baf6d9bb84411cfc",
 363                  "reference": "65fffa64bb11f70470d398d7baf6d9bb84411cfc",
 364                  "shasum": ""
 365              },
 366              "require": {
 367                  "php": ">=7.2"
 368              },
 369              "type": "library",
 370              "autoload": {
 371                  "psr-0": {
 372                      "Ozh\\Bookmarkletgen\\": "src/"
 373                  }
 374              },
 375              "notification-url": "https://packagist.org/downloads/",
 376              "license": [
 377                  "MIT"
 378              ],
 379              "authors": [
 380                  {
 381                      "name": "Ozh",
 382                      "homepage": "http://ozh.org/"
 383                  }
 384              ],
 385              "description": "PHP class to convert JS into valid bookmarklet links",
 386              "homepage": "https://github.com/ozh/bookmarkletgen",
 387              "keywords": [
 388                  "bookmarklet",
 389                  "javascript"
 390              ],
 391              "support": {
 392                  "issues": "https://github.com/ozh/bookmarkletgen/issues",
 393                  "source": "https://github.com/ozh/bookmarkletgen/tree/1.2.2"
 394              },
 395              "time": "2022-05-04T13:05:16+00:00"
 396          },
 397          {
 398              "name": "pomo/pomo",
 399              "version": "v1.5.0",
 400              "source": {
 401                  "type": "git",
 402                  "url": "https://github.com/LeoColomb/pomo.git",
 403                  "reference": "b1e53a997850496369634d574fa6b508091fc353"
 404              },
 405              "dist": {
 406                  "type": "zip",
 407                  "url": "https://api.github.com/repos/LeoColomb/pomo/zipball/b1e53a997850496369634d574fa6b508091fc353",
 408                  "reference": "b1e53a997850496369634d574fa6b508091fc353",
 409                  "shasum": ""
 410              },
 411              "require": {
 412                  "php": ">=5.3.0"
 413              },
 414              "require-dev": {
 415                  "phpunit/phpunit": "^4.0 || ^7.0",
 416                  "squizlabs/php_codesniffer": "^3.0"
 417              },
 418              "type": "library",
 419              "autoload": {
 420                  "psr-4": {
 421                      "POMO\\": "src"
 422                  }
 423              },
 424              "notification-url": "https://packagist.org/downloads/",
 425              "license": [
 426                  "GPL-2.0+"
 427              ],
 428              "authors": [
 429                  {
 430                      "name": "WordPress",
 431                      "homepage": "https://wordpress.org",
 432                      "role": "Author"
 433                  },
 434                  {
 435                      "name": "Léo Colombaro",
 436                      "homepage": "https://colombaro.fr",
 437                      "role": "Maintainer"
 438                  }
 439              ],
 440              "description": "Gettext library to translate with i18n",
 441              "homepage": "https://github.com/LeoColomb/pomo",
 442              "keywords": [
 443                  "gettext",
 444                  "i18n",
 445                  "internationalization",
 446                  "localization",
 447                  "translation"
 448              ],
 449              "support": {
 450                  "issues": "https://github.com/LeoColomb/pomo/issues",
 451                  "source": "https://github.com/LeoColomb/pomo/tree/v1.5.0"
 452              },
 453              "funding": [
 454                  {
 455                      "url": "https://github.com/LeoColomb",
 456                      "type": "github"
 457                  },
 458                  {
 459                      "url": "https://www.patreon.com/LeoColomb",
 460                      "type": "patreon"
 461                  }
 462              ],
 463              "time": "2023-01-06T01:05:43+00:00"
 464          },
 465          {
 466              "name": "psr/log",
 467              "version": "3.0.2",
 468              "source": {
 469                  "type": "git",
 470                  "url": "https://github.com/php-fig/log.git",
 471                  "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
 472              },
 473              "dist": {
 474                  "type": "zip",
 475                  "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
 476                  "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
 477                  "shasum": ""
 478              },
 479              "require": {
 480                  "php": ">=8.0.0"
 481              },
 482              "type": "library",
 483              "extra": {
 484                  "branch-alias": {
 485                      "dev-master": "3.x-dev"
 486                  }
 487              },
 488              "autoload": {
 489                  "psr-4": {
 490                      "Psr\\Log\\": "src"
 491                  }
 492              },
 493              "notification-url": "https://packagist.org/downloads/",
 494              "license": [
 495                  "MIT"
 496              ],
 497              "authors": [
 498                  {
 499                      "name": "PHP-FIG",
 500                      "homepage": "https://www.php-fig.org/"
 501                  }
 502              ],
 503              "description": "Common interface for logging libraries",
 504              "homepage": "https://github.com/php-fig/log",
 505              "keywords": [
 506                  "log",
 507                  "psr",
 508                  "psr-3"
 509              ],
 510              "support": {
 511                  "source": "https://github.com/php-fig/log/tree/3.0.2"
 512              },
 513              "time": "2024-09-11T13:17:53+00:00"
 514          },
 515          {
 516              "name": "rmccue/requests",
 517              "version": "v2.0.15",
 518              "source": {
 519                  "type": "git",
 520                  "url": "https://github.com/WordPress/Requests.git",
 521                  "reference": "877cd66169755899682f1595e057334b40d9d149"
 522              },
 523              "dist": {
 524                  "type": "zip",
 525                  "url": "https://api.github.com/repos/WordPress/Requests/zipball/877cd66169755899682f1595e057334b40d9d149",
 526                  "reference": "877cd66169755899682f1595e057334b40d9d149",
 527                  "shasum": ""
 528              },
 529              "require": {
 530                  "ext-json": "*",
 531                  "php": ">=5.6"
 532              },
 533              "require-dev": {
 534                  "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
 535                  "php-parallel-lint/php-console-highlighter": "^0.5.0",
 536                  "php-parallel-lint/php-parallel-lint": "^1.3.1",
 537                  "phpcompatibility/php-compatibility": "^9.0",
 538                  "requests/test-server": "dev-main",
 539                  "roave/security-advisories": "dev-latest",
 540                  "squizlabs/php_codesniffer": "^3.6",
 541                  "wp-coding-standards/wpcs": "^2.0",
 542                  "yoast/phpunit-polyfills": "^1.0.0"
 543              },
 544              "suggest": {
 545                  "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
 546                  "ext-curl": "For improved performance",
 547                  "ext-openssl": "For secure transport support",
 548                  "ext-zlib": "For improved performance when decompressing encoded streams"
 549              },
 550              "type": "library",
 551              "autoload": {
 552                  "files": [
 553                      "library/Deprecated.php"
 554                  ],
 555                  "psr-4": {
 556                      "WpOrg\\Requests\\": "src/"
 557                  },
 558                  "classmap": [
 559                      "library/Requests.php"
 560                  ]
 561              },
 562              "notification-url": "https://packagist.org/downloads/",
 563              "license": [
 564                  "ISC"
 565              ],
 566              "authors": [
 567                  {
 568                      "name": "Ryan McCue",
 569                      "homepage": "https://rmccue.io/"
 570                  },
 571                  {
 572                      "name": "Alain Schlesser",
 573                      "homepage": "https://github.com/schlessera"
 574                  },
 575                  {
 576                      "name": "Juliette Reinders Folmer",
 577                      "homepage": "https://github.com/jrfnl"
 578                  },
 579                  {
 580                      "name": "Contributors",
 581                      "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
 582                  }
 583              ],
 584              "description": "A HTTP library written in PHP, for human beings.",
 585              "homepage": "https://requests.ryanmccue.info/",
 586              "keywords": [
 587                  "curl",
 588                  "fsockopen",
 589                  "http",
 590                  "idna",
 591                  "ipv6",
 592                  "iri",
 593                  "sockets"
 594              ],
 595              "support": {
 596                  "docs": "https://requests.ryanmccue.info/",
 597                  "issues": "https://github.com/WordPress/Requests/issues",
 598                  "source": "https://github.com/WordPress/Requests"
 599              },
 600              "time": "2025-01-21T10:13:31+00:00"
 601          },
 602          {
 603              "name": "spatie/array-to-xml",
 604              "version": "2.17.1",
 605              "source": {
 606                  "type": "git",
 607                  "url": "https://github.com/spatie/array-to-xml.git",
 608                  "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46"
 609              },
 610              "dist": {
 611                  "type": "zip",
 612                  "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
 613                  "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
 614                  "shasum": ""
 615              },
 616              "require": {
 617                  "ext-dom": "*",
 618                  "php": "^7.4|^8.0"
 619              },
 620              "require-dev": {
 621                  "mockery/mockery": "^1.2",
 622                  "pestphp/pest": "^1.21",
 623                  "phpunit/phpunit": "^9.0",
 624                  "spatie/pest-plugin-snapshots": "^1.1"
 625              },
 626              "type": "library",
 627              "autoload": {
 628                  "psr-4": {
 629                      "Spatie\\ArrayToXml\\": "src"
 630                  }
 631              },
 632              "notification-url": "https://packagist.org/downloads/",
 633              "license": [
 634                  "MIT"
 635              ],
 636              "authors": [
 637                  {
 638                      "name": "Freek Van der Herten",
 639                      "email": "[email protected]",
 640                      "homepage": "https://freek.dev",
 641                      "role": "Developer"
 642                  }
 643              ],
 644              "description": "Convert an array to xml",
 645              "homepage": "https://github.com/spatie/array-to-xml",
 646              "keywords": [
 647                  "array",
 648                  "convert",
 649                  "xml"
 650              ],
 651              "support": {
 652                  "source": "https://github.com/spatie/array-to-xml/tree/2.17.1"
 653              },
 654              "funding": [
 655                  {
 656                      "url": "https://spatie.be/open-source/support-us",
 657                      "type": "custom"
 658                  },
 659                  {
 660                      "url": "https://github.com/spatie",
 661                      "type": "github"
 662                  }
 663              ],
 664              "time": "2022-12-26T08:22:07+00:00"
 665          },
 666          {
 667              "name": "symfony/polyfill-intl-idn",
 668              "version": "v1.31.0",
 669              "source": {
 670                  "type": "git",
 671                  "url": "https://github.com/symfony/polyfill-intl-idn.git",
 672                  "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
 673              },
 674              "dist": {
 675                  "type": "zip",
 676                  "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
 677                  "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
 678                  "shasum": ""
 679              },
 680              "require": {
 681                  "php": ">=7.2",
 682                  "symfony/polyfill-intl-normalizer": "^1.10"
 683              },
 684              "suggest": {
 685                  "ext-intl": "For best performance"
 686              },
 687              "type": "library",
 688              "extra": {
 689                  "thanks": {
 690                      "url": "https://github.com/symfony/polyfill",
 691                      "name": "symfony/polyfill"
 692                  }
 693              },
 694              "autoload": {
 695                  "files": [
 696                      "bootstrap.php"
 697                  ],
 698                  "psr-4": {
 699                      "Symfony\\Polyfill\\Intl\\Idn\\": ""
 700                  }
 701              },
 702              "notification-url": "https://packagist.org/downloads/",
 703              "license": [
 704                  "MIT"
 705              ],
 706              "authors": [
 707                  {
 708                      "name": "Laurent Bassin",
 709                      "email": "[email protected]"
 710                  },
 711                  {
 712                      "name": "Trevor Rowbotham",
 713                      "email": "[email protected]"
 714                  },
 715                  {
 716                      "name": "Symfony Community",
 717                      "homepage": "https://symfony.com/contributors"
 718                  }
 719              ],
 720              "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
 721              "homepage": "https://symfony.com",
 722              "keywords": [
 723                  "compatibility",
 724                  "idn",
 725                  "intl",
 726                  "polyfill",
 727                  "portable",
 728                  "shim"
 729              ],
 730              "support": {
 731                  "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
 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              "time": "2024-09-09T11:45:10+00:00"
 748          },
 749          {
 750              "name": "symfony/polyfill-intl-normalizer",
 751              "version": "v1.31.0",
 752              "source": {
 753                  "type": "git",
 754                  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
 755                  "reference": "3833d7255cc303546435cb650316bff708a1c75c"
 756              },
 757              "dist": {
 758                  "type": "zip",
 759                  "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
 760                  "reference": "3833d7255cc303546435cb650316bff708a1c75c",
 761                  "shasum": ""
 762              },
 763              "require": {
 764                  "php": ">=7.2"
 765              },
 766              "suggest": {
 767                  "ext-intl": "For best performance"
 768              },
 769              "type": "library",
 770              "extra": {
 771                  "thanks": {
 772                      "url": "https://github.com/symfony/polyfill",
 773                      "name": "symfony/polyfill"
 774                  }
 775              },
 776              "autoload": {
 777                  "files": [
 778                      "bootstrap.php"
 779                  ],
 780                  "psr-4": {
 781                      "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
 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": "Nicolas Grekas",
 794                      "email": "[email protected]"
 795                  },
 796                  {
 797                      "name": "Symfony Community",
 798                      "homepage": "https://symfony.com/contributors"
 799                  }
 800              ],
 801              "description": "Symfony polyfill for intl's Normalizer class and related functions",
 802              "homepage": "https://symfony.com",
 803              "keywords": [
 804                  "compatibility",
 805                  "intl",
 806                  "normalizer",
 807                  "polyfill",
 808                  "portable",
 809                  "shim"
 810              ],
 811              "support": {
 812                  "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
 813              },
 814              "funding": [
 815                  {
 816                      "url": "https://symfony.com/sponsor",
 817                      "type": "custom"
 818                  },
 819                  {
 820                      "url": "https://github.com/fabpot",
 821                      "type": "github"
 822                  },
 823                  {
 824                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 825                      "type": "tidelift"
 826                  }
 827              ],
 828              "time": "2024-09-09T11:45:10+00:00"
 829          },
 830          {
 831              "name": "symfony/polyfill-mbstring",
 832              "version": "v1.31.0",
 833              "source": {
 834                  "type": "git",
 835                  "url": "https://github.com/symfony/polyfill-mbstring.git",
 836                  "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
 837              },
 838              "dist": {
 839                  "type": "zip",
 840                  "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
 841                  "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
 842                  "shasum": ""
 843              },
 844              "require": {
 845                  "php": ">=7.2"
 846              },
 847              "provide": {
 848                  "ext-mbstring": "*"
 849              },
 850              "suggest": {
 851                  "ext-mbstring": "For best performance"
 852              },
 853              "type": "library",
 854              "extra": {
 855                  "thanks": {
 856                      "url": "https://github.com/symfony/polyfill",
 857                      "name": "symfony/polyfill"
 858                  }
 859              },
 860              "autoload": {
 861                  "files": [
 862                      "bootstrap.php"
 863                  ],
 864                  "psr-4": {
 865                      "Symfony\\Polyfill\\Mbstring\\": ""
 866                  }
 867              },
 868              "notification-url": "https://packagist.org/downloads/",
 869              "license": [
 870                  "MIT"
 871              ],
 872              "authors": [
 873                  {
 874                      "name": "Nicolas Grekas",
 875                      "email": "[email protected]"
 876                  },
 877                  {
 878                      "name": "Symfony Community",
 879                      "homepage": "https://symfony.com/contributors"
 880                  }
 881              ],
 882              "description": "Symfony polyfill for the Mbstring extension",
 883              "homepage": "https://symfony.com",
 884              "keywords": [
 885                  "compatibility",
 886                  "mbstring",
 887                  "polyfill",
 888                  "portable",
 889                  "shim"
 890              ],
 891              "support": {
 892                  "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
 893              },
 894              "funding": [
 895                  {
 896                      "url": "https://symfony.com/sponsor",
 897                      "type": "custom"
 898                  },
 899                  {
 900                      "url": "https://github.com/fabpot",
 901                      "type": "github"
 902                  },
 903                  {
 904                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 905                      "type": "tidelift"
 906                  }
 907              ],
 908              "time": "2024-09-09T11:45:10+00:00"
 909          }
 910      ],
 911      "packages-dev": [],
 912      "aliases": [],
 913      "minimum-stability": "stable",
 914      "stability-flags": {},
 915      "prefer-stable": false,
 916      "prefer-lowest": false,
 917      "platform": {
 918          "php": "^8.1",
 919          "ext-dom": "*",
 920          "ext-filter": "*",
 921          "ext-hash": "*",
 922          "ext-pcre": "*",
 923          "ext-pdo": "*",
 924          "ext-pdo_mysql": "*"
 925      },
 926      "platform-dev": {
 927          "ext-ctype": "*"
 928      },
 929      "platform-overrides": {
 930          "php": "8.1.0"
 931      },
 932      "plugin-api-version": "2.6.0"
 933  }


Generated: Tue Mar 25 05:10:09 2025 Cross-referenced by PHPXref 0.7.1