From 589d9c4919d5ff1c30f0cf76766764e66476d053 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:28:08 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to 11.4.x --- 2021/php/composer.json | 2 +- 2021/php/composer.lock | 305 ++++++++++++++++++++--------------------- 2 files changed, 153 insertions(+), 154 deletions(-) diff --git a/2021/php/composer.json b/2021/php/composer.json index 9fbf0c7..6f3971a 100644 --- a/2021/php/composer.json +++ b/2021/php/composer.json @@ -2,7 +2,7 @@ "name": "codelicia/aoc2021", "type": "project", "require-dev": { - "phpunit/phpunit": "11.0.x" + "phpunit/phpunit": "11.4.x" }, "license": "MIT", "autoload": { diff --git a/2021/php/composer.lock b/2021/php/composer.lock index 379e16d..2c9fc61 100644 --- a/2021/php/composer.lock +++ b/2021/php/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ad9038aea1dd2d9df75a7b9484c5d0cb", + "content-hash": "a16bc5573a30c6467b7943ec21192147", "packages": [], "packages-dev": [ { @@ -13,12 +13,12 @@ "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "2f5294676c802a62b0549f6bc8983f14294ce369" + "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/2f5294676c802a62b0549f6bc8983f14294ce369", - "reference": "2f5294676c802a62b0549f6bc8983f14294ce369", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", + "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", "shasum": "" }, "require": { @@ -58,7 +58,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.x" + "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" }, "funding": [ { @@ -66,20 +66,20 @@ "type": "tidelift" } ], - "time": "2024-02-10T11:10:03+00:00" + "time": "2024-06-12T14:39:25+00:00" }, { "name": "nikic/php-parser", - "version": "dev-master", + "version": "v5.3.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "46be4560c4cd4bab2b74882c0da39a4548a5cfbe" + "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/46be4560c4cd4bab2b74882c0da39a4548a5cfbe", - "reference": "46be4560c4cd4bab2b74882c0da39a4548a5cfbe", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3abf7425cd284141dc5d8d14a9ee444de3345d1a", + "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a", "shasum": "" }, "require": { @@ -92,7 +92,6 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^9.0" }, - "default-branch": true, "bin": [ "bin/php-parse" ], @@ -123,9 +122,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/master" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.0" }, - "time": "2024-03-17T10:24:36+00:00" + "time": "2024-09-29T13:56:26+00:00" }, { "name": "phar-io/manifest", @@ -252,31 +251,31 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "cafa435d750d52e5e7c9c671341483d12d260c45" + "reference": "ceaeeeace79f0bdff017c073d6ef5b1d460c0fae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cafa435d750d52e5e7c9c671341483d12d260c45", - "reference": "cafa435d750d52e5e7c9c671341483d12d260c45", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ceaeeeace79f0bdff017c073d6ef5b1d460c0fae", + "reference": "ceaeeeace79f0bdff017c073d6ef5b1d460c0fae", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^5.0", + "nikic/php-parser": "^5.1.0", "php": ">=8.2", - "phpunit/php-file-iterator": "^5.0", - "phpunit/php-text-template": "^4.0", - "sebastian/code-unit-reverse-lookup": "^4.0", - "sebastian/complexity": "^4.0", - "sebastian/environment": "^7.0", - "sebastian/lines-of-code": "^3.0", - "sebastian/version": "^5.0", - "theseer/tokenizer": "^1.2.0" + "phpunit/php-file-iterator": "^5.0.1", + "phpunit/php-text-template": "^4.0.1", + "sebastian/code-unit-reverse-lookup": "^4.0.1", + "sebastian/complexity": "^4.0.1", + "sebastian/environment": "^7.2.0", + "sebastian/lines-of-code": "^3.0.1", + "sebastian/version": "^5.0.1", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -286,7 +285,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "11.0-dev" + "dev-main": "11.0.x-dev" } }, "autoload": { @@ -323,7 +322,7 @@ "type": "github" } ], - "time": "2024-03-22T13:49:53+00:00" + "time": "2024-09-28T06:31:36+00:00" }, { "name": "phpunit/php-file-iterator", @@ -331,25 +330,25 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "17bc6a26ceb3b67795b077c30f64eb34ac567940" + "reference": "2a77b36a7df3f09d74f3f167fe89ccd445460c87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/17bc6a26ceb3b67795b077c30f64eb34ac567940", - "reference": "17bc6a26ceb3b67795b077c30f64eb34ac567940", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2a77b36a7df3f09d74f3f167fe89ccd445460c87", + "reference": "2a77b36a7df3f09d74f3f167fe89ccd445460c87", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.0-dev" + "dev-main": "5.1-dev" } }, "autoload": { @@ -385,7 +384,7 @@ "type": "github" } ], - "time": "2024-03-22T13:50:31+00:00" + "time": "2024-09-29T07:03:36+00:00" }, { "name": "phpunit/php-invoker", @@ -393,12 +392,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "ae870f44c9f8c65db178de7dcb206117669d85c8" + "reference": "ed59fd9625a0e7ee3382a7444bba94050ef66463" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/ae870f44c9f8c65db178de7dcb206117669d85c8", - "reference": "ae870f44c9f8c65db178de7dcb206117669d85c8", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/ed59fd9625a0e7ee3382a7444bba94050ef66463", + "reference": "ed59fd9625a0e7ee3382a7444bba94050ef66463", "shasum": "" }, "require": { @@ -406,7 +405,7 @@ }, "require-dev": { "ext-pcntl": "*", - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "suggest": { "ext-pcntl": "*" @@ -450,7 +449,7 @@ "type": "github" } ], - "time": "2024-03-22T13:51:25+00:00" + "time": "2024-09-29T07:04:04+00:00" }, { "name": "phpunit/php-text-template", @@ -458,19 +457,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "12a457719941dff82067d119e39767cb3d63f515" + "reference": "c3688884966445e8924a5ce62ce68ff7ea906737" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/12a457719941dff82067d119e39767cb3d63f515", - "reference": "12a457719941dff82067d119e39767cb3d63f515", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/c3688884966445e8924a5ce62ce68ff7ea906737", + "reference": "c3688884966445e8924a5ce62ce68ff7ea906737", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -511,7 +510,7 @@ "type": "github" } ], - "time": "2024-03-22T13:51:58+00:00" + "time": "2024-09-29T07:04:32+00:00" }, { "name": "phpunit/php-timer", @@ -519,19 +518,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "e8331ed6a4f21053ac7ba41f337ed5ef447c6378" + "reference": "7d0f6b33c3cf83a9319f7d2ede0f4453b476ca4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e8331ed6a4f21053ac7ba41f337ed5ef447c6378", - "reference": "e8331ed6a4f21053ac7ba41f337ed5ef447c6378", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/7d0f6b33c3cf83a9319f7d2ede0f4453b476ca4d", + "reference": "7d0f6b33c3cf83a9319f7d2ede0f4453b476ca4d", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -572,20 +571,20 @@ "type": "github" } ], - "time": "2024-03-22T13:52:26+00:00" + "time": "2024-09-29T07:05:01+00:00" }, { "name": "phpunit/phpunit", - "version": "11.0.9", + "version": "11.4.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "591bbfe416400385527d5086b346b92c06de404b" + "reference": "89fe0c530133c08f7fff89d3d727154e4e504925" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/591bbfe416400385527d5086b346b92c06de404b", - "reference": "591bbfe416400385527d5086b346b92c06de404b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/89fe0c530133c08f7fff89d3d727154e4e504925", + "reference": "89fe0c530133c08f7fff89d3d727154e4e504925", "shasum": "" }, "require": { @@ -595,25 +594,25 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", + "myclabs/deep-copy": "^1.12.0", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", "php": ">=8.2", - "phpunit/php-code-coverage": "^11.0", - "phpunit/php-file-iterator": "^5.0", - "phpunit/php-invoker": "^5.0", - "phpunit/php-text-template": "^4.0", - "phpunit/php-timer": "^7.0", - "sebastian/cli-parser": "^3.0", - "sebastian/code-unit": "^3.0", - "sebastian/comparator": "^6.0", - "sebastian/diff": "^6.0", - "sebastian/environment": "^7.0", - "sebastian/exporter": "^6.0", - "sebastian/global-state": "^7.0", - "sebastian/object-enumerator": "^6.0", - "sebastian/type": "^5.0", - "sebastian/version": "^5.0" + "phpunit/php-code-coverage": "^11.0.6", + "phpunit/php-file-iterator": "^5.1.0", + "phpunit/php-invoker": "^5.0.1", + "phpunit/php-text-template": "^4.0.1", + "phpunit/php-timer": "^7.0.1", + "sebastian/cli-parser": "^3.0.2", + "sebastian/code-unit": "^3.0.1", + "sebastian/comparator": "^6.1.0", + "sebastian/diff": "^6.0.2", + "sebastian/environment": "^7.2.0", + "sebastian/exporter": "^6.1.3", + "sebastian/global-state": "^7.0.2", + "sebastian/object-enumerator": "^6.0.1", + "sebastian/type": "^5.1.0", + "sebastian/version": "^5.0.1" }, "suggest": { "ext-soap": "To be able to generate mocks based on WSDL files" @@ -624,7 +623,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "11.0-dev" + "dev-main": "11.4-dev" } }, "autoload": { @@ -656,7 +655,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.0.9" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.0" }, "funding": [ { @@ -672,7 +671,7 @@ "type": "tidelift" } ], - "time": "2024-03-28T10:09:42+00:00" + "time": "2024-10-05T08:39:03+00:00" }, { "name": "sebastian/cli-parser", @@ -680,19 +679,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "1cb1276290d9478d8480a20ed5a79b4d23f53c1d" + "reference": "79fcdd013d7edc6cd0eb02a1287998e9465f715f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/1cb1276290d9478d8480a20ed5a79b4d23f53c1d", - "reference": "1cb1276290d9478d8480a20ed5a79b4d23f53c1d", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/79fcdd013d7edc6cd0eb02a1287998e9465f715f", + "reference": "79fcdd013d7edc6cd0eb02a1287998e9465f715f", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -730,7 +729,7 @@ "type": "github" } ], - "time": "2024-03-22T13:38:23+00:00" + "time": "2024-09-29T06:25:04+00:00" }, { "name": "sebastian/code-unit", @@ -738,12 +737,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "f88cb9e934eb57509cb1220efa7f13815a99390e" + "reference": "d7310043a5df123425ff40fa1e7ba6861acbe5de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/f88cb9e934eb57509cb1220efa7f13815a99390e", - "reference": "f88cb9e934eb57509cb1220efa7f13815a99390e", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/d7310043a5df123425ff40fa1e7ba6861acbe5de", + "reference": "d7310043a5df123425ff40fa1e7ba6861acbe5de", "shasum": "" }, "require": { @@ -788,7 +787,7 @@ "type": "github" } ], - "time": "2024-03-22T13:38:42+00:00" + "time": "2024-09-29T06:26:49+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -796,19 +795,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "1a47d8a852f23d8320d5f401384260bea8b0b90b" + "reference": "979a5694196002133d27326a89748f437557af5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1a47d8a852f23d8320d5f401384260bea8b0b90b", - "reference": "1a47d8a852f23d8320d5f401384260bea8b0b90b", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/979a5694196002133d27326a89748f437557af5d", + "reference": "979a5694196002133d27326a89748f437557af5d", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -845,7 +844,7 @@ "type": "github" } ], - "time": "2024-03-22T13:41:37+00:00" + "time": "2024-09-29T06:56:01+00:00" }, { "name": "sebastian/comparator", @@ -853,12 +852,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "332f4a7ab51027ff603d1d8802e67dd76d055690" + "reference": "6490c6d9d477cf09344534ab1228042c47a97b5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/332f4a7ab51027ff603d1d8802e67dd76d055690", - "reference": "332f4a7ab51027ff603d1d8802e67dd76d055690", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6490c6d9d477cf09344534ab1228042c47a97b5f", + "reference": "6490c6d9d477cf09344534ab1228042c47a97b5f", "shasum": "" }, "require": { @@ -869,13 +868,13 @@ "sebastian/exporter": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -923,7 +922,7 @@ "type": "github" } ], - "time": "2024-03-22T13:42:26+00:00" + "time": "2024-09-29T06:56:47+00:00" }, { "name": "sebastian/complexity", @@ -931,12 +930,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "6046d9b01615fd134232aaca1324390f89f5532c" + "reference": "64a651fe80c718526d5297ab271a7332088aa866" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/6046d9b01615fd134232aaca1324390f89f5532c", - "reference": "6046d9b01615fd134232aaca1324390f89f5532c", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/64a651fe80c718526d5297ab271a7332088aa866", + "reference": "64a651fe80c718526d5297ab271a7332088aa866", "shasum": "" }, "require": { @@ -944,7 +943,7 @@ "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -982,7 +981,7 @@ "type": "github" } ], - "time": "2024-03-22T13:42:56+00:00" + "time": "2024-09-29T06:57:43+00:00" }, { "name": "sebastian/diff", @@ -990,19 +989,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "367ce918f5d43d068889655f9720e2baf3325d62" + "reference": "1d7973beb55cc78c077c3bdcfac0e833104aa30f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/367ce918f5d43d068889655f9720e2baf3325d62", - "reference": "367ce918f5d43d068889655f9720e2baf3325d62", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1d7973beb55cc78c077c3bdcfac0e833104aa30f", + "reference": "1d7973beb55cc78c077c3bdcfac0e833104aa30f", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^11.3", "symfony/process": "^4.2 || ^5" }, "default-branch": true, @@ -1050,7 +1049,7 @@ "type": "github" } ], - "time": "2024-03-22T13:44:09+00:00" + "time": "2024-09-29T06:58:52+00:00" }, { "name": "sebastian/environment", @@ -1058,19 +1057,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "ff8e9b0dc10315e13f3a7951eec6b227e66997e7" + "reference": "79c41a3fd9081b8c96fc63a3141226e89dca6122" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/ff8e9b0dc10315e13f3a7951eec6b227e66997e7", - "reference": "ff8e9b0dc10315e13f3a7951eec6b227e66997e7", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79c41a3fd9081b8c96fc63a3141226e89dca6122", + "reference": "79c41a3fd9081b8c96fc63a3141226e89dca6122", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "suggest": { "ext-posix": "*" @@ -1115,7 +1114,7 @@ "type": "github" } ], - "time": "2024-03-23T13:07:37+00:00" + "time": "2024-09-29T06:59:18+00:00" }, { "name": "sebastian/exporter", @@ -1123,12 +1122,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "e58279a4edf115838b64b4fab75e4ff333753de9" + "reference": "8a1c22c06f2659f0629b866129543de5e68637af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/e58279a4edf115838b64b4fab75e4ff333753de9", - "reference": "e58279a4edf115838b64b4fab75e4ff333753de9", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/8a1c22c06f2659f0629b866129543de5e68637af", + "reference": "8a1c22c06f2659f0629b866129543de5e68637af", "shasum": "" }, "require": { @@ -1137,13 +1136,13 @@ "sebastian/recursion-context": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -1194,7 +1193,7 @@ "type": "github" } ], - "time": "2024-03-22T13:45:25+00:00" + "time": "2024-09-29T07:00:10+00:00" }, { "name": "sebastian/global-state", @@ -1202,12 +1201,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "8e38c9f37278523a7484c1f11830a4e323d3b179" + "reference": "242683bf6799ac666bd2eb132167ef8730e42fb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/8e38c9f37278523a7484c1f11830a4e323d3b179", - "reference": "8e38c9f37278523a7484c1f11830a4e323d3b179", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/242683bf6799ac666bd2eb132167ef8730e42fb2", + "reference": "242683bf6799ac666bd2eb132167ef8730e42fb2", "shasum": "" }, "require": { @@ -1217,7 +1216,7 @@ }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -1257,7 +1256,7 @@ "type": "github" } ], - "time": "2024-03-22T13:46:11+00:00" + "time": "2024-09-29T07:00:40+00:00" }, { "name": "sebastian/lines-of-code", @@ -1265,12 +1264,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "b60275143e48815ee6a3673f0227676774bca056" + "reference": "1ec4e0498bf102c1a3b6f7dc9c79ccc30ba7092f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/b60275143e48815ee6a3673f0227676774bca056", - "reference": "b60275143e48815ee6a3673f0227676774bca056", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/1ec4e0498bf102c1a3b6f7dc9c79ccc30ba7092f", + "reference": "1ec4e0498bf102c1a3b6f7dc9c79ccc30ba7092f", "shasum": "" }, "require": { @@ -1278,7 +1277,7 @@ "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -1316,7 +1315,7 @@ "type": "github" } ], - "time": "2024-03-22T13:46:58+00:00" + "time": "2024-09-29T07:01:16+00:00" }, { "name": "sebastian/object-enumerator", @@ -1324,12 +1323,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "ab4ee4ea2987e495c755b5ace9aaa913124e1df7" + "reference": "8af07b1d8c5fb78b164d716c0fa90e99e47047c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ab4ee4ea2987e495c755b5ace9aaa913124e1df7", - "reference": "ab4ee4ea2987e495c755b5ace9aaa913124e1df7", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/8af07b1d8c5fb78b164d716c0fa90e99e47047c1", + "reference": "8af07b1d8c5fb78b164d716c0fa90e99e47047c1", "shasum": "" }, "require": { @@ -1338,7 +1337,7 @@ "sebastian/recursion-context": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -1375,7 +1374,7 @@ "type": "github" } ], - "time": "2024-03-22T13:47:32+00:00" + "time": "2024-09-29T07:02:15+00:00" }, { "name": "sebastian/object-reflector", @@ -1383,19 +1382,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "ab3861c3fc853c753d9822e139e0d8be4fe364e5" + "reference": "e0cef2bb87396a73a19b2e73b7ec6177af6c1b8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/ab3861c3fc853c753d9822e139e0d8be4fe364e5", - "reference": "ab3861c3fc853c753d9822e139e0d8be4fe364e5", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/e0cef2bb87396a73a19b2e73b7ec6177af6c1b8d", + "reference": "e0cef2bb87396a73a19b2e73b7ec6177af6c1b8d", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -1432,7 +1431,7 @@ "type": "github" } ], - "time": "2024-03-22T13:48:42+00:00" + "time": "2024-09-29T07:02:58+00:00" }, { "name": "sebastian/recursion-context", @@ -1440,19 +1439,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "4a206545a00b0773edf4c056dd712bb96ac5487e" + "reference": "f1f3f14d56f5153ef334e6768112b9bc8645a69c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/4a206545a00b0773edf4c056dd712bb96ac5487e", - "reference": "4a206545a00b0773edf4c056dd712bb96ac5487e", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f1f3f14d56f5153ef334e6768112b9bc8645a69c", + "reference": "f1f3f14d56f5153ef334e6768112b9bc8645a69c", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", @@ -1497,7 +1496,7 @@ "type": "github" } ], - "time": "2024-03-22T13:53:14+00:00" + "time": "2024-09-29T07:05:38+00:00" }, { "name": "sebastian/type", @@ -1505,25 +1504,25 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fa5a3eb73ada9ec9c2014399287147e1b4a18db7" + "reference": "d4df3b2cd4b1c682cfe6fedadebeed7f395c16ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fa5a3eb73ada9ec9c2014399287147e1b4a18db7", - "reference": "fa5a3eb73ada9ec9c2014399287147e1b4a18db7", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/d4df3b2cd4b1c682cfe6fedadebeed7f395c16ff", + "reference": "d4df3b2cd4b1c682cfe6fedadebeed7f395c16ff", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.3" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.0-dev" + "dev-main": "5.1-dev" } }, "autoload": { @@ -1555,7 +1554,7 @@ "type": "github" } ], - "time": "2024-03-22T13:53:47+00:00" + "time": "2024-09-29T07:06:19+00:00" }, { "name": "sebastian/version", @@ -1563,12 +1562,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "975de64e70a76a46e743bac6e3210c6953068323" + "reference": "4e4fe6166028e711f97cb80262dffa4227c7090b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/975de64e70a76a46e743bac6e3210c6953068323", - "reference": "975de64e70a76a46e743bac6e3210c6953068323", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/4e4fe6166028e711f97cb80262dffa4227c7090b", + "reference": "4e4fe6166028e711f97cb80262dffa4227c7090b", "shasum": "" }, "require": { @@ -1610,7 +1609,7 @@ "type": "github" } ], - "time": "2024-03-22T13:54:56+00:00" + "time": "2024-09-07T13:16:40+00:00" }, { "name": "theseer/tokenizer", @@ -1665,10 +1664,10 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "plugin-api-version": "2.6.0" }