From 00d4a68dccb1804ffa8b60686e4f788314647903 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 17 Nov 2021 15:50:23 +0100 Subject: [PATCH] use stable upstream release of thecodingmachine/phpstan-safe-rule --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ca30ce0..af918ae 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "phpstan/phpstan": "^1.1", "phpunit/phpunit": "^9.5", "symfony/var-dumper": "^5.3", - "thecodingmachine/phpstan-safe-rule": "dev-patch-1" + "thecodingmachine/phpstan-safe-rule": "^1.1" }, "config": { "optimize-autoloader": true, @@ -32,11 +32,5 @@ "bin": [ "bin/phpstan-baseline-analyze", "bin/phpstan-baseline-trend" - ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/staabm/phpstan-safe-rule" - } ] }