From d71fdec90266e5c845efa3cab060ea4141cb08af Mon Sep 17 00:00:00 2001 From: Eugen Neuber Date: Wed, 18 Dec 2024 14:14:43 +0100 Subject: [PATCH] Fix complain from phpunit. /WIP And update dbp/relay-verity-bundle to v0.1.2 --- composer.json | 2 +- composer.lock | 34 +++++++++++++++++----------------- phpunit.xml.dist | 1 - 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 42f3b8d..b2f54f2 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-json": "*", "api-platform/core": "^3.2", "dbp/relay-core-bundle": "^0.1.181", - "dbp/relay-verity-bundle": "^0.1.0", + "dbp/relay-verity-bundle": "^0.1.2", "symfony/config": "^6.4", "symfony/dependency-injection": "^6.4", "symfony/framework-bundle": "^6.4", diff --git a/composer.lock b/composer.lock index b4a4371..15f5998 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": "b809ad4d4e4d25e73666e92c8fe3ac0b", + "content-hash": "677061157cfa721640988f377001e6e6", "packages": [ { "name": "api-platform/core", @@ -331,11 +331,11 @@ }, { "name": "dbp/relay-verity-bundle", - "version": "v0.1.0", + "version": "v0.1.2", "source": { "type": "git", "url": "https://github.com/digital-blueprint/relay-verity-bundle.git", - "reference": "9670c2aa37b9ffcceaadcaf0d90e50bca375454b" + "reference": "8ddc8fb3cca791dc55abcb54c0fdf83261d696ae" }, "require": { "api-platform/core": "^3.2", @@ -402,7 +402,7 @@ "AGPL-3.0-or-later" ], "description": "A validation bundle for the Relay API gateway", - "time": "2024-12-10T09:24:54+00:00" + "time": "2024-12-18T13:05:11+00:00" }, { "name": "doctrine/collections", @@ -7679,16 +7679,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.12", + "version": "1.12.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0" + "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b469068840cfa031e1deaf2fa1886d00e20680f", + "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f", "shasum": "" }, "require": { @@ -7733,20 +7733,20 @@ "type": "github" } ], - "time": "2024-11-28T22:13:23+00:00" + "time": "2024-12-17T17:00:20+00:00" }, { "name": "phpstan/phpstan-phpunit", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "11d4235fbc6313ecbf93708606edfd3222e44949" + "reference": "72a6721c9b64b3e4c9db55abbc38f790b318267e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/11d4235fbc6313ecbf93708606edfd3222e44949", - "reference": "11d4235fbc6313ecbf93708606edfd3222e44949", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/72a6721c9b64b3e4c9db55abbc38f790b318267e", + "reference": "72a6721c9b64b3e4c9db55abbc38f790b318267e", "shasum": "" }, "require": { @@ -7783,9 +7783,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.4.1" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.4.2" }, - "time": "2024-11-12T12:43:59+00:00" + "time": "2024-12-17T17:20:49+00:00" }, { "name": "phpstan/phpstan-symfony", @@ -10206,14 +10206,14 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.1", "ext-json": "*" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.1" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9847a6a..a6fa8b7 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,7 +3,6 @@