From d035cc217127d9f172804d527685b9aa7ab587da Mon Sep 17 00:00:00 2001 From: Cerys Date: Wed, 8 Jan 2025 13:49:47 +0000 Subject: [PATCH] amended the required packages --- composer.json | 8 +- composer.lock | 202 +++++++++++++++++++++++++------------------------- 2 files changed, 105 insertions(+), 105 deletions(-) diff --git a/composer.json b/composer.json index 0b7a131..b088f25 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ } }, "require": { - "php": ">=8.1" - }, - "require-dev": { - "phpunit/phpunit": "11.4.4" + "php": ">=8.1", + + "phpunit/phpunit": "11.4.4", + "nikic/php-parser": "5.4.0" }, "scripts": { "test": "phpunit" diff --git a/composer.lock b/composer.lock index 76210eb..3a1eaec 100644 --- a/composer.lock +++ b/composer.lock @@ -4,9 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dc52ff7e2c972661f8d8e92fc3c9d5e9", - "packages": [], - "packages-dev": [ + "content-hash": "4007d07cdeee2d422803107eb3a8701e", + "packages": [ { "name": "myclabs/deep-copy", "version": "1.x-dev", @@ -70,16 +69,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.3.1", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" + "reference": "447a020a1f875a434d62f2a401f53b82a396e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", + "reference": "447a020a1f875a434d62f2a401f53b82a396e494", "shasum": "" }, "require": { @@ -122,9 +121,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" }, - "time": "2024-10-08T18:51:32+00:00" + "time": "2024-12-30T11:07:19+00:00" }, { "name": "phar-io/manifest", @@ -247,23 +246,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "dev-main", + "version": "11.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "4ebbbf84efcf74523478bb8360d95af7d0601bfa" + "reference": "6d2586c37dab648446a0260698de0e4165904b40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4ebbbf84efcf74523478bb8360d95af7d0601bfa", - "reference": "4ebbbf84efcf74523478bb8360d95af7d0601bfa", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6d2586c37dab648446a0260698de0e4165904b40", + "reference": "6d2586c37dab648446a0260698de0e4165904b40", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^5.3.1", + "nikic/php-parser": "^5.4.0", "php": ">=8.2", "phpunit/php-file-iterator": "^5.1.0", "phpunit/php-text-template": "^4.0.1", @@ -275,13 +274,12 @@ "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^11.4.1" + "phpunit/phpunit": "^11.5.2" }, "suggest": { "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": { @@ -314,7 +312,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/11.0" }, "funding": [ { @@ -322,7 +320,7 @@ "type": "github" } ], - "time": "2024-11-19T09:01:11+00:00" + "time": "2025-01-01T10:04:03+00:00" }, { "name": "phpunit/php-file-iterator", @@ -330,12 +328,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "e293d2fb670f4e2b7e15c6818aa5f199d9c7ba39" + "reference": "2c98c03fbaf11947fa7af3addf0dd5cc53ef2222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/e293d2fb670f4e2b7e15c6818aa5f199d9c7ba39", - "reference": "e293d2fb670f4e2b7e15c6818aa5f199d9c7ba39", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2c98c03fbaf11947fa7af3addf0dd5cc53ef2222", + "reference": "2c98c03fbaf11947fa7af3addf0dd5cc53ef2222", "shasum": "" }, "require": { @@ -384,7 +382,7 @@ "type": "github" } ], - "time": "2024-11-18T12:40:22+00:00" + "time": "2025-01-01T09:40:42+00:00" }, { "name": "phpunit/php-invoker", @@ -392,12 +390,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "37dcc765cac94cc8b93d55c89519d17443fcf7fd" + "reference": "8a37f00b9cabe5e6f9243da4a9f03a870d674c5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/37dcc765cac94cc8b93d55c89519d17443fcf7fd", - "reference": "37dcc765cac94cc8b93d55c89519d17443fcf7fd", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/8a37f00b9cabe5e6f9243da4a9f03a870d674c5f", + "reference": "8a37f00b9cabe5e6f9243da4a9f03a870d674c5f", "shasum": "" }, "require": { @@ -449,7 +447,7 @@ "type": "github" } ], - "time": "2024-11-18T12:42:10+00:00" + "time": "2025-01-01T09:41:13+00:00" }, { "name": "phpunit/php-text-template", @@ -457,12 +455,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "875374332ebdf89960b1cf1a0d15630f9bb7bd19" + "reference": "448ebac2e0bce19946d1c94cd5ef7d7232223ab9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/875374332ebdf89960b1cf1a0d15630f9bb7bd19", - "reference": "875374332ebdf89960b1cf1a0d15630f9bb7bd19", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/448ebac2e0bce19946d1c94cd5ef7d7232223ab9", + "reference": "448ebac2e0bce19946d1c94cd5ef7d7232223ab9", "shasum": "" }, "require": { @@ -510,7 +508,7 @@ "type": "github" } ], - "time": "2024-11-18T12:43:56+00:00" + "time": "2025-01-01T09:41:42+00:00" }, { "name": "phpunit/php-timer", @@ -518,12 +516,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "cf30eaa48c30dbcb2abefba164e71e7f70a4a4f1" + "reference": "8bd85ca4d648a58374332de6de3ac7229c013466" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/cf30eaa48c30dbcb2abefba164e71e7f70a4a4f1", - "reference": "cf30eaa48c30dbcb2abefba164e71e7f70a4a4f1", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8bd85ca4d648a58374332de6de3ac7229c013466", + "reference": "8bd85ca4d648a58374332de6de3ac7229c013466", "shasum": "" }, "require": { @@ -571,7 +569,7 @@ "type": "github" } ], - "time": "2024-11-18T12:45:24+00:00" + "time": "2025-01-01T09:42:21+00:00" }, { "name": "phpunit/phpunit", @@ -679,12 +677,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "ed3214132038733910f47428b76fe206c30d184f" + "reference": "17bf3cd4330720e8b0779925527dcc0073d74a42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/ed3214132038733910f47428b76fe206c30d184f", - "reference": "ed3214132038733910f47428b76fe206c30d184f", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/17bf3cd4330720e8b0779925527dcc0073d74a42", + "reference": "17bf3cd4330720e8b0779925527dcc0073d74a42", "shasum": "" }, "require": { @@ -729,7 +727,7 @@ "type": "github" } ], - "time": "2024-11-17T08:38:12+00:00" + "time": "2025-01-01T09:30:10+00:00" }, { "name": "sebastian/code-unit", @@ -737,19 +735,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "f04804d6a5421d2373200a2a6fb3ca7f72a9a5fb" + "reference": "1f56f951e080c0353ee13ed8e5a8e900b9e7a6b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/f04804d6a5421d2373200a2a6fb3ca7f72a9a5fb", - "reference": "f04804d6a5421d2373200a2a6fb3ca7f72a9a5fb", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1f56f951e080c0353ee13ed8e5a8e900b9e7a6b7", + "reference": "1f56f951e080c0353ee13ed8e5a8e900b9e7a6b7", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.5" }, "default-branch": true, "type": "library", @@ -787,7 +785,7 @@ "type": "github" } ], - "time": "2024-11-17T08:59:10+00:00" + "time": "2025-01-01T09:30:51+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -795,12 +793,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "8393af791d8844c600e9beeb7c6ec945da163d69" + "reference": "1b040bebc0fc06a6e6f65cd3079de9ba0dbfaef1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/8393af791d8844c600e9beeb7c6ec945da163d69", - "reference": "8393af791d8844c600e9beeb7c6ec945da163d69", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1b040bebc0fc06a6e6f65cd3079de9ba0dbfaef1", + "reference": "1b040bebc0fc06a6e6f65cd3079de9ba0dbfaef1", "shasum": "" }, "require": { @@ -844,20 +842,20 @@ "type": "github" } ], - "time": "2024-11-17T09:03:31+00:00" + "time": "2025-01-01T09:31:42+00:00" }, { "name": "sebastian/comparator", - "version": "dev-main", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "4445658756000e7931547346e02c3dd7bda4afb0" + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/4445658756000e7931547346e02c3dd7bda4afb0", - "reference": "4445658756000e7931547346e02c3dd7bda4afb0", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d4e47a769525c4dd38cea90e5dcd435ddbbc7115", + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115", "shasum": "" }, "require": { @@ -870,7 +868,9 @@ "require-dev": { "phpunit/phpunit": "^11.4" }, - "default-branch": true, + "suggest": { + "ext-bcmath": "For comparing BcMath\\Number objects" + }, "type": "library", "extra": { "branch-alias": { @@ -914,7 +914,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/6.3.0" }, "funding": [ { @@ -922,7 +922,7 @@ "type": "github" } ], - "time": "2024-11-17T09:18:49+00:00" + "time": "2025-01-06T10:28:19+00:00" }, { "name": "sebastian/complexity", @@ -930,12 +930,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "699c44ac85e6af1971b364a2f0f6dbc662665d7e" + "reference": "91d8c629065ffdc4a58e2f853abaf8285ca21d9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/699c44ac85e6af1971b364a2f0f6dbc662665d7e", - "reference": "699c44ac85e6af1971b364a2f0f6dbc662665d7e", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/91d8c629065ffdc4a58e2f853abaf8285ca21d9e", + "reference": "91d8c629065ffdc4a58e2f853abaf8285ca21d9e", "shasum": "" }, "require": { @@ -981,7 +981,7 @@ "type": "github" } ], - "time": "2024-11-17T09:37:26+00:00" + "time": "2025-01-01T09:32:55+00:00" }, { "name": "sebastian/diff", @@ -989,12 +989,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "eb238060a950f2031ce51019f909b8ece35bccfb" + "reference": "414180fa028225aad46f3536fb4db1b917259a2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/eb238060a950f2031ce51019f909b8ece35bccfb", - "reference": "eb238060a950f2031ce51019f909b8ece35bccfb", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/414180fa028225aad46f3536fb4db1b917259a2a", + "reference": "414180fa028225aad46f3536fb4db1b917259a2a", "shasum": "" }, "require": { @@ -1049,7 +1049,7 @@ "type": "github" } ], - "time": "2024-11-17T10:00:20+00:00" + "time": "2025-01-01T09:33:55+00:00" }, { "name": "sebastian/environment", @@ -1057,12 +1057,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "cb0870cb47ad51ebf29009812b5fb95b684fa0ef" + "reference": "84b1c461d6979f3c005fbb49d3b0164850392582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cb0870cb47ad51ebf29009812b5fb95b684fa0ef", - "reference": "cb0870cb47ad51ebf29009812b5fb95b684fa0ef", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/84b1c461d6979f3c005fbb49d3b0164850392582", + "reference": "84b1c461d6979f3c005fbb49d3b0164850392582", "shasum": "" }, "require": { @@ -1114,20 +1114,20 @@ "type": "github" } ], - "time": "2024-11-17T12:42:42+00:00" + "time": "2025-01-01T09:34:22+00:00" }, { "name": "sebastian/exporter", - "version": "dev-main", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ddf15797e9582e3321c110aac618813fc83232c6" + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ddf15797e9582e3321c110aac618813fc83232c6", - "reference": "ddf15797e9582e3321c110aac618813fc83232c6", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3", + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3", "shasum": "" }, "require": { @@ -1138,7 +1138,6 @@ "require-dev": { "phpunit/phpunit": "^11.3" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1185,7 +1184,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/6.3.0" }, "funding": [ { @@ -1193,7 +1192,7 @@ "type": "github" } ], - "time": "2024-11-17T12:48:57+00:00" + "time": "2024-12-05T09:17:50+00:00" }, { "name": "sebastian/global-state", @@ -1201,12 +1200,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "4df15b25d05fbe785a29532866680c3228757510" + "reference": "28e45982a64f4d801eaea55a8bba489452772642" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/4df15b25d05fbe785a29532866680c3228757510", - "reference": "4df15b25d05fbe785a29532866680c3228757510", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/28e45982a64f4d801eaea55a8bba489452772642", + "reference": "28e45982a64f4d801eaea55a8bba489452772642", "shasum": "" }, "require": { @@ -1256,7 +1255,7 @@ "type": "github" } ], - "time": "2024-11-17T13:09:00+00:00" + "time": "2025-01-01T09:35:39+00:00" }, { "name": "sebastian/lines-of-code", @@ -1264,12 +1263,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "95bcc65eab435a53e8aaaea18dc1b8e3f0d5ab16" + "reference": "bbc228f25b917818bff5fc1bad8fc323a8f65e44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/95bcc65eab435a53e8aaaea18dc1b8e3f0d5ab16", - "reference": "95bcc65eab435a53e8aaaea18dc1b8e3f0d5ab16", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/bbc228f25b917818bff5fc1bad8fc323a8f65e44", + "reference": "bbc228f25b917818bff5fc1bad8fc323a8f65e44", "shasum": "" }, "require": { @@ -1315,7 +1314,7 @@ "type": "github" } ], - "time": "2024-11-17T16:04:14+00:00" + "time": "2025-01-01T09:36:19+00:00" }, { "name": "sebastian/object-enumerator", @@ -1323,12 +1322,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "c792f3892900fc2cb442ec2144859e1c98257151" + "reference": "ffbcccb1cc5d3fea834b706b1a4b06fc84a20b45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/c792f3892900fc2cb442ec2144859e1c98257151", - "reference": "c792f3892900fc2cb442ec2144859e1c98257151", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ffbcccb1cc5d3fea834b706b1a4b06fc84a20b45", + "reference": "ffbcccb1cc5d3fea834b706b1a4b06fc84a20b45", "shasum": "" }, "require": { @@ -1374,7 +1373,7 @@ "type": "github" } ], - "time": "2024-11-18T07:55:39+00:00" + "time": "2025-01-01T09:37:20+00:00" }, { "name": "sebastian/object-reflector", @@ -1382,12 +1381,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "74f619c3feff8b2c167151a9f1121814a1455075" + "reference": "e2a50646c445ce25637b6a2e80840240078e3ab9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/74f619c3feff8b2c167151a9f1121814a1455075", - "reference": "74f619c3feff8b2c167151a9f1121814a1455075", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/e2a50646c445ce25637b6a2e80840240078e3ab9", + "reference": "e2a50646c445ce25637b6a2e80840240078e3ab9", "shasum": "" }, "require": { @@ -1431,7 +1430,7 @@ "type": "github" } ], - "time": "2024-11-18T11:56:31+00:00" + "time": "2025-01-01T09:38:05+00:00" }, { "name": "sebastian/recursion-context", @@ -1439,12 +1438,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "f4f16c2ec6015b899d2c5bab0d91e18671373ebc" + "reference": "9d338b105f4ac32986976a04f600f576c21c2aed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f4f16c2ec6015b899d2c5bab0d91e18671373ebc", - "reference": "f4f16c2ec6015b899d2c5bab0d91e18671373ebc", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/9d338b105f4ac32986976a04f600f576c21c2aed", + "reference": "9d338b105f4ac32986976a04f600f576c21c2aed", "shasum": "" }, "require": { @@ -1496,7 +1495,7 @@ "type": "github" } ], - "time": "2024-11-18T12:53:14+00:00" + "time": "2025-01-01T09:44:26+00:00" }, { "name": "sebastian/type", @@ -1504,12 +1503,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "6351aa65ae4ad84c4e6793d61c44fa4d3fdd89b5" + "reference": "5e8629d28ab6f9ed567eaefede8897e0af2d19b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/6351aa65ae4ad84c4e6793d61c44fa4d3fdd89b5", - "reference": "6351aa65ae4ad84c4e6793d61c44fa4d3fdd89b5", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/5e8629d28ab6f9ed567eaefede8897e0af2d19b0", + "reference": "5e8629d28ab6f9ed567eaefede8897e0af2d19b0", "shasum": "" }, "require": { @@ -1554,7 +1553,7 @@ "type": "github" } ], - "time": "2024-11-18T13:49:24+00:00" + "time": "2025-01-01T09:44:51+00:00" }, { "name": "sebastian/version", @@ -1562,12 +1561,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "cb850f446e73456205470334ed36e8a585446b97" + "reference": "41070aa60621ad62d3e2a580953142be9a79900b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/cb850f446e73456205470334ed36e8a585446b97", - "reference": "cb850f446e73456205470334ed36e8a585446b97", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/41070aa60621ad62d3e2a580953142be9a79900b", + "reference": "41070aa60621ad62d3e2a580953142be9a79900b", "shasum": "" }, "require": { @@ -1609,7 +1608,7 @@ "type": "github" } ], - "time": "2024-11-30T06:09:18+00:00" + "time": "2025-01-01T09:45:27+00:00" }, { "name": "theseer/tokenizer", @@ -1662,6 +1661,7 @@ "time": "2024-03-03T12:36:25+00:00" } ], + "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": {},