From cde5b0e2b362884e0d83e8b4d81d5c38318640fa Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 20 Sep 2024 10:40:34 +0200 Subject: [PATCH] Upgrade composer dependencies Signed-off-by: Christian Wolf --- composer.lock | 80 ++++----------------------------------------------- 1 file changed, 6 insertions(+), 74 deletions(-) diff --git a/composer.lock b/composer.lock index 043043f19..97e288052 100644 --- a/composer.lock +++ b/composer.lock @@ -119,73 +119,6 @@ ], "time": "2022-12-30T00:15:36+00:00" }, - { - "name": "erickskrauch/php-cs-fixer-custom-fixers", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers.git", - "reference": "36fb7f8204c1e17d9b8a24910e2147d0a3973b9c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/36fb7f8204c1e17d9b8a24910e2147d0a3973b9c", - "reference": "36fb7f8204c1e17d9b8a24910e2147d0a3973b9c", - "shasum": "" - }, - "require": { - "friendsofphp/php-cs-fixer": "^3", - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "ely/php-code-style": "^1", - "ergebnis/composer-normalize": "^2.28", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", - "phpspec/prophecy": "^1.15", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.11.x-dev", - "phpstan/phpstan-phpunit": "^1.3", - "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "^9.5", - "phpunitgoodpractices/polyfill": "^1.5", - "phpunitgoodpractices/traits": "^1.9.1", - "symfony/phpunit-bridge": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "ErickSkrauch\\PhpCsFixer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "ErickSkrauch", - "email": "erickskrauch@ely.by" - } - ], - "description": "A set of custom fixers for PHP-CS-Fixer", - "homepage": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers", - "keywords": [ - "Code style", - "dev", - "php-cs-fixer" - ], - "support": { - "issues": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/issues", - "source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/1.3.0" - }, - "time": "2024-06-21T20:19:52+00:00" - }, { "name": "kubawerlos/php-cs-fixer-custom-fixers", "version": "v3.22.0", @@ -293,20 +226,19 @@ }, { "name": "nextcloud/coding-standard", - "version": "v1.3.0", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/nextcloud/coding-standard.git", - "reference": "e2e6cb1518e3d56ebfb2365bb9fa91ecb50a374c" + "reference": "e88acb0df6217b808d1632286ddfec9267a102e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/e2e6cb1518e3d56ebfb2365bb9fa91ecb50a374c", - "reference": "e2e6cb1518e3d56ebfb2365bb9fa91ecb50a374c", + "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/e88acb0df6217b808d1632286ddfec9267a102e4", + "reference": "e88acb0df6217b808d1632286ddfec9267a102e4", "shasum": "" }, "require": { - "erickskrauch/php-cs-fixer-custom-fixers": "^1.3", "kubawerlos/php-cs-fixer-custom-fixers": "^3.22", "php": "^7.3|^8.0", "php-cs-fixer/shim": "^3.17" @@ -330,9 +262,9 @@ "description": "Nextcloud coding standards for the php cs fixer", "support": { "issues": "https://github.com/nextcloud/coding-standard/issues", - "source": "https://github.com/nextcloud/coding-standard/tree/v1.3.0" + "source": "https://github.com/nextcloud/coding-standard/tree/v1.3.1" }, - "time": "2024-09-18T15:52:45+00:00" + "time": "2024-09-19T09:07:10+00:00" }, { "name": "nextcloud/ocp",