|
|
|
@ -577,35 +577,35 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/php-code-coverage", |
|
|
|
"version": "11.0.11", |
|
|
|
"version": "11.0.12", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
|
|
|
"reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4" |
|
|
|
"reference": "2c1ed04922802c15e1de5d7447b4856de949cf56" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4", |
|
|
|
"reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2c1ed04922802c15e1de5d7447b4856de949cf56", |
|
|
|
"reference": "2c1ed04922802c15e1de5d7447b4856de949cf56", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"ext-dom": "*", |
|
|
|
"ext-libxml": "*", |
|
|
|
"ext-xmlwriter": "*", |
|
|
|
"nikic/php-parser": "^5.4.0", |
|
|
|
"nikic/php-parser": "^5.7.0", |
|
|
|
"php": ">=8.2", |
|
|
|
"phpunit/php-file-iterator": "^5.1.0", |
|
|
|
"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/environment": "^7.2.1", |
|
|
|
"sebastian/lines-of-code": "^3.0.1", |
|
|
|
"sebastian/version": "^5.0.2", |
|
|
|
"theseer/tokenizer": "^1.2.3" |
|
|
|
"theseer/tokenizer": "^1.3.1" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^11.5.2" |
|
|
|
"phpunit/phpunit": "^11.5.46" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-pcov": "PHP extension that provides line coverage", |
|
|
|
@ -643,7 +643,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/11.0.11" |
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.12" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
@ -663,7 +663,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-08-27T14:37:49+00:00" |
|
|
|
"time": "2025-12-24T07:01:01+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/php-file-iterator", |
|
|
|
@ -912,16 +912,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/phpunit", |
|
|
|
"version": "11.5.44", |
|
|
|
"version": "11.5.50", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git", |
|
|
|
"reference": "c346885c95423eda3f65d85a194aaa24873cda82" |
|
|
|
"reference": "fdfc727f0fcacfeb8fcb30c7e5da173125b58be3" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c346885c95423eda3f65d85a194aaa24873cda82", |
|
|
|
"reference": "c346885c95423eda3f65d85a194aaa24873cda82", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fdfc727f0fcacfeb8fcb30c7e5da173125b58be3", |
|
|
|
"reference": "fdfc727f0fcacfeb8fcb30c7e5da173125b58be3", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -935,14 +935,14 @@ |
|
|
|
"phar-io/manifest": "^2.0.4", |
|
|
|
"phar-io/version": "^3.2.1", |
|
|
|
"php": ">=8.2", |
|
|
|
"phpunit/php-code-coverage": "^11.0.11", |
|
|
|
"phpunit/php-code-coverage": "^11.0.12", |
|
|
|
"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.3", |
|
|
|
"sebastian/comparator": "^6.3.2", |
|
|
|
"sebastian/comparator": "^6.3.3", |
|
|
|
"sebastian/diff": "^6.0.2", |
|
|
|
"sebastian/environment": "^7.2.1", |
|
|
|
"sebastian/exporter": "^6.3.2", |
|
|
|
@ -993,7 +993,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.5.44" |
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.50" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
@ -1017,7 +1017,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-11-13T07:17:35+00:00" |
|
|
|
"time": "2026-01-27T05:59:18+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/container", |
|
|
|
@ -1344,16 +1344,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/comparator", |
|
|
|
"version": "6.3.2", |
|
|
|
"version": "6.3.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git", |
|
|
|
"reference": "85c77556683e6eee4323e4c5468641ca0237e2e8" |
|
|
|
"reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8", |
|
|
|
"reference": "85c77556683e6eee4323e4c5468641ca0237e2e8", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2c95e1e86cb8dd41beb8d502057d1081ccc8eca9", |
|
|
|
"reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
@ -1412,7 +1412,7 @@ |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues", |
|
|
|
"security": "https://github.com/sebastianbergmann/comparator/security/policy", |
|
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2" |
|
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/6.3.3" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
@ -1432,7 +1432,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-08-10T08:07:46+00:00" |
|
|
|
"time": "2026-01-24T09:26:40+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/complexity", |
|
|
|
|