[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/composer/ -> installed.json (source)

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


Generated: Mon Mar 31 05:10:02 2025 Cross-referenced by PHPXref 0.7.1