Unverified Commit 2eb962df authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

paratest: 7.20.0 -> 7.22.2 (#507987)

parents d5eab247 706eb82e
Loading
Loading
Loading
Loading
+145 −91
Original line number Diff line number Diff line
@@ -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": "10677300f4fe39e0eeaed10a098f8f1f",
    "content-hash": "1d70d0a6cff311c1b53f2831858483a2",
    "packages": [
        {
            "name": "fidry/cpu-core-counter",
@@ -365,16 +365,16 @@
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "13.0.1",
            "version": "14.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "a8b58fde2f4fbc69a064e1f80ff917607cf7737c"
                "reference": "24f1d7300e54e910197ee65e83d27a1e4bdc917e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/a8b58fde2f4fbc69a064e1f80ff917607cf7737c",
                "reference": "a8b58fde2f4fbc69a064e1f80ff917607cf7737c",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/24f1d7300e54e910197ee65e83d27a1e4bdc917e",
                "reference": "24f1d7300e54e910197ee65e83d27a1e4bdc917e",
                "shasum": ""
            },
            "require": {
@@ -383,16 +383,16 @@
                "ext-xmlwriter": "*",
                "nikic/php-parser": "^5.7.0",
                "php": ">=8.4",
                "phpunit/php-file-iterator": "^7.0",
                "phpunit/php-text-template": "^6.0",
                "sebastian/complexity": "^6.0",
                "sebastian/environment": "^9.0",
                "sebastian/environment": "^9.1",
                "sebastian/git-state": "^1.0",
                "sebastian/lines-of-code": "^5.0",
                "sebastian/version": "^7.0",
                "theseer/tokenizer": "^2.0.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^13.0"
                "phpunit/phpunit": "^13.1"
            },
            "suggest": {
                "ext-pcov": "PHP extension that provides line coverage",
@@ -401,7 +401,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "13.0.x-dev"
                    "dev-main": "14.0.x-dev"
                }
            },
            "autoload": {
@@ -430,7 +430,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/13.0.1"
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.0.0"
            },
            "funding": [
                {
@@ -450,7 +450,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-02-06T06:05:15+00:00"
            "time": "2026-04-03T05:11:05+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
@@ -747,16 +747,16 @@
        },
        {
            "name": "phpunit/phpunit",
            "version": "13.0.5",
            "version": "13.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "d57826e8921a534680c613924bfd921ded8047f4"
                "reference": "bf114c99266501d45acc00ad96d5606f3f7ad99c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d57826e8921a534680c613924bfd921ded8047f4",
                "reference": "d57826e8921a534680c613924bfd921ded8047f4",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bf114c99266501d45acc00ad96d5606f3f7ad99c",
                "reference": "bf114c99266501d45acc00ad96d5606f3f7ad99c",
                "shasum": ""
            },
            "require": {
@@ -770,16 +770,17 @@
                "phar-io/manifest": "^2.0.4",
                "phar-io/version": "^3.2.1",
                "php": ">=8.4.1",
                "phpunit/php-code-coverage": "^13.0.1",
                "phpunit/php-code-coverage": "^14.0",
                "phpunit/php-file-iterator": "^7.0.0",
                "phpunit/php-invoker": "^7.0.0",
                "phpunit/php-text-template": "^6.0.0",
                "phpunit/php-timer": "^9.0.0",
                "sebastian/cli-parser": "^5.0.0",
                "sebastian/comparator": "^8.0.0",
                "sebastian/diff": "^8.0.0",
                "sebastian/environment": "^9.0.0",
                "sebastian/comparator": "^8.1.0",
                "sebastian/diff": "^8.1.0",
                "sebastian/environment": "^9.2.0",
                "sebastian/exporter": "^8.0.0",
                "sebastian/git-state": "^1.0",
                "sebastian/global-state": "^9.0.0",
                "sebastian/object-enumerator": "^8.0.0",
                "sebastian/recursion-context": "^8.0.0",
@@ -793,7 +794,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "13.0-dev"
                    "dev-main": "13.1-dev"
                }
            },
            "autoload": {
@@ -825,31 +826,15 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
                "source": "https://github.com/sebastianbergmann/phpunit/tree/13.0.5"
                "source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.1"
            },
            "funding": [
                {
                    "url": "https://phpunit.de/sponsors.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
                    "type": "tidelift"
                    "url": "https://phpunit.de/sponsoring.html",
                    "type": "other"
                }
            ],
            "time": "2026-02-18T12:40:03+00:00"
            "time": "2026-04-08T03:07:38+00:00"
        },
        {
            "name": "psr/container",
@@ -975,23 +960,23 @@
        },
        {
            "name": "sebastian/comparator",
            "version": "8.0.0",
            "version": "8.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "29b232ddc29c2b114c0358c69b3084e7c3da0d58"
                "reference": "44b063d0a64da0e8ea74fb6464d8de2b1429ab7e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/29b232ddc29c2b114c0358c69b3084e7c3da0d58",
                "reference": "29b232ddc29c2b114c0358c69b3084e7c3da0d58",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/44b063d0a64da0e8ea74fb6464d8de2b1429ab7e",
                "reference": "44b063d0a64da0e8ea74fb6464d8de2b1429ab7e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "php": ">=8.4",
                "sebastian/diff": "^8.0",
                "sebastian/diff": "^8.1",
                "sebastian/exporter": "^8.0"
            },
            "require-dev": {
@@ -1003,7 +988,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "8.0-dev"
                    "dev-main": "8.1-dev"
                }
            },
            "autoload": {
@@ -1043,7 +1028,7 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
                "source": "https://github.com/sebastianbergmann/comparator/tree/8.0.0"
                "source": "https://github.com/sebastianbergmann/comparator/tree/8.1.1"
            },
            "funding": [
                {
@@ -1063,7 +1048,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-02-06T04:40:39+00:00"
            "time": "2026-04-08T04:47:31+00:00"
        },
        {
            "name": "sebastian/complexity",
@@ -1137,16 +1122,16 @@
        },
        {
            "name": "sebastian/diff",
            "version": "8.0.0",
            "version": "8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "a2b6d09d7729ee87d605a439469f9dcc39be5ea3"
                "reference": "9c957d730257f49c873f3761674559bd90098a7d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/a2b6d09d7729ee87d605a439469f9dcc39be5ea3",
                "reference": "a2b6d09d7729ee87d605a439469f9dcc39be5ea3",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/9c957d730257f49c873f3761674559bd90098a7d",
                "reference": "9c957d730257f49c873f3761674559bd90098a7d",
                "shasum": ""
            },
            "require": {
@@ -1159,7 +1144,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "8.0-dev"
                    "dev-main": "8.1-dev"
                }
            },
            "autoload": {
@@ -1192,7 +1177,7 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
                "security": "https://github.com/sebastianbergmann/diff/security/policy",
                "source": "https://github.com/sebastianbergmann/diff/tree/8.0.0"
                "source": "https://github.com/sebastianbergmann/diff/tree/8.1.0"
            },
            "funding": [
                {
@@ -1212,20 +1197,20 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-02-06T04:42:27+00:00"
            "time": "2026-04-05T12:02:33+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "9.1.0",
            "version": "9.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "c4a2dc54b1a24e13ef1839cbb5947b967cbae853"
                "reference": "c0964f624fcac84e318fc9ef0193cbb9809a331a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c4a2dc54b1a24e13ef1839cbb5947b967cbae853",
                "reference": "c4a2dc54b1a24e13ef1839cbb5947b967cbae853",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c0964f624fcac84e318fc9ef0193cbb9809a331a",
                "reference": "c0964f624fcac84e318fc9ef0193cbb9809a331a",
                "shasum": ""
            },
            "require": {
@@ -1240,7 +1225,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.1-dev"
                    "dev-main": "9.2-dev"
                }
            },
            "autoload": {
@@ -1268,7 +1253,7 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/environment/issues",
                "security": "https://github.com/sebastianbergmann/environment/security/policy",
                "source": "https://github.com/sebastianbergmann/environment/tree/9.1.0"
                "source": "https://github.com/sebastianbergmann/environment/tree/9.2.0"
            },
            "funding": [
                {
@@ -1288,7 +1273,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-03-22T06:31:50+00:00"
            "time": "2026-04-05T07:07:20+00:00"
        },
        {
            "name": "sebastian/exporter",
@@ -1380,6 +1365,75 @@
            ],
            "time": "2026-02-06T04:44:28+00:00"
        },
        {
            "name": "sebastian/git-state",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/git-state.git",
                "reference": "792a952e0eba55b6960a48aeceb9f371aad1f76b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/git-state/zipball/792a952e0eba55b6960a48aeceb9f371aad1f76b",
                "reference": "792a952e0eba55b6960a48aeceb9f371aad1f76b",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^13.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "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 describing the state of a Git checkout",
            "homepage": "https://github.com/sebastianbergmann/git-state",
            "support": {
                "issues": "https://github.com/sebastianbergmann/git-state/issues",
                "security": "https://github.com/sebastianbergmann/git-state/security/policy",
                "source": "https://github.com/sebastianbergmann/git-state/tree/1.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/sebastian/git-state",
                    "type": "tidelift"
                }
            ],
            "time": "2026-03-21T12:54:28+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "9.0.0",
