Skip to content
Snippets Groups Projects
composer.lock 916 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                ],
                "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",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-09-14T06:03:37+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
    24041 24042 24043 24044 24045 24046 24047 24048 24049 24050 24051 24052 24053 24054 24055 24056 24057 24058 24059 24060 24061 24062 24063 24064 24065 24066 24067 24068 24069 24070 24071 24072 24073 24074 24075 24076 24077 24078 24079 24080 24081 24082 24083 24084 24085 24086 24087 24088 24089 24090 24091 24092 24093 24094 24095 24096 24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 24111 24112 24113 24114 24115 24116 24117 24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 24179 24180 24181 24182 24183 24184 24185 24186 24187 24188 24189 24190 24191 24192 24193 24194 24195 24196 24197 24198 24199 24200 24201 24202 24203 24204 24205 24206 24207 24208 24209 24210 24211 24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 24223 24224 24225 24226 24227 24228 24229 24230 24231 24232 24233 24234 24235 24236 24237 24238 24239 24240 24241 24242 24243 24244 24245 24246 24247 24248 24249 24250 24251 24252 24253 24254 24255 24256 24257 24258 24259 24260 24261 24262 24263 24264 24265 24266 24267 24268 24269 24270 24271 24272 24273 24274 24275 24276 24277 24278 24279 24280 24281 24282 24283 24284 24285 24286 24287 24288 24289 24290 24291 24292 24293 24294 24295 24296 24297 24298 24299 24300 24301 24302 24303 24304 24305 24306 24307 24308 24309 24310 24311 24312 24313 24314 24315 24316 24317 24318 24319 24320 24321 24322 24323 24324 24325 24326 24327 24328 24329 24330 24331 24332 24333 24334 24335 24336 24337 24338 24339 24340 24341 24342 24343 24344 24345 24346 24347 24348 24349 24350 24351 24352 24353 24354 24355 24356 24357 24358 24359 24360 24361 24362 24363 24364 24365 24366 24367 24368 24369 24370 24371 24372 24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 24387 24388 24389 24390 24391 24392 24393 24394 24395 24396 24397 24398 24399 24400 24401 24402 24403 24404 24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 24444 24445 24446 24447 24448 24449 24450 24451 24452 24453 24454 24455
            },
            {
                "name": "sebastian/global-state",
                "version": "5.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/global-state.git",
                    "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
                    "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3",
                    "sebastian/object-reflector": "^2.0",
                    "sebastian/recursion-context": "^4.0"
                },
                "require-dev": {
                    "ext-dom": "*",
                    "phpunit/phpunit": "^9.3"
                },
                "suggest": {
                    "ext-uopz": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "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": "Snapshotting of global state",
                "homepage": "http://www.github.com/sebastianbergmann/global-state",
                "keywords": [
                    "global state"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/global-state/issues",
                    "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2022-02-14T08:28:10+00:00"
            },
            {
                "name": "sebastian/lines-of-code",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/lines-of-code.git",
                    "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                    "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^4.6",
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.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",
                    "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-11-28T06:42:11+00:00"
            },
            {
                "name": "sebastian/object-enumerator",
                "version": "4.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                    "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                    "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3",
                    "sebastian/object-reflector": "^2.0",
                    "sebastian/recursion-context": "^4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.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/4.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:12:34+00:00"
            },
            {
                "name": "sebastian/object-reflector",
                "version": "2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-reflector.git",
                    "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                    "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.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/2.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:14:26+00:00"
            },
            {
                "name": "sebastian/phpcpd",
                "version": "6.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpcpd.git",
                    "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176",
                    "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "php": ">=7.3",
                    "phpunit/php-file-iterator": "^3.0",
                    "phpunit/php-timer": "^5.0",
                    "sebastian/cli-parser": "^1.0",
                    "sebastian/version": "^3.0"
                },
                "bin": [
                    "phpcpd"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "6.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": "Copy/Paste Detector (CPD) for PHP code.",
                "homepage": "https://github.com/sebastianbergmann/phpcpd",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/phpcpd/issues",
                    "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-12-07T05:39:23+00:00"
            },
            {
                "name": "sebastian/recursion-context",
                "version": "4.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/recursion-context.git",
                    "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
                    "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.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": "http://www.github.com/sebastianbergmann/recursion-context",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                    "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:17:30+00:00"
            },
            {
                "name": "sebastian/resource-operations",
                "version": "3.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/resource-operations.git",
                    "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                    "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "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": "Provides a list of PHP built-in functions that operate on resources",
                "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
                    "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T06:45:17+00:00"
            },
            {
                "name": "sebastian/type",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/type.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
                    "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "3.2-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "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",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-09-12T14:47:03+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "sebastian/version",
                "version": "3.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/version.git",
                    "reference": "c6c1022351a901512170118436c764e473f6de8c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                    "reference": "c6c1022351a901512170118436c764e473f6de8c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.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/3.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T06:39:44+00:00"
            },
            {
                "name": "sirbrillig/phpcs-variable-analysis",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v2.11.9",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "62730888d225d55a613854b6a76fb1f9f57d1618"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/62730888d225d55a613854b6a76fb1f9f57d1618",
                    "reference": "62730888d225d55a613854b6a76fb1f9f57d1618",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "squizlabs/php_codesniffer": "^3.5.6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpcsstandards/phpcsdevcs": "^1.1",
                    "phpstan/phpstan": "^1.7",
                    "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "sirbrillig/phpcs-import-detection": "^1.1",
                    "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "phpcodesniffer-standard",
                "autoload": {
                    "psr-4": {
                        "VariableAnalysis\\": "VariableAnalysis/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Sam Graham",
                        "email": "php-codesniffer-variableanalysis@illusori.co.uk"
                    },
                    {
                        "name": "Payton Swick",
                        "email": "payton@foolord.com"
                    }
                ],
                "description": "A PHPCS sniff to detect problems with variables.",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "keywords": [
                    "phpcs",
                    "static analysis"
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "support": {
                    "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
                    "source": "https://github.com/sirbrillig/phpcs-variable-analysis",
                    "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-05T23:31:46+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "slevomat/coding-standard",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "8.6.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/slevomat/coding-standard.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "080f592b16f021a3a8e43d95ca8f57b87ddcf4e6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/080f592b16f021a3a8e43d95ca8f57b87ddcf4e6",
                    "reference": "080f592b16f021a3a8e43d95ca8f57b87ddcf4e6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
                    "php": "^7.2 || ^8.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpdoc-parser": ">=1.11.0 <1.14.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "squizlabs/php_codesniffer": "^3.7.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phing/phing": "2.17.4",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php-parallel-lint/php-parallel-lint": "1.3.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan": "1.4.10|1.8.10",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan-deprecation-rules": "1.0.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan-phpunit": "1.0.0|1.1.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan-strict-rules": "1.4.4",
                    "phpunit/phpunit": "7.5.20|8.5.21|9.5.25"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "phpcodesniffer-standard",
                "extra": {
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "8.x-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
                    "psr-4": {
                        "SlevomatCodingStandard\\": "SlevomatCodingStandard"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "keywords": [
                    "dev",
                    "phpcs"
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "support": {
                    "issues": "https://github.com/slevomat/coding-standard/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/slevomat/coding-standard/tree/8.6.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/kukulich",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-22T15:42:49+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "squizlabs/php_codesniffer",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.7.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
                    "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-simplexml": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
                },
                "bin": [
                    "bin/phpcs",
                    "bin/phpcbf"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Greg Sherwood",
                        "role": "lead"
                    }
                ],
                "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
                "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
                "keywords": [
                    "phpcs",
                    "standards"
                ],
                "support": {
                    "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
                    "source": "https://github.com/squizlabs/PHP_CodeSniffer",
                    "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-18T07:21:10+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/browser-kit",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.44",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/browser-kit.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
                    "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/dom-crawler": "^3.4|^4.0|^5.0",
                    "symfony/polyfill-php80": "^1.16"
                },
                "require-dev": {
                    "symfony/css-selector": "^3.4|^4.0|^5.0",
                    "symfony/http-client": "^4.3|^5.0",
                    "symfony/mime": "^4.3|^5.0",
                    "symfony/process": "^3.4|^4.0|^5.0"
                },
                "suggest": {
                    "symfony/process": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\BrowserKit\\": ""
                    },
                    "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/browser-kit/tree/v4.4.44"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-07-25T12:56:14+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/dom-crawler",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.45",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dom-crawler.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5",
                    "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "masterminds/html5": "<2.6"
                },
                "require-dev": {
                    "masterminds/html5": "^2.6",
                    "symfony/css-selector": "^3.4|^4.0|^5.0"
                },
                "suggest": {
                    "symfony/css-selector": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\DomCrawler\\": ""
                    },
                    "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 DOM navigation for HTML and XML documents",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-08-03T12:57:57+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/phpunit-bridge",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v6.1.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/phpunit-bridge.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "07cf788ac9ae83b59d46599bb5098c3add88c68b"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/07cf788ac9ae83b59d46599bb5098c3add88c68b",
                    "reference": "07cf788ac9ae83b59d46599bb5098c3add88c68b",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3"
                },
                "conflict": {
                    "phpunit/phpunit": "<7.5|9.1.2"
                },
                "require-dev": {
                    "symfony/deprecation-contracts": "^2.1|^3.0",
                    "symfony/error-handler": "^5.4|^6.0"
                },
                "suggest": {
                    "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
                },
                "bin": [
                    "bin/simple-phpunit"
                ],
                "type": "symfony-bridge",
                "extra": {
                    "thanks": {
                        "name": "phpunit/phpunit",
                        "url": "https://github.com/sebastianbergmann/phpunit"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Bridge\\PhpUnit\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "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": "Provides utilities for PHPUnit, especially user deprecation notices management",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/phpunit-bridge/tree/v6.1.6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-07T08:04:03+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "theseer/tokenizer",
                "version": "1.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/theseer/tokenizer.git",
                    "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
                    "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],