From b67739c6cc570c3e81380448ef7a0a92eb1afc79 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 3 Nov 2022 13:43:15 +0100 Subject: [PATCH] composer: bump some deps --- composer.json | 20 ++++++++++---------- composer.lock | 14 ++------------ 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index c30d603..60668fb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": ">=7.3", "ext-json": "*", - "api-platform/core": "^2.6", + "api-platform/core": "^2.6.8", "dbp/relay-core-bundle": "^0.1.48", "symfony/config": "^5.4", "symfony/framework-bundle": "^5.4", @@ -16,15 +16,15 @@ "symfony/yaml": "^5.4" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.0", - "phpstan/phpstan": "^1.0.0", - "phpstan/phpstan-phpunit": "^1.0.0", - "phpunit/phpunit": "^9", - "symfony/browser-kit": "^5.4", - "symfony/http-client": "^5.4", - "symfony/monolog-bundle": "^3.7", - "symfony/phpunit-bridge": "^5.4", - "vimeo/psalm": "^4.2.1" + "friendsofphp/php-cs-fixer": "^3.4", + "phpstan/phpstan": "^1.8.11", + "phpstan/phpstan-phpunit": "^1.2.2", + "phpunit/phpunit": "^9.5.26", + "symfony/browser-kit": "^5.4.11", + "symfony/http-client": "^5.4.15", + "symfony/monolog-bundle": "^3.8", + "symfony/phpunit-bridge": "^5.4.14", + "vimeo/psalm": "^4.29" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index 7b61290..0340d70 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": "f2b6220bd46c3a92db57fed7c556fcf1", + "content-hash": "98726ee759d17906d5893bb18393ae03", "packages": [ { "name": "api-platform/core", @@ -172,15 +172,9 @@ "version": "v0.1.48", "source": { "type": "git", - "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle.git", + "url": "git@gitlab.tugraz.at:dbp/relay/dbp-relay-core-bundle.git", "reference": "022cfbb04346c7dbc0b988c61246d9f3ffa53b33" }, - "dist": { - "type": "zip", - "url": "https://gitlab.tugraz.at/api/v4/projects/dbp%2Frelay%2Fdbp-relay-core-bundle/repository/archive.zip?sha=022cfbb04346c7dbc0b988c61246d9f3ffa53b33", - "reference": "022cfbb04346c7dbc0b988c61246d9f3ffa53b33", - "shasum": "" - }, "require": { "api-platform/core": "^2.6.8 <2.7.0", "doctrine/annotations": "^1.13", @@ -277,10 +271,6 @@ "AGPL-3.0-or-later" ], "description": "The core bundle of the Relay API gateway", - "support": { - "source": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle/-/tree/v0.1.48", - "issues": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle/-/issues" - }, "time": "2022-10-27T10:18:30+02:00" }, { -- GitLab