From 7a12532e0523c07872a99061f227cfa10d55e966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 6 Nov 2023 10:30:10 +0100 Subject: [PATCH] Remove unused `staabm/annotate-pull-request-from-checkstyle` dependency --- composer.json | 3 +-- composer.lock | 54 +-------------------------------------------------- 2 files changed, 2 insertions(+), 55 deletions(-) diff --git a/composer.json b/composer.json index 55d4811..e325f91 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,7 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.1", - "squizlabs/php_codesniffer": "^3.6", - "staabm/annotate-pull-request-from-checkstyle": "^1.8" + "squizlabs/php_codesniffer": "^3.6" }, "provide": { "guzzlehttp/guzzle": "*" diff --git a/composer.lock b/composer.lock index 308a87e..42470d2 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": "7e13965c1eef693b508c95a190883724", + "content-hash": "e0c0d417353c37eedd4b88ee3961debf", "packages": [], "packages-dev": [ { @@ -379,58 +379,6 @@ }, "time": "2023-02-22T23:07:41+00:00" }, - { - "name": "staabm/annotate-pull-request-from-checkstyle", - "version": "1.8.5", - "source": { - "type": "git", - "url": "https://github.com/staabm/annotate-pull-request-from-checkstyle.git", - "reference": "082e7f859860f6e79094b6ec86606bd6d0fe9014" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/staabm/annotate-pull-request-from-checkstyle/zipball/082e7f859860f6e79094b6ec86606bd6d0fe9014", - "reference": "082e7f859860f6e79094b6ec86606bd6d0fe9014", - "shasum": "" - }, - "require": { - "ext-libxml": "*", - "ext-simplexml": "*", - "php": "^5.3 || ^7.0 || ^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16.1" - }, - "bin": [ - "cs2pr" - ], - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Markus Staab" - } - ], - "keywords": [ - "Github Actions", - "continous integration", - "dev" - ], - "support": { - "issues": "https://github.com/staabm/annotate-pull-request-from-checkstyle/issues", - "source": "https://github.com/staabm/annotate-pull-request-from-checkstyle/tree/1.8.5" - }, - "funding": [ - { - "url": "https://github.com/staabm", - "type": "github" - } - ], - "time": "2023-05-08T15:56:45+00:00" - }, { "name": "symfony/console", "version": "v5.4.26",