Unverified Commit e4af98e1 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #290224 from patka-123/paratest-7.4.3

paratest: 7.4.2 -> 7.4.3
parents 1aaab3a0 3a3bd77f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2628,16 +2628,16 @@
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.10.58",
            "version": "1.10.59",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "a23518379ec4defd9e47cbf81019526861623ec2"
                "reference": "e607609388d3a6d418a50a49f7940e8086798281"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a23518379ec4defd9e47cbf81019526861623ec2",
                "reference": "a23518379ec4defd9e47cbf81019526861623ec2",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e607609388d3a6d418a50a49f7940e8086798281",
                "reference": "e607609388d3a6d418a50a49f7940e8086798281",
                "shasum": ""
            },
            "require": {
@@ -2686,7 +2686,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-12T20:02:57+00:00"
            "time": "2024-02-20T13:59:13+00:00"
        },
        {
            "name": "phpstan/phpstan-deprecation-rules",
+3 −3
Original line number Diff line number Diff line
@@ -5,17 +5,17 @@

(php.withExtensions ({ enabled, all }: enabled ++ [ all.pcov ])).buildComposerProject (finalAttrs: {
  pname = "paratest";
  version = "7.4.2";
  version = "7.4.3";

  src = fetchFromGitHub {
    owner = "paratestphp";
    repo = "paratest";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Sd7S51SjI8g2Qz/NAeKKpxpSyBhvlrtJFbazbPJf2N0=";
    hash = "sha256-Shf/fsGhDmupFn/qERzXGg3ko7mBgUqYzafO/VPqmoU=";
  };

  composerLock = ./composer.lock;
  vendorHash = "sha256-O8iEkvXIkkaQxcKfhm0Z4EZOtLolNsTPaPkXekpxkqs=";
  vendorHash = "sha256-9KFh6Vwzt17v6WlEutRpwCauLOcj05hR4JGDcPbYL1U=";

  meta = {
    changelog = "https://github.com/paratestphp/paratest/releases/tag/v${finalAttrs.version}";