From 638138777eea8d0d4258a392da693467daa86e48 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Tue, 26 Apr 2022 09:18:55 +0200 Subject: [PATCH] Update dependencies --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 2623899..37ef35b 100644 --- a/composer.lock +++ b/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": "db61c2249bc8c4ee921893e623472e9a", + "content-hash": "b878b6ad7ae9d3be59c1bd0baecfac10", "packages": [ { "name": "api-platform/core", @@ -7437,16 +7437,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.5.7", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "7fb7e2e1e9f3d59a26a413b2d3d5e47f0edb75ac" + "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7fb7e2e1e9f3d59a26a413b2d3d5e47f0edb75ac", - "reference": "7fb7e2e1e9f3d59a26a413b2d3d5e47f0edb75ac", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b480ba2ae0699a72d43a340c20b9c00ede91ee3e", + "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e", "shasum": "" }, "require": { @@ -7472,7 +7472,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.5.7" + "source": "https://github.com/phpstan/phpstan/tree/1.6.0" }, "funding": [ { @@ -7492,7 +7492,7 @@ "type": "tidelift" } ], - "time": "2022-04-20T12:20:27+00:00" + "time": "2022-04-26T05:43:03+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -10004,5 +10004,5 @@ "platform-overrides": { "php": "7.3" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" } -- GitLab