diff --git a/2021/php/composer.lock b/2021/php/composer.lock index 642ecc6..01a8da9 100644 --- a/2021/php/composer.lock +++ b/2021/php/composer.lock @@ -70,33 +70,36 @@ }, { "name": "nikic/php-parser", - "version": "4.x-dev", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "2a5e81f7caae572f096f5cc83d0ef75687127e1c" + "reference": "ce019e9ad711e31ee87c2c4c72e538b5240970c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2a5e81f7caae572f096f5cc83d0ef75687127e1c", - "reference": "2a5e81f7caae572f096f5cc83d0ef75687127e1c", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ce019e9ad711e31ee87c2c4c72e538b5240970c3", + "reference": "ce019e9ad711e31ee87c2c4c72e538b5240970c3", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.0" + "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, + "default-branch": true, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "4.9-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -120,9 +123,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/4.x" + "source": "https://github.com/nikic/PHP-Parser/tree/master" }, - "time": "2023-11-28T19:10:38+00:00" + "time": "2024-01-14T09:02:54+00:00" }, { "name": "phar-io/manifest", @@ -245,23 +248,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "dev-main", + "version": "10.1.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2bdce9826a3d33347b9d3bb3567fb0fd93f880ab" + "reference": "68f0085d6408a585bf3335cd26b22c0f220c4458" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2bdce9826a3d33347b9d3bb3567fb0fd93f880ab", - "reference": "2bdce9826a3d33347b9d3bb3567fb0fd93f880ab", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/68f0085d6408a585bf3335cd26b22c0f220c4458", + "reference": "68f0085d6408a585bf3335cd26b22c0f220c4458", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1", "phpunit/php-file-iterator": "^4.0", "phpunit/php-text-template": "^3.0", @@ -279,7 +282,6 @@ "ext-pcov": "PHP extension that provides line coverage", "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -312,7 +314,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/main" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1" }, "funding": [ { @@ -320,20 +322,20 @@ "type": "github" } ], - "time": "2023-11-27T14:34:54+00:00" + "time": "2024-01-30T13:35:06+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "4.1.0", + "version": "4.1.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" + "reference": "e7bcadc84d5d1c7ae8c688a38045980303b0a347" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", - "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/e7bcadc84d5d1c7ae8c688a38045980303b0a347", + "reference": "e7bcadc84d5d1c7ae8c688a38045980303b0a347", "shasum": "" }, "require": { @@ -345,7 +347,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "4.0-dev" + "dev-main": "4.1-dev" } }, "autoload": { @@ -373,7 +375,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1" }, "funding": [ { @@ -381,20 +383,20 @@ "type": "github" } ], - "time": "2023-08-31T06:24:48+00:00" + "time": "2024-01-30T14:02:58+00:00" }, { "name": "phpunit/php-invoker", - "version": "dev-main", + "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "82386e0ece7a27f16fc3298148769fbd6d4b5816" + "reference": "8bccdd7912fb3c12a8b00f95ca23a5f19133db5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/82386e0ece7a27f16fc3298148769fbd6d4b5816", - "reference": "82386e0ece7a27f16fc3298148769fbd6d4b5816", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/8bccdd7912fb3c12a8b00f95ca23a5f19133db5d", + "reference": "8bccdd7912fb3c12a8b00f95ca23a5f19133db5d", "shasum": "" }, "require": { @@ -407,7 +409,6 @@ "suggest": { "ext-pcntl": "*" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -438,7 +439,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", "security": "https://github.com/sebastianbergmann/php-invoker/security/policy", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/main" + "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0" }, "funding": [ { @@ -446,20 +447,20 @@ "type": "github" } ], - "time": "2023-11-27T14:39:18+00:00" + "time": "2024-01-30T14:03:19+00:00" }, { "name": "phpunit/php-text-template", - "version": "dev-main", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "d0e2515912d166a15f058fdf06ea50cd1942727e" + "reference": "cd963e704878c8a5733dfc5384a96dd68d56026d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d0e2515912d166a15f058fdf06ea50cd1942727e", - "reference": "d0e2515912d166a15f058fdf06ea50cd1942727e", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/cd963e704878c8a5733dfc5384a96dd68d56026d", + "reference": "cd963e704878c8a5733dfc5384a96dd68d56026d", "shasum": "" }, "require": { @@ -468,7 +469,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -499,7 +499,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/main" + "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0" }, "funding": [ { @@ -507,20 +507,20 @@ "type": "github" } ], - "time": "2023-11-27T14:39:29+00:00" + "time": "2024-01-30T14:04:28+00:00" }, { "name": "phpunit/php-timer", - "version": "dev-main", + "version": "6.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "ef75e2f1d867d4cd8ce1d4dc6c626f73f1392179" + "reference": "d27f17db6559d450b3110da27d67a8bb9df620fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/ef75e2f1d867d4cd8ce1d4dc6c626f73f1392179", - "reference": "ef75e2f1d867d4cd8ce1d4dc6c626f73f1392179", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/d27f17db6559d450b3110da27d67a8bb9df620fa", + "reference": "d27f17db6559d450b3110da27d67a8bb9df620fa", "shasum": "" }, "require": { @@ -529,7 +529,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -560,7 +559,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "security": "https://github.com/sebastianbergmann/php-timer/security/policy", - "source": "https://github.com/sebastianbergmann/php-timer/tree/main" + "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0" }, "funding": [ { @@ -568,20 +567,20 @@ "type": "github" } ], - "time": "2023-11-27T14:39:40+00:00" + "time": "2024-01-30T14:05:27+00:00" }, { "name": "phpunit/phpunit", - "version": "10.5.0", + "version": "10.5.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "80cab181aebc2efac422940443e28db556137637" + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/80cab181aebc2efac422940443e28db556137637", - "reference": "80cab181aebc2efac422940443e28db556137637", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50b8e314b6d0dd06521dc31d1abffa73f25f850c", + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c", "shasum": "" }, "require": { @@ -653,7 +652,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.10" }, "funding": [ { @@ -669,20 +668,20 @@ "type": "tidelift" } ], - "time": "2023-12-01T06:12:50+00:00" + "time": "2024-02-04T09:07:51+00:00" }, { "name": "sebastian/cli-parser", - "version": "dev-main", + "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "3de4770dc65cf7a70d177a3beae1f59a703a23db" + "reference": "b6f26fb2f0242172306356a5cf2e0f4eb7e865fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/3de4770dc65cf7a70d177a3beae1f59a703a23db", - "reference": "3de4770dc65cf7a70d177a3beae1f59a703a23db", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/b6f26fb2f0242172306356a5cf2e0f4eb7e865fb", + "reference": "b6f26fb2f0242172306356a5cf2e0f4eb7e865fb", "shasum": "" }, "require": { @@ -691,7 +690,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -719,7 +717,7 @@ "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/main" + "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0" }, "funding": [ { @@ -727,20 +725,20 @@ "type": "github" } ], - "time": "2023-11-27T14:36:53+00:00" + "time": "2024-02-01T13:54:40+00:00" }, { "name": "sebastian/code-unit", - "version": "dev-main", + "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "cdffb686137f3f929f0eab88afdcdea4ac45e033" + "reference": "4274de3ccfcc8fcc838db485c1dbdb16b10e2303" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/cdffb686137f3f929f0eab88afdcdea4ac45e033", - "reference": "cdffb686137f3f929f0eab88afdcdea4ac45e033", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/4274de3ccfcc8fcc838db485c1dbdb16b10e2303", + "reference": "4274de3ccfcc8fcc838db485c1dbdb16b10e2303", "shasum": "" }, "require": { @@ -749,7 +747,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -777,7 +774,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/code-unit/issues", "security": "https://github.com/sebastianbergmann/code-unit/security/policy", - "source": "https://github.com/sebastianbergmann/code-unit/tree/main" + "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0" }, "funding": [ { @@ -785,20 +782,20 @@ "type": "github" } ], - "time": "2023-11-27T14:37:07+00:00" + "time": "2024-01-30T13:39:38+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "dev-main", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "89309907189022d15715106326f0837977efb68f" + "reference": "194542d647339394232cea978b4385d09df2bca1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/89309907189022d15715106326f0837977efb68f", - "reference": "89309907189022d15715106326f0837977efb68f", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/194542d647339394232cea978b4385d09df2bca1", + "reference": "194542d647339394232cea978b4385d09df2bca1", "shasum": "" }, "require": { @@ -807,7 +804,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -834,7 +830,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/main" + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0" }, "funding": [ { @@ -842,20 +838,20 @@ "type": "github" } ], - "time": "2023-11-27T14:37:18+00:00" + "time": "2024-01-30T13:40:03+00:00" }, { "name": "sebastian/comparator", - "version": "dev-main", + "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "c43787671ce89580de692c529f23d218b49780e3" + "reference": "e51e8a1fce956947bb7659ae90536feee35efdf7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c43787671ce89580de692c529f23d218b49780e3", - "reference": "c43787671ce89580de692c529f23d218b49780e3", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e51e8a1fce956947bb7659ae90536feee35efdf7", + "reference": "e51e8a1fce956947bb7659ae90536feee35efdf7", "shasum": "" }, "require": { @@ -868,7 +864,6 @@ "require-dev": { "phpunit/phpunit": "^10.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -912,7 +907,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/main" + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0" }, "funding": [ { @@ -920,30 +915,29 @@ "type": "github" } ], - "time": "2023-11-27T14:37:28+00:00" + "time": "2024-01-30T13:40:38+00:00" }, { "name": "sebastian/complexity", - "version": "dev-main", + "version": "3.2.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "763b8fe2c108edf9165f190fca94eeccf1fb88ef" + "reference": "4ea4a1fd375c586ab82dfd8c78dd0a75fb3dd94c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/763b8fe2c108edf9165f190fca94eeccf1fb88ef", - "reference": "763b8fe2c108edf9165f190fca94eeccf1fb88ef", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/4ea4a1fd375c586ab82dfd8c78dd0a75fb3dd94c", + "reference": "4ea4a1fd375c586ab82dfd8c78dd0a75fb3dd94c", "shasum": "" }, "require": { - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -971,7 +965,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", "security": "https://github.com/sebastianbergmann/complexity/security/policy", - "source": "https://github.com/sebastianbergmann/complexity/tree/main" + "source": "https://github.com/sebastianbergmann/complexity/tree/3.2" }, "funding": [ { @@ -979,20 +973,20 @@ "type": "github" } ], - "time": "2023-11-27T14:37:39+00:00" + "time": "2024-01-30T13:46:48+00:00" }, { "name": "sebastian/diff", - "version": "dev-main", + "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "09370d69519f66f74a78ca6bb57ad65609f0e756" + "reference": "86649b78a5c4175cdf281855c7876141bed1968e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/09370d69519f66f74a78ca6bb57ad65609f0e756", - "reference": "09370d69519f66f74a78ca6bb57ad65609f0e756", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/86649b78a5c4175cdf281855c7876141bed1968e", + "reference": "86649b78a5c4175cdf281855c7876141bed1968e", "shasum": "" }, "require": { @@ -1000,9 +994,8 @@ }, "require-dev": { "phpunit/phpunit": "^10.0", - "symfony/process": "^4.2 || ^5" + "symfony/process": "^6.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1039,7 +1032,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "security": "https://github.com/sebastianbergmann/diff/security/policy", - "source": "https://github.com/sebastianbergmann/diff/tree/main" + "source": "https://github.com/sebastianbergmann/diff/tree/5.1" }, "funding": [ { @@ -1047,20 +1040,20 @@ "type": "github" } ], - "time": "2023-11-27T14:37:51+00:00" + "time": "2024-01-30T13:46:00+00:00" }, { "name": "sebastian/environment", - "version": "dev-main", + "version": "6.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "6f66428c5e4e94048f2da043e07f8be6d986c88f" + "reference": "7e327d8e5334dfabc5eb730b43be4e379273b757" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6f66428c5e4e94048f2da043e07f8be6d986c88f", - "reference": "6f66428c5e4e94048f2da043e07f8be6d986c88f", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/7e327d8e5334dfabc5eb730b43be4e379273b757", + "reference": "7e327d8e5334dfabc5eb730b43be4e379273b757", "shasum": "" }, "require": { @@ -1072,7 +1065,6 @@ "suggest": { "ext-posix": "*" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1104,7 +1096,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "security": "https://github.com/sebastianbergmann/environment/security/policy", - "source": "https://github.com/sebastianbergmann/environment/tree/main" + "source": "https://github.com/sebastianbergmann/environment/tree/6.0" }, "funding": [ { @@ -1112,20 +1104,20 @@ "type": "github" } ], - "time": "2023-11-27T14:38:01+00:00" + "time": "2024-01-30T13:53:00+00:00" }, { "name": "sebastian/exporter", - "version": "dev-main", + "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "b4bc90ba52499fb1169149ee59e1ec0e54573ec8" + "reference": "935b7ee9d5d9db69992fa288a92aded230dbe0f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/b4bc90ba52499fb1169149ee59e1ec0e54573ec8", - "reference": "b4bc90ba52499fb1169149ee59e1ec0e54573ec8", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/935b7ee9d5d9db69992fa288a92aded230dbe0f3", + "reference": "935b7ee9d5d9db69992fa288a92aded230dbe0f3", "shasum": "" }, "require": { @@ -1136,7 +1128,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1183,7 +1174,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", - "source": "https://github.com/sebastianbergmann/exporter/tree/main" + "source": "https://github.com/sebastianbergmann/exporter/tree/5.1" }, "funding": [ { @@ -1191,20 +1182,20 @@ "type": "github" } ], - "time": "2023-11-27T14:38:13+00:00" + "time": "2024-01-30T13:55:07+00:00" }, { "name": "sebastian/global-state", - "version": "dev-main", + "version": "6.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "fbfc6c0cab771db829f6802c4c37abe363d9c893" + "reference": "54eb5dad20775611b81c891259e5d9d7f39250f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/fbfc6c0cab771db829f6802c4c37abe363d9c893", - "reference": "fbfc6c0cab771db829f6802c4c37abe363d9c893", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/54eb5dad20775611b81c891259e5d9d7f39250f4", + "reference": "54eb5dad20775611b81c891259e5d9d7f39250f4", "shasum": "" }, "require": { @@ -1216,7 +1207,6 @@ "ext-dom": "*", "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1246,7 +1236,7 @@ "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/main" + "source": "https://github.com/sebastianbergmann/global-state/tree/6.0" }, "funding": [ { @@ -1254,30 +1244,29 @@ "type": "github" } ], - "time": "2023-11-27T14:38:24+00:00" + "time": "2024-01-30T13:55:32+00:00" }, { "name": "sebastian/lines-of-code", - "version": "dev-main", + "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "3c060f81356aa549a9e91bc9b8b1b8b3b67133ea" + "reference": "0ca20a53385ead5b0827d8fbb4e71175ee411f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/3c060f81356aa549a9e91bc9b8b1b8b3b67133ea", - "reference": "3c060f81356aa549a9e91bc9b8b1b8b3b67133ea", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/0ca20a53385ead5b0827d8fbb4e71175ee411f96", + "reference": "0ca20a53385ead5b0827d8fbb4e71175ee411f96", "shasum": "" }, "require": { - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1305,7 +1294,7 @@ "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/main" + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0" }, "funding": [ { @@ -1313,20 +1302,20 @@ "type": "github" } ], - "time": "2023-11-27T14:38:36+00:00" + "time": "2024-01-30T13:56:08+00:00" }, { "name": "sebastian/object-enumerator", - "version": "dev-main", + "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "0dfa45501ee94a6cd4e7d49f292d69aa1ebfb709" + "reference": "0e29d5f0a545b3293a09b6066c697b016285b2f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/0dfa45501ee94a6cd4e7d49f292d69aa1ebfb709", - "reference": "0dfa45501ee94a6cd4e7d49f292d69aa1ebfb709", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/0e29d5f0a545b3293a09b6066c697b016285b2f7", + "reference": "0e29d5f0a545b3293a09b6066c697b016285b2f7", "shasum": "" }, "require": { @@ -1337,7 +1326,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1364,7 +1352,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/main" + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0" }, "funding": [ { @@ -1372,20 +1360,20 @@ "type": "github" } ], - "time": "2023-11-27T14:38:47+00:00" + "time": "2024-01-30T13:56:27+00:00" }, { "name": "sebastian/object-reflector", - "version": "dev-main", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "8f8740f554fa9b045439dacbb2a80f418b9ffa2c" + "reference": "7c357bb5701a8fbb396eddfc93c75776e102a72f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/8f8740f554fa9b045439dacbb2a80f418b9ffa2c", - "reference": "8f8740f554fa9b045439dacbb2a80f418b9ffa2c", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/7c357bb5701a8fbb396eddfc93c75776e102a72f", + "reference": "7c357bb5701a8fbb396eddfc93c75776e102a72f", "shasum": "" }, "require": { @@ -1394,7 +1382,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1421,7 +1408,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", "security": "https://github.com/sebastianbergmann/object-reflector/security/policy", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/main" + "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0" }, "funding": [ { @@ -1429,20 +1416,20 @@ "type": "github" } ], - "time": "2023-11-27T14:38:56+00:00" + "time": "2024-01-30T14:01:48+00:00" }, { "name": "sebastian/recursion-context", - "version": "dev-main", + "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "742a32d88b4412b09f70051df61d179ac748a968" + "reference": "12a84c4900b4d65f535d5e9d03daa4ba48fbfda3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/742a32d88b4412b09f70051df61d179ac748a968", - "reference": "742a32d88b4412b09f70051df61d179ac748a968", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/12a84c4900b4d65f535d5e9d03daa4ba48fbfda3", + "reference": "12a84c4900b4d65f535d5e9d03daa4ba48fbfda3", "shasum": "" }, "require": { @@ -1451,7 +1438,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1486,7 +1472,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/main" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0" }, "funding": [ { @@ -1494,20 +1480,20 @@ "type": "github" } ], - "time": "2023-11-27T14:39:50+00:00" + "time": "2024-01-30T14:06:17+00:00" }, { "name": "sebastian/type", - "version": "dev-main", + "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "e07276543ce467738c6126013b15bc459ccdfdbd" + "reference": "6d1976260c1ad3fc44422800ca5ceaae666eea55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e07276543ce467738c6126013b15bc459ccdfdbd", - "reference": "e07276543ce467738c6126013b15bc459ccdfdbd", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/6d1976260c1ad3fc44422800ca5ceaae666eea55", + "reference": "6d1976260c1ad3fc44422800ca5ceaae666eea55", "shasum": "" }, "require": { @@ -1516,7 +1502,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1544,7 +1529,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/type/issues", "security": "https://github.com/sebastianbergmann/type/security/policy", - "source": "https://github.com/sebastianbergmann/type/tree/main" + "source": "https://github.com/sebastianbergmann/type/tree/4.0" }, "funding": [ { @@ -1552,26 +1537,25 @@ "type": "github" } ], - "time": "2023-11-27T14:40:02+00:00" + "time": "2024-01-30T14:06:51+00:00" }, { "name": "sebastian/version", - "version": "dev-main", + "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "1198b45c534f2b7ca55df9259c365a50c755c4c4" + "reference": "27cfa1750df9e21e1812546c31db8824beb9cd9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/1198b45c534f2b7ca55df9259c365a50c755c4c4", - "reference": "1198b45c534f2b7ca55df9259c365a50c755c4c4", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/27cfa1750df9e21e1812546c31db8824beb9cd9d", + "reference": "27cfa1750df9e21e1812546c31db8824beb9cd9d", "shasum": "" }, "require": { "php": ">=8.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1599,7 +1583,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/version/issues", "security": "https://github.com/sebastianbergmann/version/security/policy", - "source": "https://github.com/sebastianbergmann/version/tree/main" + "source": "https://github.com/sebastianbergmann/version/tree/4.0" }, "funding": [ { @@ -1607,7 +1591,7 @@ "type": "github" } ], - "time": "2023-11-27T14:40:15+00:00" + "time": "2024-01-30T14:07:31+00:00" }, { "name": "theseer/tokenizer",