From 40df436d61a7a5b3a5bf00142c5a0f1f05b1e0f1 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 3 Jul 2023 00:15:45 +0200 Subject: [PATCH] Update lock --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 0a11a5e..e6e9329 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "AGPL-3.0-or-later", "require-dev": { "nextcloud/ocp": "^27.0.0", - "psalm/phar": "^5.13.0", + "psalm/phar": "^5.13.1", "nextcloud/coding-standard": "^1.1.1" }, "scripts": { diff --git a/composer.lock b/composer.lock index b4cec76..c49a37d 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": "46fd4583b75816d1a8988093e8dfbd85", + "content-hash": "37925dbc45614b7d5cf25d9b085625d8", "packages": [], "packages-dev": [ { @@ -94,16 +94,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.19.2", + "version": "v3.20.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "698f24600c91fa7aca875956d615dccb2fa41f09" + "reference": "3253acf5cdb96383bb37ce7052e5dbf49a660f1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/698f24600c91fa7aca875956d615dccb2fa41f09", - "reference": "698f24600c91fa7aca875956d615dccb2fa41f09", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/3253acf5cdb96383bb37ce7052e5dbf49a660f1e", + "reference": "3253acf5cdb96383bb37ce7052e5dbf49a660f1e", "shasum": "" }, "require": { @@ -140,9 +140,9 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.19.2" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.20.0" }, - "time": "2023-06-25T16:47:10+00:00" + "time": "2023-06-27T20:23:49+00:00" }, { "name": "psalm/phar",