From b8033d324f35368c01db7ebb5b1f58095e61432c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 29 Nov 2023 18:37:00 +0100 Subject: [PATCH] Fix: Remove ergebnis/phpstan-rules --- composer.json | 1 - composer.lock | 74 +-------------------------------------------------- 2 files changed, 1 insertion(+), 74 deletions(-) diff --git a/composer.json b/composer.json index 7fe6cf2..5da37f1 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,6 @@ "ergebnis/data-provider": "^3.1.0", "ergebnis/license": "^2.3.0", "ergebnis/php-cs-fixer-config": "^6.12.0", - "ergebnis/phpstan-rules": "^2.1.0", "ergebnis/phpunit-slow-test-detector": "^2.4.0", "fakerphp/faker": "^1.23.0", "infection/infection": "~0.27.8", diff --git a/composer.lock b/composer.lock index 18e57cc..d257c3e 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": "fc02428813a0d7127dd1ef4497d05b11", + "content-hash": "f81a5f3e0c8a4f3bd2372bbc0d7c18de", "packages": [ { "name": "nette/utils", @@ -1563,78 +1563,6 @@ }, "time": "2023-11-27T11:57:43+00:00" }, - { - "name": "ergebnis/phpstan-rules", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/phpstan-rules.git", - "reference": "119e229c48688946450ccca9f1c57c9ca4fb6f02" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/119e229c48688946450ccca9f1c57c9ca4fb6f02", - "reference": "119e229c48688946450ccca9f1c57c9ca4fb6f02", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "nikic/php-parser": "^4.2.3", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "phpstan/phpstan": "^1.10.21" - }, - "require-dev": { - "doctrine/orm": "^2.16.1", - "ergebnis/composer-normalize": "^2.35.0", - "ergebnis/license": "^2.1.0", - "ergebnis/php-cs-fixer-config": "^5.13.0", - "ergebnis/phpunit-slow-test-detector": "^2.3.0", - "infection/infection": "~0.27.0", - "nette/di": "^3.1.3", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "phpstan/phpstan-strict-rules": "^1.1.0", - "phpunit/phpunit": "^10.3.2", - "psalm/plugin-phpunit": "~0.18.4", - "psr/container": "^1.1.2", - "rector/rector": "~0.17.13", - "vimeo/psalm": "^5.14.1" - }, - "type": "phpstan-extension", - "extra": { - "phpstan": { - "includes": [ - "rules.neon" - ] - } - }, - "autoload": { - "psr-4": { - "Ergebnis\\PHPStan\\Rules\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com" - } - ], - "description": "Provides additional rules for phpstan/phpstan.", - "homepage": "https://github.com/ergebnis/phpstan-rules", - "keywords": [ - "PHPStan", - "phpstan-extreme-rules", - "phpstan-rules" - ], - "support": { - "issues": "https://github.com/ergebnis/phpstan-rules/issues", - "source": "https://github.com/ergebnis/phpstan-rules" - }, - "time": "2023-08-17T10:28:37+00:00" - }, { "name": "ergebnis/phpunit-slow-test-detector", "version": "2.4.0",