@@ -1927,16 +1981,16 @@
        },
        {
            "name": "symfony/console",
            "version": "v8.0.7",
            "version": "v8.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "15ed9008a4ebe2d6a78e4937f74e0c13ef2e618a"
                "reference": "5b66d385dc58f69652e56f78a4184615e3f2b7f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/15ed9008a4ebe2d6a78e4937f74e0c13ef2e618a",
                "reference": "15ed9008a4ebe2d6a78e4937f74e0c13ef2e618a",
                "url": "https://api.github.com/repos/symfony/console/zipball/5b66d385dc58f69652e56f78a4184615e3f2b7f7",
                "reference": "5b66d385dc58f69652e56f78a4184615e3f2b7f7",
                "shasum": ""
            },
            "require": {
@@ -1993,7 +2047,7 @@
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v8.0.7"
                "source": "https://github.com/symfony/console/tree/v8.0.8"
            },
            "funding": [
                {
@@ -2013,7 +2067,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-03-06T14:06:22+00:00"
            "time": "2026-03-30T15:14:47+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
@@ -2419,16 +2473,16 @@
        },
        {
            "name": "symfony/process",
            "version": "v8.0.5",
            "version": "v8.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674"
                "reference": "cb8939aff03470d1a9d1d1b66d08c6fa71b3bbdc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674",
                "reference": "b5f3aa6762e33fd95efbaa2ec4f4bc9fdd16d674",
                "url": "https://api.github.com/repos/symfony/process/zipball/cb8939aff03470d1a9d1d1b66d08c6fa71b3bbdc",
                "reference": "cb8939aff03470d1a9d1d1b66d08c6fa71b3bbdc",
                "shasum": ""
            },
            "require": {
@@ -2460,7 +2514,7 @@
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v8.0.5"
                "source": "https://github.com/symfony/process/tree/v8.0.8"
            },
            "funding": [
                {
@@ -2480,7 +2534,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-01-26T15:08:38+00:00"
            "time": "2026-03-30T15:14:47+00:00"
        },
        {
            "name": "symfony/service-contracts",
@@ -2571,16 +2625,16 @@
        },
        {
            "name": "symfony/string",
            "version": "v8.0.6",
            "version": "v8.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4"
                "reference": "ae9488f874d7603f9d2dfbf120203882b645d963"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/6c9e1108041b5dce21a9a4984b531c4923aa9ec4",
                "reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4",
                "url": "https://api.github.com/repos/symfony/string/zipball/ae9488f874d7603f9d2dfbf120203882b645d963",
                "reference": "ae9488f874d7603f9d2dfbf120203882b645d963",
                "shasum": ""
            },
            "require": {
@@ -2637,7 +2691,7 @@
                "utf8"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v8.0.6"
                "source": "https://github.com/symfony/string/tree/v8.0.8"
            },
            "funding": [
                {
@@ -2657,7 +2711,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-02-09T10:14:57+00:00"
            "time": "2026-03-30T15:14:47+00:00"
        },
        {
            "name": "theseer/tokenizer",
@@ -2912,11 +2966,11 @@
        },
        {
            "name": "phpstan/phpstan",
            "version": "2.1.45",
            "version": "2.1.46",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f8cdfd9421b7edb7686a2d150a234870464eac70",
                "reference": "f8cdfd9421b7edb7686a2d150a234870464eac70",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
                "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
                "shasum": ""
            },
            "require": {
@@ -2961,7 +3015,7 @@
                    "type": "github"
                }
            ],
            "time": "2026-03-30T13:22:02+00:00"
            "time": "2026-04-01T09:25:14+00:00"
        },
        {
            "name": "phpstan/phpstan-deprecation-rules",
@@ -3266,16 +3320,16 @@
        },
        {
            "name": "symfony/filesystem",
            "version": "v8.0.6",
            "version": "v8.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "7bf9162d7a0dff98d079b72948508fa48018a770"
                "reference": "66b769ae743ce2d13e435528fbef4af03d623e5a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7bf9162d7a0dff98d079b72948508fa48018a770",
                "reference": "7bf9162d7a0dff98d079b72948508fa48018a770",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/66b769ae743ce2d13e435528fbef4af03d623e5a",
                "reference": "66b769ae743ce2d13e435528fbef4af03d623e5a",
                "shasum": ""
            },
            "require": {
@@ -3312,7 +3366,7 @@
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v8.0.6"
                "source": "https://github.com/symfony/filesystem/tree/v8.0.8"
            },
            "funding": [
                {
@@ -3332,7 +3386,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-02-25T16:59:43+00:00"
            "time": "2026-03-30T15:14:47+00:00"
        }
    ],
    "aliases": [],
@@ -3341,7 +3395,7 @@
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": "~8.3.0 || ~8.4.0 || ~8.5.0",
        "php": "~8.4.0 || ~8.5.0",
        "ext-dom": "*",
        "ext-pcre": "*",
        "ext-reflection": "*",
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
(php.withExtensions ({ enabled, all }: enabled ++ [ all.pcov ])).buildComposerProject2
  (finalAttrs: {
    pname = "paratest";
    version = "7.20.0";
    version = "7.22.2";

    src = fetchFromGitHub {
      owner = "paratestphp";
      repo = "paratest";
      tag = "v${finalAttrs.version}";
      hash = "sha256-ruv6bC6WCW/N6Tlhz8OabO8++/NKeGyLlNkatNp/7+4=";
      hash = "sha256-3QgWB9iyUasRCX8RD8rQ48Te7v61e9YDqyznXo6zz+U=";
    };

    composerLock = ./composer.lock;
    vendorHash = "sha256-8hi6rgRA1hRq2STQsOfKq/wyztxMej1DBCe2c5+DDsE=";
    vendorHash = "sha256-7fbi0KPT+KXO9vlMIb79QKIg5JRFOcuUYtf6jJ/yqBo=";

    passthru.updateScript = ./update.sh;