Skip to content
Snippets Groups Projects
composer.lock 229 KiB
Newer Older
  • Learn to ignore specific revisions
  • 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:08:32+00:00"
        },
        {
          "name": "sebastian/object-reflector",
          "version": "3.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-reflector.git",
            "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
            "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "3.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            }
          ],
          "description": "Allows reflection of object attributes, including inherited and non-public ones",
          "homepage": "https://github.com/sebastianbergmann/object-reflector/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
            "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:06:18+00:00"
        },
        {
          "name": "sebastian/recursion-context",
          "version": "5.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
            "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "5.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            },
            {
              "name": "Jeff Welch",
              "email": "whatthejeff@gmail.com"
            },
            {
              "name": "Adam Harvey",
              "email": "aharvey@php.net"
            }
          ],
          "description": "Provides functionality to recursively process PHP variables",
          "homepage": "https://github.com/sebastianbergmann/recursion-context",
          "support": {
            "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
            "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:05:40+00:00"
        },
        {
          "name": "sebastian/type",
          "version": "4.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/type.git",
            "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
            "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "4.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "lead"
            }
          ],
          "description": "Collection of value objects that represent the types of the PHP type system",
          "homepage": "https://github.com/sebastianbergmann/type",
          "support": {
            "issues": "https://github.com/sebastianbergmann/type/issues",
            "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:10:45+00:00"
        },
        {
          "name": "sebastian/version",
          "version": "4.0.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
            "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "4.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "lead"
            }
          ],
          "description": "Library that helps with managing the version number of Git-hosted PHP projects",
          "homepage": "https://github.com/sebastianbergmann/version",
          "support": {
            "issues": "https://github.com/sebastianbergmann/version/issues",
            "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-07T11:34:05+00:00"
        },
        {
          "name": "sebastianfeldmann/camino",
          "version": "0.9.5",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/camino.git",
            "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/camino/zipball/bf2e4c8b2a029e9eade43666132b61331e3e8184",
            "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184",
            "shasum": ""
          },
          "require": {
            "php": ">=7.1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Camino\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "Path management the OO way",
          "homepage": "https://github.com/sebastianfeldmann/camino",
          "keywords": ["file system", "path"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/camino/issues",
            "source": "https://github.com/sebastianfeldmann/camino/tree/0.9.5"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2022-01-03T13:15:10+00:00"
        },
        {
          "name": "sebastianfeldmann/cli",
          "version": "3.4.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/cli.git",
            "reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/cli/zipball/8a932e99e9455981fb32fa6c085492462fe8f8cf",
            "reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2"
          },
          "require-dev": {
            "symfony/process": "^4.3 | ^5.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "3.4.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Cli\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP cli helper classes",
          "homepage": "https://github.com/sebastianfeldmann/cli",
          "keywords": ["cli"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/cli/issues",
            "source": "https://github.com/sebastianfeldmann/cli/tree/3.4.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2021-12-20T14:59:49+00:00"
        },
        {
          "name": "sebastianfeldmann/git",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/git.git",
    
            "reference": "5cb1ea94f65c7420419abe8f12c45cc7eb094790"
    
            "url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/5cb1ea94f65c7420419abe8f12c45cc7eb094790",
            "reference": "5cb1ea94f65c7420419abe8f12c45cc7eb094790",
    
            "shasum": ""
          },
          "require": {
            "ext-json": "*",
    
            "ext-libxml": "*",
            "ext-simplexml": "*",
            "php": ">=8.0",
    
            "sebastianfeldmann/cli": "^3.0"
          },
          "require-dev": {
            "mikey179/vfsstream": "^1.6"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "4.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Git\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP git wrapper",
          "homepage": "https://github.com/sebastianfeldmann/git",
          "keywords": ["git"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/git/issues",
    
            "source": "https://github.com/sebastianfeldmann/git/tree/3.11.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
    
          "time": "2024-01-23T09:11:14+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
    
            "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee"
    
            "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
            "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
    
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/service-contracts": "^2.5|^3",
    
            "symfony/dependency-injection": "<6.4",
            "symfony/dotenv": "<6.4",
            "symfony/event-dispatcher": "<6.4",
            "symfony/lock": "<6.4",
            "symfony/process": "<6.4"
    
          },
          "provide": {
            "psr/log-implementation": "1.0|2.0|3.0"
          },
          "require-dev": {
            "psr/log": "^1|^2|^3",
    
            "symfony/config": "^6.4|^7.0",
            "symfony/dependency-injection": "^6.4|^7.0",
            "symfony/event-dispatcher": "^6.4|^7.0",
    
            "symfony/http-foundation": "^6.4|^7.0",
            "symfony/http-kernel": "^6.4|^7.0",
    
            "symfony/lock": "^6.4|^7.0",
            "symfony/messenger": "^6.4|^7.0",
            "symfony/process": "^6.4|^7.0",
            "symfony/stopwatch": "^6.4|^7.0",
            "symfony/var-dumper": "^6.4|^7.0"
    
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Eases the creation of beautiful and testable command line interfaces",
          "homepage": "https://symfony.com",
          "keywords": ["cli", "command-line", "console", "terminal"],
          "support": {
    
            "source": "https://github.com/symfony/console/tree/v7.1.5"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-09-20T08:28:38+00:00"
    
        },
        {
          "name": "symfony/event-dispatcher",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
    
            "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
    
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
            "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
    
            "symfony/event-dispatcher-contracts": "^2.5|^3"
          },
          "conflict": {
    
            "symfony/dependency-injection": "<6.4",
    
            "symfony/service-contracts": "<2.5"
          },
          "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "2.0|3.0"
          },
          "require-dev": {
            "psr/log": "^1|^2|^3",
    
            "symfony/config": "^6.4|^7.0",
            "symfony/dependency-injection": "^6.4|^7.0",
            "symfony/error-handler": "^6.4|^7.0",
            "symfony/expression-language": "^6.4|^7.0",
            "symfony/http-foundation": "^6.4|^7.0",
    
            "symfony/service-contracts": "^2.5|^3",
    
            "symfony/stopwatch": "^6.4|^7.0"
    
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-05-31T14:57:53+00:00"
    
        },
        {
          "name": "symfony/event-dispatcher-contracts",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
    
            "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
    
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
            "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1",
            "psr/event-dispatcher": "^1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            },
            "thanks": {
              "name": "symfony/contracts",
              "url": "https://github.com/symfony/contracts"
            }
          },
          "autoload": {
            "psr-4": {
              "Symfony\\Contracts\\EventDispatcher\\": ""
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Nicolas Grekas",
              "email": "p@tchwork.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Generic abstractions related to dispatching event",
          "homepage": "https://symfony.com",
          "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
          ],
          "support": {
    
            "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-04-18T09:32:20+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
    
            "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a"
    
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/61fe0566189bf32e8cfee78335d8776f64a66f5a",
            "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a",
    
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.8"
          },
    
          "require-dev": {
            "symfony/process": "^6.4|^7.0"
          },
    
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Provides basic utilities for the filesystem",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/filesystem/tree/v7.1.5"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-09-17T09:16:35+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
    
            "reference": "d95bbf319f7d052082fb7af147e0f835a695e823"
    
            "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823",
            "reference": "d95bbf319f7d052082fb7af147e0f835a695e823",
    
            "symfony/filesystem": "^6.4|^7.0"
    
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Finds files and directories via an intuitive fluent interface",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/finder/tree/v7.1.4"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-08-13T14:28:19+00:00"
    
        },
        {
          "name": "symfony/options-resolver",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
    
            "reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55"
    
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/47aa818121ed3950acd2b58d1d37d08a94f9bf55",
            "reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55",
    
            "symfony/deprecation-contracts": "^2.5|^3"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\OptionsResolver\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Provides an improved replacement for the array_replace PHP function",
          "homepage": "https://symfony.com",
          "keywords": ["config", "configuration", "options"],
          "support": {
    
            "source": "https://github.com/symfony/options-resolver/tree/v7.1.1"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-05-31T14:57:53+00:00"
    
        },
        {
          "name": "symfony/polyfill-intl-grapheme",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
    
            "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
    
            "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
            "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
    
          },
          "suggest": {
            "ext-intl": "For best performance"
          },
          "type": "library",
          "extra": {
            "thanks": {
              "name": "symfony/polyfill",
              "url": "https://github.com/symfony/polyfill"
            }
          },
          "autoload": {
            "files": ["bootstrap.php"],
            "psr-4": {
              "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Nicolas Grekas",
              "email": "p@tchwork.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Symfony polyfill for intl's grapheme_* functions",
          "homepage": "https://symfony.com",
          "keywords": [
            "compatibility",
            "grapheme",
            "intl",
            "polyfill",
            "portable",
            "shim"
          ],
          "support": {
    
            "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-09-09T11:45:10+00:00"
    
        },
        {
          "name": "symfony/polyfill-intl-normalizer",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
    
            "reference": "3833d7255cc303546435cb650316bff708a1c75c"
    
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
            "reference": "3833d7255cc303546435cb650316bff708a1c75c",
    
          },
          "suggest": {
            "ext-intl": "For best performance"
          },
          "type": "library",
          "extra": {
            "thanks": {
              "name": "symfony/polyfill",
              "url": "https://github.com/symfony/polyfill"
            }
          },
          "autoload": {
            "files": ["bootstrap.php"],
            "psr-4": {
              "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
            },
            "classmap": ["Resources/stubs"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Nicolas Grekas",
              "email": "p@tchwork.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Symfony polyfill for intl's Normalizer class and related functions",
          "homepage": "https://symfony.com",
          "keywords": [
            "compatibility",
            "intl",
            "normalizer",
            "polyfill",
            "portable",
            "shim"
          ],
          "support": {
    
            "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-09-09T11:45:10+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php81.git",
    
            "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
    
            "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
            "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
    
          },
          "type": "library",
          "extra": {
            "thanks": {
              "name": "symfony/polyfill",
              "url": "https://github.com/symfony/polyfill"
            }
          },
          "autoload": {
            "files": ["bootstrap.php"],
            "psr-4": {
              "Symfony\\Polyfill\\Php81\\": ""
            },
            "classmap": ["Resources/stubs"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Nicolas Grekas",
              "email": "p@tchwork.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
          "homepage": "https://symfony.com",
          "keywords": ["compatibility", "polyfill", "portable", "shim"],
          "support": {
    
            "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {