Skip to content
Snippets Groups Projects
composer.lock 229 KiB
Newer Older
  • Learn to ignore specific revisions
  • 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "Async DNS resolver for ReactPHP",
          "keywords": ["async", "dns", "dns-resolver", "reactphp"],
          "support": {
            "issues": "https://github.com/reactphp/dns/issues",
            "source": "https://github.com/reactphp/dns/tree/v1.13.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2024-06-13T14:18:03+00:00"
        },
        {
          "name": "react/event-loop",
          "version": "v1.5.0",
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/event-loop.git",
            "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
            "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
            "shasum": ""
          },
          "require": {
            "php": ">=5.3.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
          },
          "suggest": {
            "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "React\\EventLoop\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
          "keywords": ["asynchronous", "event-loop"],
          "support": {
            "issues": "https://github.com/reactphp/event-loop/issues",
            "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2023-11-13T13:48:05+00:00"
        },
        {
          "name": "react/promise",
          "version": "v3.2.0",
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
            "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
            "shasum": ""
          },
          "require": {
            "php": ">=7.1.0"
          },
          "require-dev": {
            "phpstan/phpstan": "1.10.39 || 1.4.10",
            "phpunit/phpunit": "^9.6 || ^7.5"
          },
          "type": "library",
          "autoload": {
            "files": ["src/functions_include.php"],
            "psr-4": {
              "React\\Promise\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "A lightweight implementation of CommonJS Promises/A for PHP",
          "keywords": ["promise", "promises"],
          "support": {
            "issues": "https://github.com/reactphp/promise/issues",
            "source": "https://github.com/reactphp/promise/tree/v3.2.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2024-05-24T10:39:05+00:00"
        },
        {
          "name": "react/socket",
          "version": "v1.15.0",
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/socket.git",
            "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038",
            "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038",
            "shasum": ""
          },
          "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.0",
            "react/dns": "^1.11",
            "react/event-loop": "^1.2",
            "react/promise": "^3 || ^2.6 || ^1.2.1",
            "react/stream": "^1.2"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
            "react/async": "^4 || ^3 || ^2",
            "react/promise-stream": "^1.4",
            "react/promise-timer": "^1.10"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "React\\Socket\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
          "keywords": ["Connection", "Socket", "async", "reactphp", "stream"],
          "support": {
            "issues": "https://github.com/reactphp/socket/issues",
            "source": "https://github.com/reactphp/socket/tree/v1.15.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2023-12-15T11:02:10+00:00"
        },
        {
          "name": "react/stream",
          "version": "v1.4.0",
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/stream.git",
            "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
            "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
            "shasum": ""
          },
          "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.8",
            "react/event-loop": "^1.2"
          },
          "require-dev": {
            "clue/stream-filter": "~1.2",
            "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "React\\Stream\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
          "keywords": [
            "event-driven",
            "io",
            "non-blocking",
            "pipe",
            "reactphp",
            "readable",
            "stream",
            "writable"
          ],
          "support": {
            "issues": "https://github.com/reactphp/stream/issues",
            "source": "https://github.com/reactphp/stream/tree/v1.4.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2024-06-11T12:45:25+00:00"
        },
    
          "source": {
            "type": "git",
            "url": "https://github.com/rectorphp/rector.git",
    
            "reference": "2fa387553db22b6f9bcccf5ff16f2c2c18a52a65"
    
            "url": "https://api.github.com/repos/rectorphp/rector/zipball/2fa387553db22b6f9bcccf5ff16f2c2c18a52a65",
            "reference": "2fa387553db22b6f9bcccf5ff16f2c2c18a52a65",
    
            "shasum": ""
          },
          "require": {
            "php": "^7.2|^8.0",
    
          },
          "conflict": {
            "rector/rector-doctrine": "*",
            "rector/rector-downgrade-php": "*",
            "rector/rector-phpunit": "*",
            "rector/rector-symfony": "*"
          },
    
          "suggest": {
            "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
          },
    
          "bin": ["bin/rector"],
          "type": "library",
          "autoload": {
            "files": ["bootstrap.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "Instant Upgrade and Automated Refactoring of any PHP code",
          "keywords": ["automation", "dev", "migration", "refactoring"],
          "support": {
            "issues": "https://github.com/rectorphp/rector/issues",
    
            "source": "https://github.com/rectorphp/rector/tree/1.2.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/tomasvotruba",
              "type": "github"
            }
          ],
    
          "time": "2024-07-01T14:24:45+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/cli-parser.git",
    
            "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
    
            "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
            "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "2.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 for parsing CLI options",
          "homepage": "https://github.com/sebastianbergmann/cli-parser",
          "support": {
            "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
    
            "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
            "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-02T07:12:49+00:00"
    
        },
        {
          "name": "sebastian/code-unit",
          "version": "2.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit.git",
            "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
            "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "2.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 PHP code units",
          "homepage": "https://github.com/sebastianbergmann/code-unit",
          "support": {
            "issues": "https://github.com/sebastianbergmann/code-unit/issues",
            "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:58:43+00:00"
        },
        {
          "name": "sebastian/code-unit-reverse-lookup",
          "version": "3.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
            "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
            "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
            "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": "Looks up which function or method a line of code belongs to",
          "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
            "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T06:59:15+00:00"
        },
        {
          "name": "sebastian/comparator",
          "version": "5.0.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
            "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
            "php": ">=8.1",
            "sebastian/diff": "^5.0",
            "sebastian/exporter": "^5.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.3"
          },
          "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": "Volker Dusch",
              "email": "github@wallbash.com"
            },
            {
              "name": "Bernhard Schussek",
              "email": "bschussek@2bepublished.at"
            }
          ],
          "description": "Provides the functionality to compare PHP values for equality",
          "homepage": "https://github.com/sebastianbergmann/comparator",
          "keywords": ["comparator", "compare", "equality"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/comparator/issues",
            "security": "https://github.com/sebastianbergmann/comparator/security/policy",
            "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-08-14T13:18:12+00:00"
        },
        {
          "name": "sebastian/complexity",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/complexity.git",
    
            "reference": "68ff824baeae169ec9f2137158ee529584553799"
    
            "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
            "reference": "68ff824baeae169ec9f2137158ee529584553799",
    
            "nikic/php-parser": "^4.18 || ^5.0",
    
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "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 for calculating the complexity of PHP code units",
          "homepage": "https://github.com/sebastianbergmann/complexity",
          "support": {
            "issues": "https://github.com/sebastianbergmann/complexity/issues",
    
            "security": "https://github.com/sebastianbergmann/complexity/security/policy",
    
            "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
    
            "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
    
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
            "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0",
    
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            },
            {
              "name": "Kore Nordmann",
              "email": "mail@kore-nordmann.de"
            }
          ],
          "description": "Diff implementation",
          "homepage": "https://github.com/sebastianbergmann/diff",
          "keywords": ["diff", "udiff", "unidiff", "unified diff"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/diff/issues",
            "security": "https://github.com/sebastianbergmann/diff/security/policy",
    
            "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-02T07:15:17+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
    
            "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
    
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
            "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "suggest": {
            "ext-posix": "*"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            }
          ],
          "description": "Provides functionality to handle HHVM/PHP environments",
          "homepage": "https://github.com/sebastianbergmann/environment",
          "keywords": ["Xdebug", "environment", "hhvm"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/environment/issues",
            "security": "https://github.com/sebastianbergmann/environment/security/policy",
    
            "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-23T08:47:14+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
    
            "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
    
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
            "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
    
            "shasum": ""
          },
          "require": {
            "ext-mbstring": "*",
            "php": ">=8.1",
            "sebastian/recursion-context": "^5.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "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": "Volker Dusch",
              "email": "github@wallbash.com"
            },
            {
              "name": "Adam Harvey",
              "email": "aharvey@php.net"
            },
            {
              "name": "Bernhard Schussek",
              "email": "bschussek@gmail.com"
            }
          ],
          "description": "Provides the functionality to export PHP variables for visualization",
          "homepage": "https://www.github.com/sebastianbergmann/exporter",
          "keywords": ["export", "exporter"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/exporter/issues",
    
            "security": "https://github.com/sebastianbergmann/exporter/security/policy",
    
            "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-02T07:17:12+00:00"
    
        {
          "name": "sebastian/global-state",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
    
            "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
    
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
            "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1",
            "sebastian/object-reflector": "^3.0",
            "sebastian/recursion-context": "^5.0"
          },
          "require-dev": {
            "ext-dom": "*",
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "6.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            }
          ],
          "description": "Snapshotting of global state",
    
          "homepage": "https://www.github.com/sebastianbergmann/global-state",
    
          "keywords": ["global state"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/global-state/issues",
            "security": "https://github.com/sebastianbergmann/global-state/security/policy",
    
            "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-02T07:19:19+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/lines-of-code.git",
    
            "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
    
            "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
            "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
    
            "nikic/php-parser": "^4.18 || ^5.0",
    
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "2.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 for counting the lines of code in PHP source code",
          "homepage": "https://github.com/sebastianbergmann/lines-of-code",
          "support": {
            "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
    
            "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
    
            "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "sebastian/object-enumerator",
          "version": "5.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
            "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1",
            "sebastian/object-reflector": "^3.0",
            "sebastian/recursion-context": "^5.0"
          },
          "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"
            }
          ],
          "description": "Traverses array structures and object graphs to enumerate all referenced objects",
          "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
            "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:08:32+00:00"
        },
        {
          "name": "sebastian/object-reflector",
          "version": "3.0.0",
          "source": {